diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-04-27 10:11:19 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-04-27 13:04:28 -0700 |
commit | e984d5d7de30db05a19e9cebb8e790265d6df91f (patch) | |
tree | 6f7ea099223bcf17bd1910500bfb25b96b3baaea | |
parent | 280a7f32564d6448cfb828fe78e75fe58bf11292 (diff) | |
download | chef-e984d5d7de30db05a19e9cebb8e790265d6df91f.tar.gz |
Stop pinning rakeremove_rake_ping
The removal of the gem install of appbundler probably fixes where this
was leaking in.
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | Gemfile | 6 | ||||
-rw-r--r-- | Gemfile.lock | 2 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 6 |
3 files changed, 5 insertions, 9 deletions
@@ -55,11 +55,7 @@ group(:ruby_shadow) do end group(:development, :test) do - # we pin rake as a copy of rake is installed from the ruby source - # if you bump the ruby version you should confirm we don't end up with - # two rake gems installed again - gem "rake", "<= 13.0.1" - + gem "rake" gem "rspec-core", "~> 3.5" gem "rspec-mocks", "~> 3.5" gem "rspec-expectations", "~> 3.5" diff --git a/Gemfile.lock b/Gemfile.lock index d23887324d..e10d6a6aaf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -471,7 +471,7 @@ DEPENDENCIES pry-byebug pry-remote pry-stack_explorer - rake (<= 13.0.1) + rake rb-readline rspec-core (~> 3.5) rspec-expectations (~> 3.5) diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 0ccdb8d154..6d410e6ff7 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -32,7 +32,7 @@ GEM artifactory (3.0.12) awesome_print (1.8.0) aws-eventstream (1.1.0) - aws-partitions (1.303.0) + aws-partitions (1.304.0) aws-sdk-core (3.94.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) @@ -45,12 +45,12 @@ GEM aws-sdk-core (~> 3, >= 3.83.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.1) - aws-sigv4 (1.1.2) + aws-sigv4 (1.1.3) aws-eventstream (~> 1.0, >= 1.0.2) bcrypt_pbkdf (1.0.1) bcrypt_pbkdf (1.0.1-x64-mingw32) bcrypt_pbkdf (1.0.1-x86-mingw32) - berkshelf (7.0.9) + berkshelf (7.0.10) chef (>= 13.6.52) chef-config cleanroom (~> 1.0) |