diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2018-09-25 22:33:30 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2018-09-25 22:33:30 -0700 |
commit | 9fb62cda391591e0369ce32b8c8ec1afd3dfb8af (patch) | |
tree | ddfda448b6b63e88da8ed2e865a29311c18538bf /omnibus/Gemfile.lock | |
parent | 671a1a740209a021fd31f451ec233bd884a5a37f (diff) | |
download | chef-9fb62cda391591e0369ce32b8c8ec1afd3dfb8af.tar.gz |
Work around rspec 3.8.0 issues
Problem is described in detail here:
https://github.com/rspec/rspec-expectations/issues/1068#issuecomment-424580564
Note that this is self-inflicted damage and our pattern of having #to_hash
on objects be called by #to_json and to produce a serialized 'flavor' of
the object breaks what ruby's semantics are supposed to be and those
should all be `#to_h` methods, and we should deprecate `#to_hash` but I
imagine that will be a reasonably large breaking change (Although
hopefully most of the use by users will be Node#to_hash which is
entirely correct usage since that thing is actually a kind of glorified
Hash-like monster).
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'omnibus/Gemfile.lock')
-rw-r--r-- | omnibus/Gemfile.lock | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index ec0ea17772..1abb83416f 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -31,13 +31,13 @@ GEM addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) awesome_print (1.8.0) - aws-sdk (2.11.135) - aws-sdk-resources (= 2.11.135) - aws-sdk-core (2.11.135) + aws-sdk (2.11.137) + aws-sdk-resources (= 2.11.137) + aws-sdk-core (2.11.137) aws-sigv4 (~> 1.0) jmespath (~> 1.0) - aws-sdk-resources (2.11.135) - aws-sdk-core (= 2.11.135) + aws-sdk-resources (2.11.137) + aws-sdk-core (= 2.11.137) aws-sigv4 (1.0.3) berkshelf (7.0.6) chef (>= 13.6.52) @@ -56,10 +56,10 @@ GEM debug_inspector (>= 0.0.1) builder (3.2.3) byebug (10.0.2) - chef (14.5.27) + chef (14.5.33) addressable bundler (>= 1.10) - chef-config (= 14.5.27) + chef-config (= 14.5.33) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -87,10 +87,10 @@ GEM specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (14.5.27-universal-mingw32) + chef (14.5.33-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 14.5.27) + chef-config (= 14.5.33) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -129,7 +129,7 @@ GEM win32-taskscheduler (~> 1.0.0) windows-api (~> 0.4.4) wmi-lite (~> 1.0) - chef-config (14.5.27) + chef-config (14.5.33) addressable fuzzyurl mixlib-config (>= 2.2.12, < 3.0) @@ -213,7 +213,7 @@ GEM net-ssh-multi (1.2.1) net-ssh (>= 2.6.5) net-ssh-gateway (>= 1.2.0) - net-telnet (0.2.0) + net-telnet (0.1.1) nori (2.6.0) octokit (4.12.0) sawyer (~> 0.8.0, >= 0.5.3) @@ -285,10 +285,10 @@ GEM solve (4.0.0) molinillo (~> 0.6) semverse (>= 1.1, < 3.0) - specinfra (2.76.1) + specinfra (2.76.2) net-scp net-ssh (>= 2.7) - net-telnet + net-telnet (= 0.1.1) sfl structured_warnings (0.3.0) syslog-logger (1.6.8) |