File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
env :
15
15
RSPEC_CI : true
16
16
# This tells rspec-rails what branch to run in ci
17
- RSPEC_VERSION : ' = 3.11.0.pre '
17
+ RSPEC_VERSION : ' ~> 3.11.0'
18
18
jobs :
19
19
rubocop :
20
20
name : Rubocop
Original file line number Diff line number Diff line change 1
1
### 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 )
3
3
4
4
### 3.11.0 / 2022-02-09
5
5
[ Full Changelog] ( http://github.com/rspec/rspec-mocks/compare/v3.10.3...v3.11.0 )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module Mocks
3
3
# Version information for RSpec mocks.
4
4
module Version
5
5
# Version of RSpec mocks currently in use in SemVer format.
6
- STRING = '3.12.0.pre '
6
+ STRING = '3.11.0 '
7
7
end
8
8
end
9
9
end
Original file line number Diff line number Diff line change 1
- main
1
+ 3-11-maintenance
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if is_mri; then
12
12
clone_repo " rspec-core"
13
13
clone_repo " rspec-expectations"
14
14
clone_repo " rspec-mocks"
15
- clone_repo " rspec-rails"
15
+ clone_repo " rspec-rails" " 5-1-maintenance "
16
16
17
17
if rspec_support_compatible; then
18
18
clone_repo " rspec-support"
You can’t perform that action at this time.
0 commit comments