Skip to content

Commit 9e5d2d5

Browse files
Update rspec-rails to v8 (#111)
Rails 7.2.0 now the minimum required version. https://github.com/rspec/rspec-rails/blob/v8.0.1/Changelog.md Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 081a2af commit 9e5d2d5

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

template/{{app_name}}/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ group :development, :test do
8484

8585
# Testing framework
8686
gem "factory_bot_rails"
87-
gem "rspec-rails", "~> 6.1.0"
87+
gem "rspec-rails", "~> 8.0.0"
8888

8989
# Required by Lookbook
9090
gem "listen"

template/{{app_name}}/Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ GEM
147147
railties (>= 4.1.0)
148148
responders
149149
warden (~> 1.2.3)
150-
diff-lcs (1.5.1)
150+
diff-lcs (1.6.2)
151151
docile (1.4.1)
152152
dotenv (3.1.8)
153153
drb (2.2.3)
@@ -391,23 +391,23 @@ GEM
391391
rspec-core (~> 3.13.0)
392392
rspec-expectations (~> 3.13.0)
393393
rspec-mocks (~> 3.13.0)
394-
rspec-core (3.13.2)
394+
rspec-core (3.13.5)
395395
rspec-support (~> 3.13.0)
396-
rspec-expectations (3.13.3)
396+
rspec-expectations (3.13.5)
397397
diff-lcs (>= 1.2.0, < 2.0)
398398
rspec-support (~> 3.13.0)
399-
rspec-mocks (3.13.2)
399+
rspec-mocks (3.13.5)
400400
diff-lcs (>= 1.2.0, < 2.0)
401401
rspec-support (~> 3.13.0)
402-
rspec-rails (6.1.5)
403-
actionpack (>= 6.1)
404-
activesupport (>= 6.1)
405-
railties (>= 6.1)
402+
rspec-rails (8.0.1)
403+
actionpack (>= 7.2)
404+
activesupport (>= 7.2)
405+
railties (>= 7.2)
406406
rspec-core (~> 3.13)
407407
rspec-expectations (~> 3.13)
408408
rspec-mocks (~> 3.13)
409409
rspec-support (~> 3.13)
410-
rspec-support (3.13.2)
410+
rspec-support (3.13.4)
411411
rubocop (1.75.5)
412412
json (~> 2.3)
413413
language_server-protocol (~> 3.17.0.2)
@@ -547,7 +547,7 @@ DEPENDENCIES
547547
rails-erd
548548
route_translator
549549
rqrcode
550-
rspec-rails (~> 6.1.0)
550+
rspec-rails (~> 8.0.0)
551551
rubocop-rails-omakase
552552
rubocop-rspec
553553
selenium-webdriver

0 commit comments

Comments
 (0)