Skip to content

Commit

Permalink
Update dependency activerecord to "~>6.1.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 25, 2024
1 parent 229046d commit 3ab004d
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 @@ -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", "~>6.1.0"
when "6.1"
gem "activerecord", "~>6.1.4"
end

0 comments on commit 3ab004d

Please sign in to comment.