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 26fa1d1 commit cf83cad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/gemfiles/rails-6.1.gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source "https://rubygems.org"
gemspec path: "../.."
gem "activerecord", "~> 6.1.0"
gem "mutex_m"
gem "bigdecimal"
2 changes: 2 additions & 0 deletions test/gemfiles/rails-7.0.gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source "https://rubygems.org"
gemspec path: "../.."
gem "activerecord", "~> 7.0.0"
gem "mutex_m"
gem "bigdecimal"

0 comments on commit cf83cad

Please sign in to comment.