Skip to content

Commit

Permalink
remove chef-provisioning-aws
Browse files Browse the repository at this point in the history
blocks testing on ruby 2.4

Signed-off-by: Lamont Granquist <[email protected]>
  • Loading branch information
lamont-granquist committed Dec 21, 2016
1 parent 4055d3b commit 22d0319
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .bundle/config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
BUNDLE_FROZEN: '1'
BUNDLE_FROZEN: "1"
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ matrix:
TEST_GEM: chef-provisioning
script: tasks/bin/run_external_test $TEST_GEM rake spec
rvm: 2.3.1
- env:
TEST_GEM: chef-provisioning-aws
script: tasks/bin/run_external_test $TEST_GEM rake spec
rvm: 2.3.1
- env:
TEST_GEM: chef-sugar
script: tasks/bin/run_external_test $TEST_GEM rake
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ end
# These are used for external tests
group(:integration) do
gem "chef-provisioning"
gem "chef-provisioning-aws"
gem "chef-sugar"
gem "chefspec"
gem "halite"
Expand Down
35 changes: 12 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/chef/chef-server
revision: 2d06ce7ef5976e2a410906f60152142bf90a17fb
revision: d6d1d3791a1b71cf22af7438d1d7a8f1b44ccac7
specs:
oc-chef-pedant (2.2.0)
activesupport (>= 4.2.7.1, < 6.0)
Expand Down Expand Up @@ -129,7 +129,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (5.0.0.1)
activesupport (5.0.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
Expand All @@ -139,16 +139,13 @@ GEM
mixlib-cli (~> 1.4)
artifactory (2.5.1)
ast (2.3.0)
aws-sdk (2.6.35)
aws-sdk-resources (= 2.6.35)
aws-sdk-core (2.6.35)
aws-sdk (2.6.40)
aws-sdk-resources (= 2.6.40)
aws-sdk-core (2.6.40)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.6.35)
aws-sdk-core (= 2.6.35)
aws-sdk-v1 (1.66.0)
json (~> 1.4)
nokogiri (>= 1.4.4)
aws-sdk-resources (2.6.40)
aws-sdk-core (= 2.6.40)
aws-sigv4 (1.0.0)
backports (3.6.8)
binding_of_caller (0.7.2)
Expand All @@ -166,12 +163,6 @@ GEM
net-ssh (>= 2.9, < 4.0)
net-ssh-gateway (~> 1.2.0)
winrm-fs (~> 1.0)
chef-provisioning-aws (2.1.0)
aws-sdk (>= 2.1.26, < 3.0)
aws-sdk-v1 (>= 1.59.0)
chef-provisioning (>= 1.0, < 3.0)
retryable (~> 2.0, >= 2.0.1)
ubuntu_ami (~> 0.4, >= 0.4.1)
chef-sugar (3.4.0)
chef-zero (5.1.1)
ffi-yajl (~> 2.2)
Expand All @@ -193,7 +184,7 @@ GEM
simplecov
url
coderay (1.1.1)
concurrent-ruby (1.0.2)
concurrent-ruby (1.0.3)
cucumber (2.4.0)
builder (>= 2.1.2)
cucumber-core (~> 1.5.0)
Expand Down Expand Up @@ -268,7 +259,7 @@ GEM
iniparse (1.4.2)
ipaddress (0.8.3)
jmespath (1.3.1)
json (1.8.3)
json (2.0.2)
kitchen-docker (2.6.0)
test-kitchen (>= 1.0.0)
kitchen-ec2 (1.2.0)
Expand Down Expand Up @@ -471,7 +462,7 @@ GEM
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
slop (3.6.0)
specinfra (2.66.2)
specinfra (2.66.3)
net-scp
net-ssh (>= 2.7, < 4.0)
net-telnet
Expand Down Expand Up @@ -507,7 +498,6 @@ GEM
ethon (>= 0.8.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
ubuntu_ami (0.4.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.2)
Expand Down Expand Up @@ -537,7 +527,7 @@ GEM
ffi-win32-extensions
windows-api (0.4.4)
win32-api (>= 1.4.5)
winrm (2.1.0)
winrm (2.1.1)
builder (>= 2.1.2)
erubis (~> 2.7)
gssapi (~> 1.2)
Expand Down Expand Up @@ -571,7 +561,6 @@ DEPENDENCIES
chef!
chef-config!
chef-provisioning
chef-provisioning-aws
chef-sugar
cheffish
chefspec
Expand Down Expand Up @@ -602,4 +591,4 @@ DEPENDENCIES
yard

BUNDLED WITH
1.12.5
1.13.6

0 comments on commit 22d0319

Please sign in to comment.