Skip to content

Commit

Permalink
Add mutex_m gem to development dependencies
Browse files Browse the repository at this point in the history
This is to support testing against Ruby 3.4 and Active Record 7.0
  • Loading branch information
nertzy committed Dec 25, 2024
1 parent f3dc4d2 commit 2d87a3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ gem "activerecord", ENV.fetch("ACTIVE_RECORD_VERSION", nil) if ENV["ACTIVE_RECOR

gem "debug"
gem "irb"
gem "mutex_m"
gem "rake"
gem "rspec"
gem "simplecov"
Expand Down

0 comments on commit 2d87a3e

Please sign in to comment.