summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile.lock24
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
4 files changed, 15 insertions, 15 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index e1b463a9b5..0e981a469c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -18,9 +18,9 @@ GIT
PATH
remote: .
specs:
- chef (12.10.13)
+ chef (12.10.14)
bundler (>= 1.10)
- chef-config (= 12.10.13)
+ chef-config (= 12.10.14)
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.13-universal-mingw32)
+ chef (12.10.14-universal-mingw32)
bundler (>= 1.10)
- chef-config (= 12.10.13)
+ chef-config (= 12.10.14)
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.13)
+ chef-config (12.10.14)
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.35)
- aws-sdk-resources (= 2.2.35)
- aws-sdk-core (2.2.35)
+ aws-sdk (2.2.36)
+ aws-sdk-resources (= 2.2.36)
+ aws-sdk-core (2.2.36)
jmespath (~> 1.0)
- aws-sdk-resources (2.2.35)
- aws-sdk-core (= 2.2.35)
+ aws-sdk-resources (2.2.36)
+ aws-sdk-core (= 2.2.36)
aws-sdk-v1 (1.66.0)
json (~> 1.4)
nokogiri (>= 1.4.4)
@@ -158,7 +158,7 @@ GEM
erubis (2.7.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
- fauxhai (3.3.0)
+ fauxhai (3.4.0)
net-ssh
ffi (1.9.10)
ffi (1.9.10-x86-mingw32)
@@ -341,7 +341,7 @@ GEM
sawyer (0.7.0)
addressable (>= 2.3.5, < 2.5)
faraday (~> 0.8, < 0.10)
- serverspec (2.31.1)
+ serverspec (2.32.0)
multi_json
rspec (~> 3.0)
rspec-its
diff --git a/VERSION b/VERSION
index c0585bacd2..d1d9e63630 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.10.13 \ No newline at end of file
+12.10.14 \ 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 1c3e34d525..4a25c630ce 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.13"
+ VERSION = "12.10.14"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 283c9dbfc1..857f4628d2 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.13"
+ VERSION = "12.10.14"
end
#