Skip to content

Commit 3fa5fef

Browse files
chore(deps): update dependency rspec-rails to v8 (#557)
* chore(deps): update dependency rspec-rails to v8 * update to rails 7.2 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lodewiges <[email protected]>
1 parent 96d07b2 commit 3fa5fef

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
@@ -73,7 +73,7 @@ end
7373

7474
group :test do
7575
gem 'guard-rspec', '~> 4.7', '>= 4.7.3', require: false
76-
gem 'rspec-rails', '~> 7.1', '>= 7.1.1'
76+
gem 'rspec-rails', '~> 8.0'
7777
gem 'rubocop', '~> 1.75', '>= 1.75.5', require: false
7878
gem 'rubocop-factory_bot', '~> 2.27', '>= 2.27.1', require: false
7979
gem 'rubocop-performance', '~> 1.25', require: false

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -439,10 +439,10 @@ GEM
439439
rspec-mocks (3.13.2)
440440
diff-lcs (>= 1.2.0, < 2.0)
441441
rspec-support (~> 3.13.0)
442-
rspec-rails (7.1.1)
443-
actionpack (>= 7.0)
444-
activesupport (>= 7.0)
445-
railties (>= 7.0)
442+
rspec-rails (8.0.0)
443+
actionpack (>= 7.2)
444+
activesupport (>= 7.2)
445+
railties (>= 7.2)
446446
rspec-core (~> 3.13)
447447
rspec-expectations (~> 3.13)
448448
rspec-mocks (~> 3.13)
@@ -624,7 +624,7 @@ DEPENDENCIES
624624
rb-readline (~> 0.5, >= 0.5.5)
625625
redis (~> 5.4)
626626
roo (~> 2.10, >= 2.10.1)
627-
rspec-rails (~> 7.1, >= 7.1.1)
627+
rspec-rails (~> 8.0)
628628
rubocop (~> 1.75, >= 1.75.5)
629629
rubocop-factory_bot (~> 2.27, >= 2.27.1)
630630
rubocop-performance (~> 1.25)

0 commit comments

Comments
 (0)