Skip to content

Commit

Permalink
Merge pull request #15 from rxfork/foodcritic-v6
Browse files Browse the repository at this point in the history
Support Foodcritic 6
  • Loading branch information
dougireton committed Feb 22, 2016
2 parents 9e28df7 + 8a5d0b5 commit d157f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.3
2.3.0
2 changes: 1 addition & 1 deletion guard-foodcritic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|

gem.add_runtime_dependency 'guard', '~> 2.12'
gem.add_dependency 'guard-compat', '~> 1.1'
gem.add_runtime_dependency 'foodcritic', '~> 5.0'
gem.add_runtime_dependency 'foodcritic', '~> 6.0'

gem.add_development_dependency 'rake', '~> 10.0'
gem.add_development_dependency 'rspec', '~> 2.10'
Expand Down

0 comments on commit d157f6b

Please sign in to comment.