Skip to content

Commit

Permalink
Remove the base64 version altogether for compat
Browse files Browse the repository at this point in the history
  • Loading branch information
sdsykes committed Jan 2, 2025
1 parent d69288b commit 729438e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastimage.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.summary = %q{FastImage - Image info fast}
s.add_dependency 'base64', '~> 0.1'
s.add_dependency 'base64'
s.add_development_dependency 'fakeweb-fi', '~> 1.3'
# Note rake 11 drops support for ruby 1.9.2
s.add_development_dependency('rake', ">= 10.5")
Expand Down

0 comments on commit 729438e

Please sign in to comment.