Skip to content

Commit

Permalink
Merge pull request #132 from y-yagi/relax_thor_dependency
Browse files Browse the repository at this point in the history
Relax thor dependency
  • Loading branch information
nickmerwin committed May 1, 2019
2 parents 8121b40 + be1fd98 commit 0a86f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coveralls-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'simplecov', '~> 0.16.1'
gem.add_dependency 'tins', '~> 1.6'
gem.add_dependency 'term-ansicolor', '~> 1.3'
gem.add_dependency 'thor', '~> 0.19.4'
gem.add_dependency 'thor', '>= 0.19.4', '< 2.0'

gem.add_development_dependency 'bundler', '~> 1.7'
end

0 comments on commit 0a86f96

Please sign in to comment.