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 5d44423
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- gemfiles/Gemfile.rails-main
exclude:
# Ruby 3.0 is not supported by Rails main (requires at least Ruby 3.1)
- ruby_version: head
gemfile: gemfiles/Gemfile.rails-6.1.x
# Ruby 3.0 is not supported by Rails main (requires at least Ruby 3.1)
- ruby_version: '3.0'
gemfile: gemfiles/Gemfile.rails-main
# JRuby is not supported by Rails 7.0.x
Expand Down
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 5d44423

Please sign in to comment.