Skip to content
This repository has been archived by the owner on Mar 21, 2018. It is now read-only.

Commit

Permalink
Merge pull request #377 from itmustbejj/update-ridley-chef-version
Browse files Browse the repository at this point in the history
Upgrade Ridley's chef client version to from 11.4.0 to 13.6.4
  • Loading branch information
thommay committed Dec 13, 2017
2 parents 1b41f82 + 8304c79 commit 381f25f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ridley.rb
Expand Up @@ -13,7 +13,7 @@
JSON.create_id = nil

module Ridley
CHEF_VERSION = '11.4.0'.freeze
CHEF_VERSION = '13.6.4'.freeze

class << self
extend Forwardable
Expand Down
2 changes: 1 addition & 1 deletion spec/unit/ridley/connection_spec.rb
Expand Up @@ -18,7 +18,7 @@
stub_const('ENV', ENV.to_hash.merge(
'http_proxy' => 'http://i.am.an.http.proxy')
)
expect { subject.get('/nodes') }.to raise_error(SocketError)
expect { subject.get('/nodes') }.to raise_error(Ridley::Errors::ConnectionFailed)
end

it "works with http_proxy and no_proxy set" do
Expand Down

0 comments on commit 381f25f

Please sign in to comment.