Skip to content

Commit

Permalink
specify nokogiri version in provider class
Browse files Browse the repository at this point in the history
  • Loading branch information
aakritigupta committed Dec 27, 2016
1 parent 6bd92c5 commit 3912cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dpl/provider/elastic_beanstalk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class ElasticBeanstalk < Provider
experimental 'AWS Elastic Beanstalk'

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

DEFAULT_REGION = 'us-east-1'
Expand Down

0 comments on commit 3912cc4

Please sign in to comment.