Skip to content

Commit 97bc061

Browse files
chore(deps): update dependency rspec-rails to v8 (#1103)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3a1f8cd commit 97bc061

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ group :development, :test do
5656
gem 'pry-byebug', '~> 3.11.0'
5757
gem 'pry-rails', '~> 0.3.11'
5858
gem 'rb-readline', '~> 0.5.5'
59-
gem 'rspec-rails', '~> 7.1.1'
59+
gem 'rspec-rails', '~> 8.0.2'
6060
end
6161

6262
group :development do

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -453,10 +453,10 @@ GEM
453453
rspec-mocks (3.13.6)
454454
diff-lcs (>= 1.2.0, < 2.0)
455455
rspec-support (~> 3.13.0)
456-
rspec-rails (7.1.1)
457-
actionpack (>= 7.0)
458-
activesupport (>= 7.0)
459-
railties (>= 7.0)
456+
rspec-rails (8.0.2)
457+
actionpack (>= 7.2)
458+
activesupport (>= 7.2)
459+
railties (>= 7.2)
460460
rspec-core (~> 3.13)
461461
rspec-expectations (~> 3.13)
462462
rspec-mocks (~> 3.13)
@@ -659,7 +659,7 @@ DEPENDENCIES
659659
rb-readline (~> 0.5.5)
660660
redis-rails (~> 5.0.2)
661661
rest-client (~> 2.1.0)
662-
rspec-rails (~> 7.1.1)
662+
rspec-rails (~> 8.0.2)
663663
rubocop (~> 1.81.6)
664664
rubocop-factory_bot (~> 2.27.1)
665665
rubocop-performance (~> 1.26, >= 1.26.1)

0 commit comments

Comments
 (0)