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
10 changes: 3 additions & 7 deletions oc-chef-pedant/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@ gem "pry"
gem "pry-byebug"
gem "pry-stack_explorer"
gem "rake"
gem "rest-client", git: "https://github.com/chef/rest-client", branch: "jfm/ucrt_update1"

# 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.46"
gem "rest-client", git: "https://github.com/chef/rest-client.git", branch: "jfm/ucrt_update1"

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

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