Skip to content
Open
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 VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.10.52
15.10.52
2 changes: 2 additions & 0 deletions chef_fixie-deps
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Successfully installed bundler-2.6.9
1 gem installed
4 changes: 3 additions & 1 deletion oc-chef-pedant/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
source "https://rubygems.org"

gemspec
# Fix gem conflict with http-accept 1.7.0 by adding explicit dependency for version 2.1.1
gem "http-accept", "2.1.1"
# For debugging in dvm
gem "pry"
gem "pry-byebug"
Expand All @@ -10,7 +12,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", "17.10.0"
gem "chef", "18.8.9"

# For "rake chef_zero_spec"
# gem 'chef-zero', github: 'chef/chef-zero'
Expand Down
Loading
Loading