Skip to content

Commit

Permalink
Fix version spec for foodcritic in gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendanna committed Oct 26, 2012
1 parent 770b1ca commit 6134ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-kitchen.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.executables = 'kitchen'
s.require_paths = ['lib']
s.add_dependency('fog')
s.add_dependency('foodcritic', '=> 1.4.0')
s.add_dependency('foodcritic', '>= 1.4.0')
s.add_dependency('hashr', '~> 0.0.20')
s.add_dependency('mixlib-cli', '~> 1.2.2')
s.add_dependency('highline', '>= 1.6.9')
Expand Down

0 comments on commit 6134ffd

Please sign in to comment.