diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-04-19 18:51:35 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-04-19 18:51:35 +0000 |
commit | 878086dfbe486638f2ff69f010f2cf7d37aee38a (patch) | |
tree | 6d7010f857715ad6008a9cba94a1583c3a6b70be | |
parent | aa0486da0b9d9a1a88487819e8d43dfb202f8930 (diff) | |
download | chef-878086dfbe486638f2ff69f010f2cf7d37aee38a.tar.gz |
Bump version of chef to 12.10.8 by Chef Versioner.v12.10.8
-rw-r--r-- | .bundle/config | 1 | ||||
-rw-r--r-- | Gemfile.lock | 26 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
5 files changed, 17 insertions, 16 deletions
diff --git a/.bundle/config b/.bundle/config index 7544be9dd7..7f3d897037 100644 --- a/.bundle/config +++ b/.bundle/config @@ -1,2 +1,3 @@ --- +BUNDLE_DISABLE_SHARED_GEMS: '1' BUNDLE_FROZEN: '1' diff --git a/Gemfile.lock b/Gemfile.lock index c865e0f042..b2229d7039 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/chef/chefstyle.git - revision: cc37808b7849fdcf49f04011626143940f83fe92 + revision: 52a0d55a9e8fb30d067c0a66371db4ae781a0269 branch: master specs: chefstyle (0.3.1) @@ -18,9 +18,9 @@ GIT PATH remote: . specs: - chef (12.10.7) + chef (12.10.8) bundler (>= 1.10) - chef-config (= 12.10.7) + chef-config (= 12.10.8) chef-zero (~> 4.5) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -44,9 +44,9 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (12.10.7-universal-mingw32) + chef (12.10.8-universal-mingw32) bundler (>= 1.10) - chef-config (= 12.10.7) + chef-config (= 12.10.8) chef-zero (~> 4.5) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -85,7 +85,7 @@ PATH PATH remote: chef-config specs: - chef-config (12.10.7) + chef-config (12.10.8) fuzzyurl (~> 0.8.0) mixlib-config (~> 2.0) mixlib-shellout (~> 2.0) @@ -101,12 +101,12 @@ GEM mixlib-cli (~> 1.4) artifactory (2.3.2) ast (2.2.0) - aws-sdk (2.2.34) - aws-sdk-resources (= 2.2.34) - aws-sdk-core (2.2.34) + aws-sdk (2.2.35) + aws-sdk-resources (= 2.2.35) + aws-sdk-core (2.2.35) jmespath (~> 1.0) - aws-sdk-resources (2.2.34) - aws-sdk-core (= 2.2.34) + aws-sdk-resources (2.2.35) + aws-sdk-core (= 2.2.35) aws-sdk-v1 (1.66.0) json (~> 1.4) nokogiri (>= 1.4.4) @@ -233,7 +233,7 @@ GEM rspec-mocks (~> 3.2) mixlib-cli (1.5.0) mixlib-config (2.2.1) - mixlib-install (1.0.7) + mixlib-install (1.0.8) artifactory mixlib-shellout mixlib-versioning @@ -271,7 +271,7 @@ GEM rack (>= 1.2, < 3) octokit (4.3.0) sawyer (~> 0.7.0, >= 0.5.3) - ohai (8.14.0) + ohai (8.15.0) chef-config (>= 12.5.0.alpha.1, < 13) ffi (~> 1.9) ffi-yajl (~> 2.2) @@ -1 +1 @@ -12.10.7
\ No newline at end of file +12.10.8
\ No newline at end of file diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 23f8b01e3d..f14002ee3d 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "12.10.7" + VERSION = "12.10.8" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index ade409478d..69588a126a 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -21,7 +21,7 @@ class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = "12.10.7" + VERSION = "12.10.8" end # |