Skip to content

Commit

Permalink
Merge pull request travis-ci#489 from travis-ci/ha-bug-puppet-forge
Browse files Browse the repository at this point in the history
Pin json_pure to '< 2.0'
  • Loading branch information
BanzaiMan authored Aug 2, 2016
2 parents ca2e7d0 + 7d1583f commit 45fad6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/dpl/provider/appfog.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module DPL
class Provider
class Appfog < Provider
requires 'json_pure', :load => 'json/pure'
requires 'json_pure', :version => '< 2.0', :load => 'json/pure'
requires 'af', :load => 'vmc'

def check_auth
Expand Down
2 changes: 1 addition & 1 deletion lib/dpl/provider/packagecloud.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module DPL
class Provider
class Packagecloud < Provider
requires 'json_pure', :load => 'json/pure'
requires 'json_pure', :version => '< 2.0', :load => 'json/pure'
requires 'packagecloud-ruby', :version => "0.2.17", :load => 'packagecloud'

def check_auth
Expand Down
2 changes: 1 addition & 1 deletion lib/dpl/provider/puppet_forge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Provider
class PuppetForge < Provider
require 'pathname'

requires 'json_pure', :load => 'json/pure'
requires 'json_pure', :version => '< 2.0', :load => 'json/pure'
requires 'puppet', :load => 'puppet/face'
requires 'puppet-blacksmith', :load => 'puppet_blacksmith'

Expand Down

0 comments on commit 45fad6e

Please sign in to comment.