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

Commit

Permalink
Chef 13 test compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
coderanger committed Mar 2, 2017
1 parent fc49393 commit 10666dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion poise-languages.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = %w{lib}

spec.add_dependency 'chef', '~> 12.1'
spec.add_dependency 'chef', '>= 12.1', '< 14'
spec.add_dependency 'halite', '~> 1.0'
spec.add_dependency 'poise', '~> 2.5'
spec.add_dependency 'poise-archive', '~> 1.0'
Expand Down
1 change: 1 addition & 0 deletions test/gemfiles/master.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ eval_gemfile File.expand_path('../../../Gemfile', __FILE__)

gem 'chef', github: 'chef/chef'
gem 'halite', github: 'poise/halite'
gem 'ohai', github: 'chef/ohai'
gem 'poise', github: 'poise/poise'
gem 'poise-archive', github: 'poise/poise-archive'
gem 'poise-boiler', github: 'poise/poise-boiler'
Expand Down

0 comments on commit 10666dc

Please sign in to comment.