Skip to content

Commit

Permalink
Bundle base64 on Ruby >= 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Sep 1, 2024
1 parent bfb3352 commit 97efd76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ group :development do
gem "uglifier"
gem "yui-compressor"
end

gem "base64" if RUBY_VERSION >= "3.4"

0 comments on commit 97efd76

Please sign in to comment.