Skip to content

Commit 573e64d

Browse files
build(deps-dev): bump rspec-rails from 6.0.4 to 6.1.0
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.0.4 to 6.1.0. - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v6.0.4...v6.1.0) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f38fd2e commit 573e64d

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
@@ -85,7 +85,7 @@ group :test do
8585
gem 'rspec-collection_matchers'
8686
gem 'rspec-instafail'
8787
gem 'rspec-its'
88-
gem 'rspec-rails', '~> 6.0.4'
88+
gem 'rspec-rails', '~> 6.1.0'
8989
gem 'rspec-wait'
9090
gem 'rubocop', '~> 1.57.2'
9191
gem 'rubocop-rails', '~> 2.22'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ GEM
428428
rspec-mocks (3.12.6)
429429
diff-lcs (>= 1.2.0, < 2.0)
430430
rspec-support (~> 3.12.0)
431-
rspec-rails (6.0.4)
431+
rspec-rails (6.1.0)
432432
actionpack (>= 6.1)
433433
activesupport (>= 6.1)
434434
railties (>= 6.1)
@@ -628,7 +628,7 @@ DEPENDENCIES
628628
rspec-collection_matchers
629629
rspec-instafail
630630
rspec-its
631-
rspec-rails (~> 6.0.4)
631+
rspec-rails (~> 6.1.0)
632632
rspec-wait
633633
rspec_api_documentation (>= 6.1.0)
634634
rubocop (~> 1.57.2)

0 commit comments

Comments
 (0)