Skip to content

Commit e60c74f

Browse files
committed
Version 3.11.0
1 parent c4b3069 commit e60c74f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
env:
1515
RSPEC_CI: true
1616
# This tells rspec-rails what branch to run in ci
17-
RSPEC_VERSION: '= 3.11.0.pre'
17+
RSPEC_VERSION: '~> 3.11.0'
1818
jobs:
1919
rubocop:
2020
name: Rubocop

Changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Development
2-
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.11.0...main)
2+
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.11.0...3-11-maintenance)
33

44
### 3.11.0 / 2022-02-09
55
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.10.3...v3.11.0)

lib/rspec/mocks/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Mocks
33
# Version information for RSpec mocks.
44
module Version
55
# Version of RSpec mocks currently in use in SemVer format.
6-
STRING = '3.12.0.pre'
6+
STRING = '3.11.0'
77
end
88
end
99
end

maintenance-branch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
main
1+
3-11-maintenance

script/clone_all_rspec_repos

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if is_mri; then
1212
clone_repo "rspec-core"
1313
clone_repo "rspec-expectations"
1414
clone_repo "rspec-mocks"
15-
clone_repo "rspec-rails"
15+
clone_repo "rspec-rails" "5-1-maintenance"
1616

1717
if rspec_support_compatible; then
1818
clone_repo "rspec-support"

0 commit comments

Comments
 (0)