Skip to content

Commit

Permalink
better constrain non 1.0 test-kitchen dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Feb 7, 2013
1 parent 8699bd5 commit 1115ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -6,5 +6,5 @@ gem 'minitest', '~> 3.0.0'
gem 'nokogiri', '~> 1.5.0'

group :kitchen do
gem 'test-kitchen', '<= 1.0'
gem 'test-kitchen', '< 1.0'
end

0 comments on commit 1115ef4

Please sign in to comment.