Skip to content

Commit

Permalink
Fix fog-awe version restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishein committed Aug 26, 2016
1 parent 5e64f84 commit 204818f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3_uploader.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.version = S3Uploader::VERSION
gem.license = 'MIT'

gem.add_dependency 'fog-aws', '~> 0.9.4'
gem.add_dependency 'fog-aws', '>= 0.9.4'
gem.add_dependency 'mime-types'

gem.add_development_dependency 'rspec'
Expand Down

0 comments on commit 204818f

Please sign in to comment.