Skip to content

Commit b81982c

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

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

test/gemfiles/rails-6.1.gemfile

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

test/gemfiles/rails-7.0.gemfile

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

0 commit comments

Comments
 (0)