Skip to content

Commit

Permalink
Merge pull request travis-ci#474 from travis-ci/feature-2.2-support
Browse files Browse the repository at this point in the history
Fix `json/pure` loading issue and Ruby 2.2 job
  • Loading branch information
BanzaiMan authored Jul 5, 2016
2 parents 362c2a7 + 8840611 commit f1d2552
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ end

group :lambda do
gem 'aws-sdk', '>= 2.0.18.pre'
gem 'rubyzip'
gem 'rubyzip', '~> 1.1'
end

group :cloud_files do
Expand All @@ -57,7 +57,7 @@ group :gcs do
end

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

Expand Down
1 change: 1 addition & 0 deletions dpl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec-its'
s.add_development_dependency 'rake'
s.add_development_dependency 'json', '1.8.1'
s.add_development_dependency 'json_pure'
s.add_development_dependency 'coveralls'


Expand Down
1 change: 1 addition & 0 deletions lib/dpl/provider.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'dpl/error'
require 'dpl/version'
require 'fileutils'
require 'json/pure'

module DPL
class Provider
Expand Down

0 comments on commit f1d2552

Please sign in to comment.