Skip to content

Commit

Permalink
Merge pull request #102 from cjcolvar/cjcolvar-patch-1
Browse files Browse the repository at this point in the history
Allow some pre-1.0 versions of thor
  • Loading branch information
Martin Fenner authored Aug 13, 2020
2 parents f1f464e + ea1a794 commit d8e1b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolognese.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.add_dependency 'builder', '~> 3.2', '>= 3.2.2'
s.add_dependency 'activesupport', '>= 4.2.5'
s.add_dependency 'bibtex-ruby', '>= 5.1.0'
s.add_dependency 'thor', '~> 1.0', '>= 1.0.1'
s.add_dependency 'thor', '>= 0.19'
s.add_dependency 'colorize', '~> 0.8.1'
s.add_dependency 'namae', '~> 1.0'
s.add_dependency 'edtf', '~> 3.0', '>= 3.0.4'
Expand Down

0 comments on commit d8e1b7b

Please sign in to comment.