Skip to content

Commit c9f0c07

Browse files
committed
Add the mutex_m gem for certain ruby/rails combinations
1 parent 8e9eff0 commit c9f0c07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ frameworks_versions.each do |framework, version|
9191
gem 'net-smtp', require: false
9292
end
9393

94+
if framework =='rails' && RUBY_VERSION >= '3.4' && ['4.2', '5.2', '6.1'].include?(version)
95+
gem 'mutex_m'
96+
end
97+
9498
case version
9599
when 'master' # grape
96100
gem framework, github: GITHUB_REPOS.fetch(framework)

0 commit comments

Comments
 (0)