Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Feb 4, 2024
1 parent 2c37cb0 commit d828b34
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
env:
RSPEC_CI: true
# This tells rspec-rails what branch to run in ci
RSPEC_VERSION: '= 3.13.0.pre'
RSPEC_VERSION: '~> 3.13.0'
jobs:
rubocop:
name: Rubocop
Expand Down
9 changes: 8 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
### Development
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.12.2...main)
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.13.0...main)

### 3.13.0 / 2024-02-04
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.12.2...v3.13.0)

Enchancements

* Add `RubyFeatures#supports_syntax_suggest?`. (Jon Rowe, #571)

### 3.12.2 / 2024-02-04
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.12.1...v3.12.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/support/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module RSpec
module Support
module Version
STRING = '3.13.0.pre'
STRING = '3.13.0'
end
end
end
2 changes: 1 addition & 1 deletion maintenance-branch
Original file line number Diff line number Diff line change
@@ -1 +1 @@
main
3-13-maintenance
2 changes: 1 addition & 1 deletion script/clone_all_rspec_repos
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if is_mri; then
clone_repo "rspec-core"
clone_repo "rspec-expectations"
clone_repo "rspec-mocks"
clone_repo "rspec-rails"
clone_repo "rspec-rails" "6-1-maintenance"

if rspec_support_compatible; then
clone_repo "rspec-support"
Expand Down

0 comments on commit d828b34

Please sign in to comment.