Skip to content

Commit c1fb5b6

Browse files
committed
chore: Add mutex_m gem for Rails 7.0 compatibility with 3.4
Starting from Ruby 3.4, mutex_m has been changed from a default gem to a bundled gem.In systems using Bundler (such as Rails applications), the gem needs to beexplicitly listed in the Gemfile and installed.This change ensures that the mutex_m library is properly availablein Ruby 3.4 environments.
1 parent 0186749 commit c1fb5b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gemfiles/Gemfile.activerecord-7.0.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ gem "pg", "~> 1.5.9"
66
gem "mysql2", "~> 0.5.6"
77
gem "sqlite3", "~> 1.4"
88
gem "logger"
9+
gem "mutex_m"
10+
gem "bigdecimal"

0 commit comments

Comments
 (0)