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 9421d8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/dpl/provider/elastic_beanstalk.rb
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 9421d8f

Please sign in to comment.