Skip to content

Commit

Permalink
Merge pull request #4023 from DFE-Digital/dependabot/bundler/rspec-ra…
Browse files Browse the repository at this point in the history
…ils-6.1.1

Bump rspec-rails from 6.1.0 to 6.1.1
  • Loading branch information
JR-G authored Jan 26, 2024
2 parents c76a0d6 + 9e41878 commit b6c1d8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ group :development, :test do
gem 'rspec-its'

# Test framework
gem 'rspec-rails', '6.1.0'
gem 'rspec-rails', '6.1.1'

# A Ruby static code analyzer and formatter
gem 'rubocop', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ GEM
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (6.1.0)
rspec-rails (6.1.1)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
Expand Down Expand Up @@ -832,7 +832,7 @@ DEPENDENCIES
redcarpet
request_store
rspec-its
rspec-rails (= 6.1.0)
rspec-rails (= 6.1.1)
rspec_junit_formatter
rubocop
rubocop-rails
Expand Down

0 comments on commit b6c1d8c

Please sign in to comment.