Skip to content

Commit

Permalink
Pin rubyzip to 1.1 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Jul 5, 2016
1 parent e7563e4 commit 8840611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -39,7 +39,7 @@ end

group :lambda do
gem 'aws-sdk', '>= 2.0.18.pre'
gem 'rubyzip'
gem 'rubyzip', '~> 1.1'
end

group :cloud_files do
Expand All @@ -57,7 +57,7 @@ group :gcs do
end

group :elastic_beanstalk do
gem 'rubyzip'
gem 'rubyzip', '~> 1.1'
gem 'aws-sdk-v1'
end

Expand Down

0 comments on commit 8840611

Please sign in to comment.