diff options
author | Ryan Hass <rhass@users.noreply.github.com> | 2017-01-05 11:05:46 -0800 |
---|---|---|
committer | Ryan Hass <rhass@users.noreply.github.com> | 2017-01-05 11:07:23 -0800 |
commit | c8d59ed72b47ceaad6e097ca7deadd44a3097e2c (patch) | |
tree | 15156b3eaf650bb0bd398bfdbf9253006e7f0e47 /acceptance | |
parent | 560c95ceb109a4e1b1be0005cc7896df79739ce4 (diff) | |
download | chef-c8d59ed72b47ceaad6e097ca7deadd44a3097e2c.tar.gz |
Revert gem update for nio4r in the acceptance lock
The updated nio4r gem was causing some weirdness which resulted in
failing tests. This backs out the change for now.
Signed-off-by: Ryan Hass <rhass@users.noreply.github.com>
Diffstat (limited to 'acceptance')
-rw-r--r-- | acceptance/Gemfile.lock | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/acceptance/Gemfile.lock b/acceptance/Gemfile.lock index 8eed594103..7fa47ed3dd 100644 --- a/acceptance/Gemfile.lock +++ b/acceptance/Gemfile.lock @@ -12,13 +12,13 @@ GEM addressable (2.5.0) public_suffix (~> 2.0, >= 2.0.2) artifactory (2.5.1) - aws-sdk (2.6.43) - aws-sdk-resources (= 2.6.43) - aws-sdk-core (2.6.43) + aws-sdk (2.6.44) + aws-sdk-resources (= 2.6.44) + aws-sdk-core (2.6.44) aws-sigv4 (~> 1.0) jmespath (~> 1.0) - aws-sdk-resources (2.6.43) - aws-sdk-core (= 2.6.43) + aws-sdk-resources (2.6.44) + aws-sdk-core (= 2.6.44) aws-sigv4 (1.0.0) berkshelf (4.3.5) addressable (~> 2.3, >= 2.3.4) @@ -135,7 +135,7 @@ GEM net-ssh (3.2.0) net-ssh-gateway (1.2.0) net-ssh (>= 2.6.5) - nio4r (2.0.0) + nio4r (1.2.1) nori (2.6.0) octokit (4.6.2) sawyer (~> 0.8.0, >= 0.5.3) |