Skip to content

Commit

Permalink
still allow pre 1.0 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
beanieboi committed Jan 22, 2021
1 parent a24f283 commit 7b74006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pliny.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 "sinatra", ">= 1.4", "< 3.0"
gem.add_dependency "http_accept", "~> 0.1", ">= 0.1.5"
gem.add_dependency "sinatra-router", "~> 0.2", ">= 0.2.4"
gem.add_dependency "thor", "~> 1.0", "< 2.0"
gem.add_dependency "thor", ">= 0.19", "< 2.0"

gem.add_development_dependency "rake", "~> 13.0"
gem.add_development_dependency "rack-test", "~> 1.1.0"
Expand Down

0 comments on commit 7b74006

Please sign in to comment.