Skip to content

Commit

Permalink
Add base64 / mutex_m dependencies for Rails 6.1
Browse files Browse the repository at this point in the history
These are required for Ruby 3.4 support, which extracts `base64` /
`mutex_m` into bundled gem. The maintained versions of Rails have the
dependencies updated.
  • Loading branch information
voxik committed Dec 10, 2024
1 parent a6b16dc commit cb35bee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gemfiles/Gemfile.rails-6.1.x
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ gem 'test_declarative', '0.0.6'
gem 'rake'
gem 'minitest', '~> 5.14'
gem 'racc'
gem 'base64'
gem 'mutex_m'

platforms :mri do
gem 'oj'
Expand Down

0 comments on commit cb35bee

Please sign in to comment.