Skip to content

Commit

Permalink
Pin nokogiri version in provider class instead of Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aakritigupta committed Dec 27, 2016
1 parent 33c4cd7 commit cd59c77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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'
gem 'aws-sdk-v1'
end

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

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

Expand Down

0 comments on commit cd59c77

Please sign in to comment.