Skip to content

Commit

Permalink
Merge pull request #23245 from jrafanie/upgrade-rspec-rails-for-rails…
Browse files Browse the repository at this point in the history
…-7-1-support

Upgrade rspec-rails for rails 7.1 support
  • Loading branch information
bdunne authored Oct 29, 2024
2 parents 270b7e0 + 976cc6c commit 542f052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -319,5 +319,5 @@ end
group :development, :test do
gem "parallel_tests", "~>4.4", :require => false
gem "routes_lazy_routes"
gem "rspec-rails", "~>4.0.1"
gem "rspec-rails", "~>7.0"
end

0 comments on commit 542f052

Please sign in to comment.