We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bccf1fe commit 17ceac6Copy full SHA for 17ceac6
test_projects/rails/rspec_rails/Gemfile
@@ -50,3 +50,7 @@ end
50
51
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
52
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
53
+
54
+gem "bigdecimal" if RUBY_VERSION >= '3.4'
55
+gem "mutex_m" if RUBY_VERSION >= '3.4'
56
+gem "drb" if RUBY_VERSION >= '3.4'
0 commit comments