Skip to content

Commit

Permalink
Merge branch 'dependabot/bundler/rspec-rails-7.1.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Nov 12, 2024
2 parents 86c5895 + 05d4e3d commit af4a966
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ group :test, :development do
gem 'factory_bot_rails', '~> 6.4.4'
gem 'oink', '~> 0.10.1'
gem 'rspec-activemodel-mocks', '~> 1.2.1'
gem 'rspec-rails', '~> 7.0.1'
gem 'rspec-rails', '~> 7.1.0'
gem 'pry', '~> 0.14.2'
end

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -448,15 +448,15 @@ GEM
activemodel (>= 3.0)
activesupport (>= 3.0)
rspec-mocks (>= 2.99, < 4.0)
rspec-core (3.13.1)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (7.0.1)
rspec-rails (7.1.0)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
Expand Down Expand Up @@ -648,7 +648,7 @@ DEPENDENCIES
redis (~> 4.8.1)
rolify (~> 6.0.1)
rspec-activemodel-mocks (~> 1.2.1)
rspec-rails (~> 7.0.1)
rspec-rails (~> 7.1.0)
rubocop (~> 1.68.0)
rubocop-performance
rubocop-rails
Expand Down

0 comments on commit af4a966

Please sign in to comment.