Skip to content

Commit 9983e65

Browse files
committed
Include mutex_m with older Rails versions
This is actually only required for Ruby 3.4 compatibility.
1 parent 26fa1d1 commit 9983e65

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/gemfiles/rails-6.1.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
source "https://rubygems.org"
22
gemspec path: "../.."
33
gem "activerecord", "~> 6.1.0"
4+
gem "mutex_m"

test/gemfiles/rails-7.0.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
source "https://rubygems.org"
22
gemspec path: "../.."
33
gem "activerecord", "~> 7.0.0"
4+
gem "mutex_m"

0 commit comments

Comments
 (0)