Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Update chef dep, as we now rely on code added in 12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsdeleo committed Nov 17, 2015
1 parent bee7d99 commit 35c9368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chef-dk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |gem|

gem.add_dependency "minitar", "~> 0.5.4"

gem.add_dependency "chef", "~> 12.0", ">= 12.2.1"
gem.add_dependency "chef", "~> 12.5"

gem.add_dependency "solve", "~> 2.0", ">= 2.0.1"

Expand Down
1 change: 1 addition & 0 deletions lib/chef-dk/chef_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

require 'chef-dk/exceptions'
require 'chef-dk/service_exceptions'
require 'chef/policy_builder/dynamic'
require 'chef'

module ChefDK
Expand Down

0 comments on commit 35c9368

Please sign in to comment.