This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ concurrency:
1919env :
2020 RSPEC_CI : true
2121 # This tells rspec-rails what branch to run in ci
22- RSPEC_VERSION : ' = 3.13.0.pre '
22+ RSPEC_VERSION : ' ~> 3.13.0'
2323jobs :
2424 rubocop :
2525 name : Rubocop
Original file line number Diff line number Diff line change 11### Development
22[ Full Changelog] ( http://github.com/rspec/rspec-core/compare/v3.12.3...main )
33
4+ ### 3.13.0 / 2024-02-04
5+ [ Full Changelog] ( http://github.com/rspec/rspec-core/compare/v3.12.3...v3.13.0 )
6+
47Enhancements:
58
69* Support the ` --backtrace ` flag when using the JSON formatter. (Matt Larraz, #2980 )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module Core
33 # Version information for RSpec Core.
44 module Version
55 # Current version of RSpec Core, in semantic versioning format.
6- STRING = '3.13.0.pre '
6+ STRING = '3.13.0'
77 end
88 end
99end
Original file line number Diff line number Diff line change 1- main
1+ 3-13-maintenance
Original file line number Diff line number Diff 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" " 6-1-maintenance "
1616
1717 if rspec_support_compatible; then
1818 clone_repo " rspec-support"
You can’t perform that action at this time.
0 commit comments