Skip to content

Commit

Permalink
Bump version of chef to 12.10.53 by Chef Versioner.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Versioner committed May 14, 2016
1 parent e95f300 commit f761b7f
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.52)
chef (12.10.53)
bundler (>= 1.10)
chef-config (= 12.10.52)
chef-config (= 12.10.53)
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.52-universal-mingw32)
chef (12.10.53-universal-mingw32)
bundler (>= 1.10)
chef-config (= 12.10.52)
chef-config (= 12.10.53)
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.52)
chef-config (12.10.53)
fuzzyurl (~> 0.8.0)
mixlib-config (~> 2.0)
mixlib-shellout (~> 2.0)
Expand Down Expand Up @@ -141,7 +141,7 @@ GEM
cheffish (2.0.4)
chef-zero (~> 4.3)
compat_resource
chefspec (4.6.1)
chefspec (4.7.0)
chef (>= 11.14)
fauxhai (~> 3.2)
rspec (~> 3.0)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.10.52
12.10.53
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.52"
VERSION = "12.10.53"
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.52"
VERSION = "12.10.53"
end

#
Expand Down

0 comments on commit f761b7f

Please sign in to comment.