summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-04-26 21:10:45 +0000
committerChef Versioner <chef-versioner@chef.io>2016-04-26 21:10:45 +0000
commit68c9cbc93ed0d7dd995ae7240c1a8075c7d4387a (patch)
tree7bc5941dcc215be01b4767719d25d53bff80a937
parentd3cdbd0d0fade10c4c11fe2c4ca2c3ff884e3183 (diff)
downloadchef-68c9cbc93ed0d7dd995ae7240c1a8075c7d4387a.tar.gz
Bump version of chef to 12.10.23 by Chef Versioner.v12.10.23
-rw-r--r--Gemfile.lock22
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
4 files changed, 14 insertions, 14 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 34a6cd5398..f00bf01242 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -18,9 +18,9 @@ GIT
PATH
remote: .
specs:
- chef (12.10.22)
+ chef (12.10.23)
bundler (>= 1.10)
- chef-config (= 12.10.22)
+ chef-config (= 12.10.23)
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.22-universal-mingw32)
+ chef (12.10.23-universal-mingw32)
bundler (>= 1.10)
- chef-config (= 12.10.22)
+ chef-config (= 12.10.23)
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.22)
+ chef-config (12.10.23)
fuzzyurl (~> 0.8.0)
mixlib-config (~> 2.0)
mixlib-shellout (~> 2.0)
@@ -98,12 +98,12 @@ GEM
mixlib-cli (~> 1.4)
artifactory (2.3.2)
ast (2.2.0)
- aws-sdk (2.2.36)
- aws-sdk-resources (= 2.2.36)
- aws-sdk-core (2.2.36)
+ aws-sdk (2.2.37)
+ aws-sdk-resources (= 2.2.37)
+ aws-sdk-core (2.2.37)
jmespath (~> 1.0)
- aws-sdk-resources (2.2.36)
- aws-sdk-core (= 2.2.36)
+ aws-sdk-resources (2.2.37)
+ aws-sdk-core (= 2.2.37)
aws-sdk-v1 (1.66.0)
json (~> 1.4)
nokogiri (>= 1.4.4)
@@ -164,7 +164,7 @@ GEM
ffi (1.9.10-x86-mingw32)
ffi-yajl (2.2.3)
libyajl2 (~> 1.2)
- foodcritic (6.1.1)
+ foodcritic (6.2.0)
cucumber-core (>= 1.3)
erubis
nokogiri (>= 1.5, < 2.0)
diff --git a/VERSION b/VERSION
index f504f86254..8cdd401067 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.10.22 \ No newline at end of file
+12.10.23 \ 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 8834fb920d..7f5bc5d26c 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.22"
+ VERSION = "12.10.23"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 793a8ba6bc..c5bd690b2b 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.22"
+ VERSION = "12.10.23"
end
#