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

Commit c8e7269

Browse files
committed
v3.13.0
1 parent 4a18c35 commit c8e7269

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
env:
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'
2323
jobs:
2424
rubocop:
2525
name: Rubocop

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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+
47
Enhancements:
58

69
* Support the `--backtrace` flag when using the JSON formatter. (Matt Larraz, #2980)

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.13.0.pre'
6+
STRING = '3.13.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-13-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" "6-1-maintenance"
1616

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

0 commit comments

Comments
 (0)