Skip to content

Commit

Permalink
Add mutex_m Gem for Rails 7.0 and Ruby 3.4 support
Browse files Browse the repository at this point in the history
mutex_m is not part of the defaults Gems in Ruby anymore.
Since Rails 7.0 depends on it, we add it to the local
dev Gemfile.
  • Loading branch information
tvdeyen committed Jan 3, 2025
1 parent f511520 commit 5d94c50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,6 @@ gem "dartsass-rails", "~> 0.5.0"
gem "propshaft", "~> 1.0"

gem "gem-release", "~> 2.2"

# Necessary for Rails 7.0 and Ruby 3.4
gem "mutex_m", "~> 0.3"

0 comments on commit 5d94c50

Please sign in to comment.