Skip to content

Commit

Permalink
Add mutex_m for rails 6.1 and 7.0 gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx committed Dec 28, 2024
1 parent a0abdaa commit ca7f6c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

eval_gemfile '../Gemfile'

gem 'mutex_m'
gem 'rails', '~> 6.1'
gem 'tzinfo-data', require: false
1 change: 1 addition & 0 deletions gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

eval_gemfile '../Gemfile'

gem 'mutex_m'
gem 'rails', '~> 7.0.0'
gem 'tzinfo-data', require: false

0 comments on commit ca7f6c1

Please sign in to comment.