Skip to content

Commit 3fd4b58

Browse files
committed
Bump rspec-rails ~> 6.0.3 → ~> 6.1 for fixture_paths support
Rails 7.2 deprecates fixture_path (singular) in favor of fixture_paths (plural array). The new API exists in Rails 7.1+, but rspec-rails surfaces it via config.fixture_paths only from 6.1.0 onward — 6.0.x still expects fixture_path. Bumping the floor to 6.1 unblocks the fixture_paths rewrite that follows in the next commit. 6.1.5 resolves cleanly on both sides of the dual-boot pair (7.1.6 and 7.2.3) with no other gem changes pulled in beyond the rspec-rails sub-gems on the .next side.
1 parent 9c99a0d commit 3fd4b58

3 files changed

Lines changed: 29 additions & 29 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ group :development, :test do
7373
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
7474
gem "byebug", platforms: [:mri, :mingw, :x64_mingw]
7575
# Adds support for Capybara system testing and selenium driver
76-
gem "rspec-rails", "~> 6.0.3"
76+
gem "rspec-rails", "~> 6.1"
7777
gem "faker"
7878
gem "shoulda-matchers", "~> 3.1"
7979
gem "rails-controller-testing"

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ GEM
140140
railties (>= 4.1.0)
141141
responders
142142
warden (~> 1.2.3)
143-
diff-lcs (1.5.0)
143+
diff-lcs (1.6.2)
144144
docile (1.4.0)
145145
dotenv (2.8.1)
146146
dotenv-rails (2.8.1)
@@ -347,23 +347,23 @@ GEM
347347
actionpack (>= 5.2)
348348
railties (>= 5.2)
349349
rexml (3.2.6)
350-
rspec-core (3.12.2)
351-
rspec-support (~> 3.12.0)
352-
rspec-expectations (3.12.3)
350+
rspec-core (3.13.6)
351+
rspec-support (~> 3.13.0)
352+
rspec-expectations (3.13.5)
353353
diff-lcs (>= 1.2.0, < 2.0)
354-
rspec-support (~> 3.12.0)
355-
rspec-mocks (3.12.6)
354+
rspec-support (~> 3.13.0)
355+
rspec-mocks (3.13.8)
356356
diff-lcs (>= 1.2.0, < 2.0)
357-
rspec-support (~> 3.12.0)
358-
rspec-rails (6.0.3)
357+
rspec-support (~> 3.13.0)
358+
rspec-rails (6.1.5)
359359
actionpack (>= 6.1)
360360
activesupport (>= 6.1)
361361
railties (>= 6.1)
362-
rspec-core (~> 3.12)
363-
rspec-expectations (~> 3.12)
364-
rspec-mocks (~> 3.12)
365-
rspec-support (~> 3.12)
366-
rspec-support (3.12.1)
362+
rspec-core (~> 3.13)
363+
rspec-expectations (~> 3.13)
364+
rspec-mocks (~> 3.13)
365+
rspec-support (~> 3.13)
366+
rspec-support (3.13.7)
367367
rubocop (1.56.4)
368368
base64 (~> 0.1.1)
369369
json (~> 2.3)
@@ -515,7 +515,7 @@ DEPENDENCIES
515515
rails-controller-testing
516516
recursive-open-struct
517517
redcarpet (~> 3.5.1)
518-
rspec-rails (~> 6.0.3)
518+
rspec-rails (~> 6.1)
519519
sass-rails (~> 5.0)
520520
sentry-rails
521521
sentry-ruby

Gemfile.next.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ GEM
134134
railties (>= 4.1.0)
135135
responders
136136
warden (~> 1.2.3)
137-
diff-lcs (1.5.0)
137+
diff-lcs (1.6.2)
138138
docile (1.4.0)
139139
dotenv (2.8.1)
140140
dotenv-rails (2.8.1)
@@ -341,23 +341,23 @@ GEM
341341
actionpack (>= 5.2)
342342
railties (>= 5.2)
343343
rexml (3.2.6)
344-
rspec-core (3.12.2)
345-
rspec-support (~> 3.12.0)
346-
rspec-expectations (3.12.3)
344+
rspec-core (3.13.6)
345+
rspec-support (~> 3.13.0)
346+
rspec-expectations (3.13.5)
347347
diff-lcs (>= 1.2.0, < 2.0)
348-
rspec-support (~> 3.12.0)
349-
rspec-mocks (3.12.6)
348+
rspec-support (~> 3.13.0)
349+
rspec-mocks (3.13.8)
350350
diff-lcs (>= 1.2.0, < 2.0)
351-
rspec-support (~> 3.12.0)
352-
rspec-rails (6.0.3)
351+
rspec-support (~> 3.13.0)
352+
rspec-rails (6.1.5)
353353
actionpack (>= 6.1)
354354
activesupport (>= 6.1)
355355
railties (>= 6.1)
356-
rspec-core (~> 3.12)
357-
rspec-expectations (~> 3.12)
358-
rspec-mocks (~> 3.12)
359-
rspec-support (~> 3.12)
360-
rspec-support (3.12.1)
356+
rspec-core (~> 3.13)
357+
rspec-expectations (~> 3.13)
358+
rspec-mocks (~> 3.13)
359+
rspec-support (~> 3.13)
360+
rspec-support (3.13.7)
361361
rubocop (1.56.4)
362362
base64 (~> 0.1.1)
363363
json (~> 2.3)
@@ -511,7 +511,7 @@ DEPENDENCIES
511511
rails-controller-testing
512512
recursive-open-struct
513513
redcarpet (~> 3.5.1)
514-
rspec-rails (~> 6.0.3)
514+
rspec-rails (~> 6.1)
515515
sass-rails (~> 5.0)
516516
sentry-rails
517517
sentry-ruby

0 commit comments

Comments
 (0)