Skip to content

Commit

Permalink
Include gems 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 8519170 commit f07562c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/gemfiles/rails-6.1.gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
source "https://rubygems.org"
gemspec path: "../.."
gem "activerecord", "~> 6.1.0"

gem "bigdecimal"
gem "drb"
gem "mutex_m"
4 changes: 4 additions & 0 deletions test/gemfiles/rails-7.0.gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
source "https://rubygems.org"
gemspec path: "../.."
gem "activerecord", "~> 7.0.0"

gem "bigdecimal"
gem "drb"
gem "mutex_m"

0 comments on commit f07562c

Please sign in to comment.