Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
We don't need to limit fog to <1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Aug 14, 2013
1 parent 0b080ee commit c893aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paperclip.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Gem::Specification.new do |s|
# Ruby version < 1.9.3 can't install capybara > 2.0.3.
s.add_development_dependency('capybara', '= 2.0.3')
s.add_development_dependency('bundler')
s.add_development_dependency('fog', '>= 1.4.0', "< 1.7.0")
s.add_development_dependency('fog', '~> 1.0')
s.add_development_dependency('pry')
s.add_development_dependency('pry-debugger')
s.add_development_dependency('launchy')
Expand Down

0 comments on commit c893aa0

Please sign in to comment.