Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion oc-chef-pedant/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "rake"
# We require chef internally to get the version in
# lib/pedant/request.rb. It's really strange code and it should be
# revisited.
gem "chef", "18.8.11"
gem "chef", "18.8.46"

# For "rake chef_zero_spec"
# gem 'chef-zero', github: 'chef/chef-zero'
Expand Down
26 changes: 13 additions & 13 deletions oc-chef-pedant/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ GEM
debug_inspector (>= 1.2.0)
builder (3.3.0)
byebug (12.0.0)
chef (18.8.11)
activesupport (>= 4.2.7.1, <= 7.1.3.2)
chef (18.8.46)
activesupport (>= 4.2.7.1, <= 7.1.5.2)
addressable
aws-sdk-s3 (~> 1.91)
aws-sdk-secretsmanager (~> 1.46)
chef-config (= 18.8.11)
chef-utils (= 18.8.11)
chef-config (= 18.8.46)
chef-utils (= 18.8.46)
chef-vault
chef-zero (>= 15.0.21)
corefoundation (~> 0.3.4)
Expand All @@ -89,16 +89,16 @@ GEM
plist (~> 3.2)
proxifier2 (~> 1.1)
syslog-logger (~> 1.6)
train-core (~> 3.10, <= 3.12.13)
train-core (~> 3.13, >= 3.13.4)
train-rest (>= 0.4.1)
train-winrm (~> 0.2.17)
unf_ext (~> 0.0.8.2)
uri (~> 1.0.3)
uuidtools (>= 2.1.5, < 3.0)
vault (~> 0.18.2)
chef-config (18.8.11)
chef-config (18.8.46)
addressable
chef-utils (= 18.8.11)
chef-utils (= 18.8.46)
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
mixlib-shellout (>= 2.0, < 4.0)
Expand All @@ -109,7 +109,7 @@ GEM
chef-telemetry (1.1.1)
chef-config
concurrent-ruby (~> 1.0)
chef-utils (18.8.11)
chef-utils (18.8.46)
concurrent-ruby
chef-vault (4.1.23)
chef-winrm (2.3.12)
Expand Down Expand Up @@ -181,7 +181,7 @@ GEM
i18n (1.14.7)
concurrent-ruby (~> 1.0)
iniparse (1.5.0)
inspec-core (5.22.95)
inspec-core (5.23.6)
addressable (~> 2.4)
chef-telemetry (~> 1.0, >= 1.0.8)
cookstyle
Expand All @@ -202,7 +202,7 @@ GEM
sslshake (~> 1.2)
thor (>= 0.20, < 1.5.0)
tomlrb (>= 1.2, < 2.1)
train-core (~> 3.12.13)
train-core (~> 3.13, >= 3.13.4)
tty-prompt (~> 0.17)
tty-table (~> 0.10)
ipaddress (0.8.3)
Expand Down Expand Up @@ -353,9 +353,9 @@ GEM
date
timeout (0.4.3)
tomlrb (1.3.0)
train-core (3.12.13)
train-core (3.13.4)
addressable (~> 2.5)
ffi (!= 1.13.0)
ffi (~> 1.16.0)
json (>= 1.8, < 3.0)
mixlib-shellout (>= 2.0, < 4.0)
net-scp (>= 1.2, < 5.0)
Expand Down Expand Up @@ -404,7 +404,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
chef (= 18.8.11)
chef (= 18.8.46)
oc-chef-pedant!
pry
pry-byebug
Expand Down
2 changes: 1 addition & 1 deletion oc-chef-pedant/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def bundle_exec_with_chef(test_gem, commands)
# TODO: one of workaround to fix verify pipeline failure
# Could not found another way to update chef version without releasing new chef-zero gem
elsif line =~ /^\s*gem\s*['"]chef['"]\s*,?.*$/ # foodcritic end
line = "gem \"chef\", \"~> 18.8.11\""
line = "gem \"chef\", \"~> 18.8.46\""
elsif line =~ /^\s*gem\s*['"]ohai['"]\s*,?.*$/ # foodcritic end
line = "gem \"ohai\", \"~> 18.0\""
elsif line =~ /\s*gem\s*['"]#{test_gem}['"]/ # foodcritic end
Expand Down
2 changes: 1 addition & 1 deletion omnibus/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ group :test do
gem 'test-kitchen' # for Test Kitchen testing of the omnibus builds
gem 'berkshelf', '~> 8.0.22' # depsolving the Test Kitchen suite
gem 'archive-tar-minitar' # required by berkshelf for packaging
gem 'chef', '~> 18.8.11'
gem 'chef', '~> 18.8.46'
gem 'rake'
end
Loading
Loading