Skip to content

Commit

Permalink
Include mutex_m with older Rails versions
Browse files Browse the repository at this point in the history
This is actually only required for Ruby 3.4 compatibility.
  • Loading branch information
markoudev committed Jan 7, 2025
1 parent 26fa1d1 commit 9983e65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/gemfiles/rails-6.1.gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source "https://rubygems.org"
gemspec path: "../.."
gem "activerecord", "~> 6.1.0"
gem "mutex_m"
1 change: 1 addition & 0 deletions test/gemfiles/rails-7.0.gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source "https://rubygems.org"
gemspec path: "../.."
gem "activerecord", "~> 7.0.0"
gem "mutex_m"

0 comments on commit 9983e65

Please sign in to comment.