Skip to content

Commit cf83cad

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

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/gemfiles/rails-6.1.gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
source "https://rubygems.org"
22
gemspec path: "../.."
33
gem "activerecord", "~> 6.1.0"
4+
gem "mutex_m"
5+
gem "bigdecimal"

test/gemfiles/rails-7.0.gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
source "https://rubygems.org"
22
gemspec path: "../.."
33
gem "activerecord", "~> 7.0.0"
4+
gem "mutex_m"
5+
gem "bigdecimal"

0 commit comments

Comments
 (0)