Skip to content

Commit

Permalink
remove redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
aakritigupta committed Dec 27, 2016
1 parent 6a4e938 commit 6c499a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ end

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

Expand Down
2 changes: 1 addition & 1 deletion lib/dpl/provider/elastic_beanstalk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Provider
class ElasticBeanstalk < Provider
experimental 'AWS Elastic Beanstalk'

# requires 'nokogiri', version: '1.6.8.1'
requires 'nokogiri', version: '1.6.8.1'
requires 'aws-sdk-v1'
requires 'rubyzip', :load => 'zip'

Expand Down

0 comments on commit 6c499a8

Please sign in to comment.