Skip to content

Commit

Permalink
Lock chef / chef-zero versions which support ruby 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wendorf committed May 29, 2016
1 parent 4b380b0 commit ef38508
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ gem 'soloist', require: false
gem 'foodcritic', require: false
gem 'rspec', require: false
gem 'rubocop', require: false

# Temporarily lock these gems. Newer versions depend on Ruby >= 2.1.0
# Remove this once https://github.com/mkocher/soloist/issues/39 is closed
gem 'chef', '~> 12.8.1', require: false
gem 'chef-zero', '~> 4.5.0', require: false

0 comments on commit ef38508

Please sign in to comment.