Skip to content

Commit a55a1df

Browse files
build(deps-dev): bump rspec-rails from 8.0.3 to 8.0.4 (#4921)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent be2fada commit a55a1df

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ group :test do
7575
gem 'rspec-collection_matchers'
7676
gem 'rspec-instafail'
7777
gem 'rspec-its'
78-
gem 'rspec-rails', '~> 8.0.3'
78+
gem 'rspec-rails', '~> 8.0.4'
7979
gem 'rspec-wait'
8080
gem 'rubocop', '~> 1.85.1'
8181
gem 'rubocop-capybara'

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ GEM
267267
rdoc (>= 4.0.0)
268268
reline (>= 0.4.2)
269269
jaro_winkler (1.7.0)
270-
json (2.19.0)
270+
json (2.19.1)
271271
json-diff (0.4.1)
272272
json-schema (6.2.0)
273273
addressable (~> 2.8)
@@ -455,14 +455,14 @@ GEM
455455
rspec-mocks (3.13.8)
456456
diff-lcs (>= 1.2.0, < 2.0)
457457
rspec-support (~> 3.13.0)
458-
rspec-rails (8.0.3)
458+
rspec-rails (8.0.4)
459459
actionpack (>= 7.2)
460460
activesupport (>= 7.2)
461461
railties (>= 7.2)
462-
rspec-core (~> 3.13)
463-
rspec-expectations (~> 3.13)
464-
rspec-mocks (~> 3.13)
465-
rspec-support (~> 3.13)
462+
rspec-core (>= 3.13.0, < 5.0.0)
463+
rspec-expectations (>= 3.13.0, < 5.0.0)
464+
rspec-mocks (>= 3.13.0, < 5.0.0)
465+
rspec-support (>= 3.13.0, < 5.0.0)
466466
rspec-support (3.13.7)
467467
rspec-wait (1.0.2)
468468
rspec (>= 3.4)
@@ -668,7 +668,7 @@ DEPENDENCIES
668668
rspec-collection_matchers
669669
rspec-instafail
670670
rspec-its
671-
rspec-rails (~> 8.0.3)
671+
rspec-rails (~> 8.0.4)
672672
rspec-wait
673673
rspec_api_documentation (>= 6.1.0)
674674
rubocop (~> 1.85.1)

0 commit comments

Comments
 (0)