Skip to content

Commit 17ceac6

Browse files
committed
We need to bundle bigdecimal, mutex_m, and drb on Ruby 3.4+
1 parent bccf1fe commit 17ceac6

File tree

1 file changed

+4
-0
lines changed
  • test_projects/rails/rspec_rails

1 file changed

+4
-0
lines changed

test_projects/rails/rspec_rails/Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ end
5050

5151
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
5252
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

Comments
 (0)