diff options
-rw-r--r-- | Gemfile | 3 | ||||
-rw-r--r-- | Gemfile.lock | 5 |
2 files changed, 2 insertions, 6 deletions
@@ -50,9 +50,6 @@ group(:linux, :bsd, :mac_os_x, :solaris) do gem "ruby-shadow", platforms: :ruby end -# appveyor seems to need this here? -gem "bundler" - group(:development, :test) do gem "rake" gem "simplecov" diff --git a/Gemfile.lock b/Gemfile.lock index b75b95e3e5..6aad38e3db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,7 +123,7 @@ GEM appbundler (0.10.0) mixlib-cli (~> 1.4) ast (2.3.0) - backports (3.7.0) + backports (3.8.0) binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) blankslate (2.1.2.4) @@ -286,7 +286,7 @@ GEM rake rake (12.0.0) rb-readline (0.5.4) - retriable (3.0.1) + retriable (3.0.2) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) @@ -413,7 +413,6 @@ PLATFORMS DEPENDENCIES appbundler - bundler bundler-audit! chef! chef-config! |