Skip to content

Commit

Permalink
Revert rake requirement since we still support ruby 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sdsykes committed Jun 2, 2020
1 parent 2decef3 commit 41088a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastimage.gemspec
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.summary = %q{FastImage - Image info fast}
s.add_development_dependency 'fakeweb-fi', '~> 1.3'
# Note rake 11 drops support for ruby 1.9.2
s.add_development_dependency('rake', ">= 12.3.3")
s.add_development_dependency('rake', ">= 10.5")
s.add_development_dependency('rdoc')
s.add_development_dependency('test-unit')

Expand Down

0 comments on commit 41088a5

Please sign in to comment.