Skip to content

Commit

Permalink
Update guard dependency to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Oct 6, 2013
1 parent ccbb417 commit e19c6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guard-rubocop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_runtime_dependency 'guard', '~> 1.8'
spec.add_runtime_dependency 'guard', '~> 2.0'
spec.add_runtime_dependency 'rubocop', '~> 0.10'

spec.add_development_dependency 'bundler', '~> 1.3'
Expand Down

0 comments on commit e19c6c5

Please # to comment.