Skip to content

Commit

Permalink
Add base64 to CI gemfile to fix Ruby 2.3 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Mar 28, 2024
1 parent 802975b commit 586c088
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ if RUBY_VERSION < '2.5'
gem 'loofah', '< 2.20'
end

if RUBY_VERSION >= '2.3' && RUBY_VERSION < '2.4'
gem 'base64', '0.1.0'
end

if RUBY_VERSION < '2.2'
gem 'rails', '< 5'
gem 'nokogiri', '< 1.7'
Expand Down

0 comments on commit 586c088

Please sign in to comment.