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

Commit 7a38c05

Browse files
committed
Version 3.11.0
1 parent e6d5718 commit 7a38c05

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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

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

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

lib/rspec/core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.12.0.pre'
6+
STRING = '3.11.0'
77
end
88
end
99
end

maintenance-branch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
main
1+
3-11-maintenance

script/clone_all_rspec_repos

Lines changed: 1 addition & 1 deletion
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)