Skip to content

Commit 59ca951

Browse files
build(deps-dev): bump rspec-rails from 8.0.2 to 8.0.3 (#4857)
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 8.0.2 to 8.0.3. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v8.0.2...v8.0.3) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a632eb0 commit 59ca951

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ group :test do
7777
gem 'rspec-collection_matchers'
7878
gem 'rspec-instafail'
7979
gem 'rspec-its'
80-
gem 'rspec-rails', '~> 8.0.2'
80+
gem 'rspec-rails', '~> 8.0.3'
8181
gem 'rspec-wait'
8282
gem 'rubocop', '~> 1.84.2'
8383
gem 'rubocop-capybara'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ GEM
461461
rspec-mocks (3.13.7)
462462
diff-lcs (>= 1.2.0, < 2.0)
463463
rspec-support (~> 3.13.0)
464-
rspec-rails (8.0.2)
464+
rspec-rails (8.0.3)
465465
actionpack (>= 7.2)
466466
activesupport (>= 7.2)
467467
railties (>= 7.2)
@@ -677,7 +677,7 @@ DEPENDENCIES
677677
rspec-collection_matchers
678678
rspec-instafail
679679
rspec-its
680-
rspec-rails (~> 8.0.2)
680+
rspec-rails (~> 8.0.3)
681681
rspec-wait
682682
rspec_api_documentation (>= 6.1.0)
683683
rubocop (~> 1.84.2)

0 commit comments

Comments
 (0)