Skip to content

Commit

Permalink
add dependency on base64 for ruby >= 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Dec 27, 2024
1 parent 8e5cc7a commit 1a67886
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions image_optim_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Gem::Specification.new do |s|
s.add_dependency 'image_optim', '~> 0.24'
s.add_dependency 'railties'
s.add_dependency 'sprockets'
if RUBY_VERSION >= '3.4'
s.add_dependency 'base64'
end

s.add_development_dependency 'image_optim_pack', '~> 0.2', '>= 0.2.2'
s.add_development_dependency 'rspec', '~> 3.0'
Expand Down

0 comments on commit 1a67886

Please sign in to comment.