Skip to content

Commit

Permalink
Bump version of chef to 12.10.56 by Chef Versioner.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Versioner committed May 16, 2016
1 parent 29ac784 commit 97f2ea9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.10.55
12.10.56
2 changes: 1 addition & 1 deletion chef-config/lib/chef-config/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
VERSION = "12.10.55"
VERSION = "12.10.56"
end

#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
VERSION = "12.10.55"
VERSION = "12.10.56"
end

#
Expand Down

0 comments on commit 97f2ea9

Please sign in to comment.