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 cf83cadCopy full SHA for cf83cad
test/gemfiles/rails-6.1.gemfile
@@ -1,3 +1,5 @@
1
source "https://rubygems.org"
2
gemspec path: "../.."
3
gem "activerecord", "~> 6.1.0"
4
+gem "mutex_m"
5
+gem "bigdecimal"
test/gemfiles/rails-7.0.gemfile
gem "activerecord", "~> 7.0.0"
0 commit comments