Skip to content

Commit

Permalink
Add base64 dependency for Rails 6.1
Browse files Browse the repository at this point in the history
This is required for Ruby 3.4 support, which extracts `base64` into
bundled gem.
  • Loading branch information
voxik committed Dec 10, 2024
1 parent a6b16dc commit fa26c6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gemfiles/Gemfile.rails-6.1.x
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gem 'test_declarative', '0.0.6'
gem 'rake'
gem 'minitest', '~> 5.14'
gem 'racc'
gem 'base64'

platforms :mri do
gem 'oj'
Expand Down

0 comments on commit fa26c6c

Please sign in to comment.