summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Oliveira <thiagoo@yahoo-inc.com>2016-10-12 12:34:31 -0700
committerThiago Oliveira <thiagoo@yahoo-inc.com>2016-10-13 19:19:21 -0700
commit653113bb4db948467590bfe4bdac046527227b9a (patch)
tree6025f55ce52e1a96bd3a2df9968fe672cf527a6d
parent2352eb3479f697e38a850a5b5dd2cfe74ef838f3 (diff)
downloadchef-653113bb4db948467590bfe4bdac046527227b9a.tar.gz
fix the rubygems version generated by rake dependencies
Signed-off-by: Thiago Oliveira <thiagoo@yahoo-inc.com>
-rw-r--r--Gemfile.lock12
-rw-r--r--acceptance/Gemfile.lock12
-rw-r--r--kitchen-tests/Gemfile.lock12
-rw-r--r--omnibus/Gemfile.lock12
-rw-r--r--omnibus_overrides.rb2
5 files changed, 25 insertions, 25 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 02ec46e8e6..66efb9e2ba 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/chef/chef-server
- revision: 1a7d867ed8deb6097a55a704559dc3796d9e1444
+ revision: 77a662df32c79865b2195cc398d7e121c7048ff3
specs:
oc-chef-pedant (2.2.0)
activesupport (>= 4.2.7.1, < 6.0)
@@ -125,12 +125,12 @@ GEM
mixlib-cli (~> 1.4)
artifactory (2.5.0)
ast (2.3.0)
- aws-sdk (2.6.6)
- aws-sdk-resources (= 2.6.6)
- aws-sdk-core (2.6.6)
+ aws-sdk (2.6.9)
+ aws-sdk-resources (= 2.6.9)
+ aws-sdk-core (2.6.9)
jmespath (~> 1.0)
- aws-sdk-resources (2.6.6)
- aws-sdk-core (= 2.6.6)
+ aws-sdk-resources (2.6.9)
+ aws-sdk-core (= 2.6.9)
aws-sdk-v1 (1.66.0)
json (~> 1.4)
nokogiri (>= 1.4.4)
diff --git a/acceptance/Gemfile.lock b/acceptance/Gemfile.lock
index e527310a35..8fc49431b7 100644
--- a/acceptance/Gemfile.lock
+++ b/acceptance/Gemfile.lock
@@ -11,12 +11,12 @@ GEM
specs:
addressable (2.4.0)
artifactory (2.5.0)
- aws-sdk (2.6.6)
- aws-sdk-resources (= 2.6.6)
- aws-sdk-core (2.6.6)
+ aws-sdk (2.6.9)
+ aws-sdk-resources (= 2.6.9)
+ aws-sdk-core (2.6.9)
jmespath (~> 1.0)
- aws-sdk-resources (2.6.6)
- aws-sdk-core (= 2.6.6)
+ aws-sdk-resources (2.6.9)
+ aws-sdk-core (= 2.6.9)
berkshelf (4.3.5)
addressable (~> 2.3, >= 2.3.4)
berkshelf-api-client (~> 2.0, >= 2.0.2)
@@ -53,7 +53,7 @@ GEM
celluloid-io (0.16.2)
celluloid (>= 0.16.0)
nio4r (>= 1.1.0)
- chef-config (12.14.89)
+ chef-config (12.15.19)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/kitchen-tests/Gemfile.lock b/kitchen-tests/Gemfile.lock
index 45157ce61a..7498483862 100644
--- a/kitchen-tests/Gemfile.lock
+++ b/kitchen-tests/Gemfile.lock
@@ -3,12 +3,12 @@ GEM
specs:
addressable (2.4.0)
artifactory (2.5.0)
- aws-sdk (2.6.6)
- aws-sdk-resources (= 2.6.6)
- aws-sdk-core (2.6.6)
+ aws-sdk (2.6.9)
+ aws-sdk-resources (= 2.6.9)
+ aws-sdk-core (2.6.9)
jmespath (~> 1.0)
- aws-sdk-resources (2.6.6)
- aws-sdk-core (= 2.6.6)
+ aws-sdk-resources (2.6.9)
+ aws-sdk-core (= 2.6.9)
berkshelf (5.1.0)
addressable (~> 2.3, >= 2.3.4)
berkshelf-api-client (>= 2.0.2, < 4.0)
@@ -43,7 +43,7 @@ GEM
celluloid-io (0.16.2)
celluloid (>= 0.16.0)
nio4r (>= 1.1.0)
- chef-config (12.14.89)
+ chef-config (12.15.19)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock
index 8179c294ab..7cd3a94360 100644
--- a/omnibus/Gemfile.lock
+++ b/omnibus/Gemfile.lock
@@ -38,12 +38,12 @@ GEM
addressable (2.4.0)
artifactory (2.5.0)
awesome_print (1.7.0)
- aws-sdk (2.6.6)
- aws-sdk-resources (= 2.6.6)
- aws-sdk-core (2.6.6)
+ aws-sdk (2.6.9)
+ aws-sdk-resources (= 2.6.9)
+ aws-sdk-core (2.6.9)
jmespath (~> 1.0)
- aws-sdk-resources (2.6.6)
- aws-sdk-core (= 2.6.6)
+ aws-sdk-resources (2.6.9)
+ aws-sdk-core (= 2.6.9)
berkshelf (4.3.5)
addressable (~> 2.3, >= 2.3.4)
berkshelf-api-client (~> 2.0, >= 2.0.2)
@@ -83,7 +83,7 @@ GEM
celluloid-io (0.16.2)
celluloid (>= 0.16.0)
nio4r (>= 1.1.0)
- chef-config (12.14.89)
+ chef-config (12.15.19)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/omnibus_overrides.rb b/omnibus_overrides.rb
index 119fcd1cd1..24084dd6ba 100644
--- a/omnibus_overrides.rb
+++ b/omnibus_overrides.rb
@@ -1,5 +1,5 @@
# DO NOT EDIT. Generated by "rake dependencies". Edit version_policy.rb instead.
-override :rubygems, version: "2.6.7 ruby, 2.0.6"
+override :rubygems, version: "2.6.7"
override :bundler, version: "1.12.5"
override "libffi", version: "3.2.1"
override "libiconv", version: "1.14"