summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-05-16 23:58:36 +0000
committerChef Versioner <chef-versioner@chef.io>2016-05-16 23:58:36 +0000
commit97f2ea97a4a4fd86d667a21cdfed790c820afe61 (patch)
tree9d42b96cb127bc6abdb98a6ff5478c08b05cb02e
parent29ac7846ea9882e6b555a5b1fd86858254ec327f (diff)
downloadchef-97f2ea97a4a4fd86d667a21cdfed790c820afe61.tar.gz
Bump version of chef to 12.10.56 by Chef Versioner.v12.10.56
-rw-r--r--Gemfile.lock12
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
4 files changed, 9 insertions, 9 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 78ddd840a1..d20c4c3439 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -18,9 +18,9 @@ GIT
PATH
remote: .
specs:
- chef (12.10.55)
+ chef (12.10.56)
bundler (>= 1.10)
- chef-config (= 12.10.55)
+ chef-config (= 12.10.56)
chef-zero (~> 4.5)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -45,9 +45,9 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (12.10.55-universal-mingw32)
+ chef (12.10.56-universal-mingw32)
bundler (>= 1.10)
- chef-config (= 12.10.55)
+ chef-config (= 12.10.56)
chef-zero (~> 4.5)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -87,7 +87,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (12.10.55)
+ chef-config (12.10.56)
fuzzyurl (~> 0.8.0)
mixlib-config (~> 2.0)
mixlib-shellout (~> 2.0)
@@ -164,7 +164,7 @@ GEM
ffi (1.9.10-x86-mingw32)
ffi-yajl (2.2.3)
libyajl2 (~> 1.2)
- foodcritic (6.2.0)
+ foodcritic (6.3.0)
cucumber-core (>= 1.3)
erubis
nokogiri (>= 1.5, < 2.0)
diff --git a/VERSION b/VERSION
index 61f3c2db21..174499b124 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.10.55 \ No newline at end of file
+12.10.56 \ 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 840bef988c..d579a82aef 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.55"
+ VERSION = "12.10.56"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index b2297d7bcb..12ab66a920 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.55"
+ VERSION = "12.10.56"
end
#