Skip to content

Commit

Permalink
Merge pull request #14306 from opf/chore/bump-rspec-rails
Browse files Browse the repository at this point in the history
Bump `rspec-rails` to 6.1.0
  • Loading branch information
ulferts committed Dec 4, 2023
2 parents c97b14d + c997752 commit 995913e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -231,7 +231,7 @@ group :test do
gem 'rack_session_access'
gem 'rspec', '~> 3.12.0'
# also add to development group, so "spec" rake task gets loaded
gem 'rspec-rails', '~> 6.0.0', group: :development
gem 'rspec-rails', '~> 6.1.0', group: :development

# Retry failures within the same environment
gem 'retriable', '~> 3.1.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -875,7 +875,7 @@ GEM
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (6.0.4)
rspec-rails (6.1.0)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
Expand Down Expand Up @@ -1197,7 +1197,7 @@ DEPENDENCIES
roar (~> 1.2.0)
rouge (~> 4.2.0)
rspec (~> 3.12.0)
rspec-rails (~> 6.0.0)
rspec-rails (~> 6.1.0)
rspec-retry (~> 0.6.1)
rubocop
rubocop-inflector
Expand Down

0 comments on commit 995913e

Please sign in to comment.