From cd59c77179ffeb6315aca8887dde53b8f32936ca Mon Sep 17 00:00:00 2001 From: Aakriti Gupta Date: Tue, 27 Dec 2016 15:58:54 +0100 Subject: [PATCH] Pin nokogiri version in provider class instead of Gemfile --- Gemfile | 1 - lib/dpl/provider/elastic_beanstalk.rb | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2946609d5..a3fcd0b1f 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,6 @@ end group :elastic_beanstalk do gem 'rubyzip', '~> 1.1' - gem 'nokogiri', '~>1.6.8' gem 'aws-sdk-v1' end diff --git a/lib/dpl/provider/elastic_beanstalk.rb b/lib/dpl/provider/elastic_beanstalk.rb index b02693503..9a3b45087 100644 --- a/lib/dpl/provider/elastic_beanstalk.rb +++ b/lib/dpl/provider/elastic_beanstalk.rb @@ -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'