Skip to content

Commit

Permalink
We need to bundle bigdecimal, mutex_m, and drb on Ruby 3.4+
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jan 13, 2025
1 parent bccf1fe commit 17ceac6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test_projects/rails/rspec_rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]

gem "bigdecimal" if RUBY_VERSION >= '3.4'
gem "mutex_m" if RUBY_VERSION >= '3.4'
gem "drb" if RUBY_VERSION >= '3.4'

0 comments on commit 17ceac6

Please sign in to comment.