We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26fa1d1 commit b81982cCopy full SHA for b81982c
test/gemfiles/rails-6.1.gemfile
@@ -1,3 +1,7 @@
1
source "https://rubygems.org"
2
gemspec path: "../.."
3
gem "activerecord", "~> 6.1.0"
4
+
5
+gem "bigdecimal"
6
+gem "drb"
7
+gem "mutex_m"
test/gemfiles/rails-7.0.gemfile
gem "activerecord", "~> 7.0.0"
0 commit comments