Skip to content

Commit

Permalink
debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
aakritigupta committed Dec 27, 2016
1 parent 18ba689 commit 45189e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ end

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

group :bitballoon do
Expand Down
1 change: 1 addition & 0 deletions lib/dpl/provider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def self.experimental(name)
def self.requires(name, options = {})
version = options[:version] || '> 0'
load = options[:load] || name
puts "about to install #{name}"
gem(name, version)
rescue LoadError
context.shell("gem install %s -v %p --no-ri --no-rdoc #{'--pre' if options[:pre]}" % [name, version], retry: true)
Expand Down
1 change: 0 additions & 1 deletion lib/dpl/provider/elastic_beanstalk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ class ElasticBeanstalk < Provider
experimental 'AWS Elastic Beanstalk'

requires 'nokogiri', version: '1.6.8.1'
log "nokogirir 1.6.8.1 should have been installed"
requires 'aws-sdk-v1'
requires 'rubyzip', :load => 'zip'

Expand Down

0 comments on commit 45189e6

Please sign in to comment.