Skip to content

Commit

Permalink
Update dependency activerecord to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 26, 2024
1 parent 229046d commit fdd6658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ case ENV['TEST_RAILS_VERSION']
when "5.2"
gem "activerecord", "~>5.2.6"
when "6.0"
gem "activerecord", "~>6.0.4"
gem "activerecord", "~>7.1.0"
when "6.1"
gem "activerecord", "~>6.1.4"
gem "activerecord", "~>7.1.0"
end

0 comments on commit fdd6658

Please sign in to comment.