Skip to content

Commit 2fc86b8

Browse files
authored
Merge pull request #3523 from cloudfoundry/dependabot/bundler/rspec-rails-6.1.0
build(deps-dev): bump rspec-rails from 6.0.4 to 6.1.0
2 parents 9edb186 + 573e64d commit 2fc86b8

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)