Skip to content

Commit 03c5cf1

Browse files
authored
Remove chef from oc-chef-pedent Gemfile so that it is not pulled in as dependency, add activesupport as direct dependency which used to pulled in via chef since it is widely using concern implementation (#4122)
Signed-off-by: neha-p6 <[email protected]>
1 parent 8510b7c commit 03c5cf1

File tree

5 files changed

+44
-333
lines changed

5 files changed

+44
-333
lines changed

oc-chef-pedant/Gemfile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@ gem "pry"
66
gem "pry-byebug"
77
gem "pry-stack_explorer"
88
gem "rake"
9-
gem "rest-client", git: "https://github.com/chef/rest-client", branch: "jfm/ucrt_update1"
10-
11-
# We require chef internally to get the version in
12-
# lib/pedant/request.rb. It's really strange code and it should be
13-
# revisited.
14-
gem "chef", "18.8.46"
9+
gem "rest-client", git: "https://github.com/chef/rest-client.git", branch: "jfm/ucrt_update1"
1510

1611
# For "rake chef_zero_spec"
17-
# gem 'chef-zero', github: 'chef/chef-zero'
12+
# PR #352 merged to main but not released yet - use main branch
13+
gem 'chef-zero', git: "https://github.com/chef/chef-zero.git", branch: "main"
1814

1915
# If you want to load debugging tools into the bundle exec sandbox,
2016
# # add these additional dependencies into Gemfile.local

0 commit comments

Comments
 (0)