Skip to content

Commit

Permalink
Merge pull request #6711 from ministryofjustice/dependabot/bundler/rs…
Browse files Browse the repository at this point in the history
…pec-rails-6.1.2

Bump rspec-rails from 6.1.1 to 6.1.2
  • Loading branch information
jrmhaig authored Apr 11, 2024
2 parents 5a8540b + 47968cf commit 69583da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ group :development, :test do
gem 'pry-byebug'
gem 'pry-rails'
gem 'rack-livereload', '~> 0.5.2'
gem 'rspec-rails', '~> 6.1.1'
gem 'rspec-rails', '~> 6.1.2'
gem 'rspec-collection_matchers'
gem 'rspec_junit_formatter'
gem 'net-ssh', '~> 7.2'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -527,14 +527,14 @@ GEM
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.1)
rspec-rails (6.1.2)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.12)
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
Expand Down Expand Up @@ -754,7 +754,7 @@ DEPENDENCIES
rspec-collection_matchers
rspec-html-matchers (~> 0.10.0)
rspec-mocks
rspec-rails (~> 6.1.1)
rspec-rails (~> 6.1.2)
rspec_junit_formatter
rubocop (~> 1.62)
rubocop-capybara (~> 2.20)
Expand Down

0 comments on commit 69583da

Please sign in to comment.