Skip to content

Commit

Permalink
Add upper bound for Rack so Lita will still work with Ruby < 2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmycuadra committed Jul 22, 2016
1 parent c3ae7d0 commit fda3a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lita.gemspec
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "i18n", ">= 0.6.9"
spec.add_runtime_dependency "lita-default-handlers"
spec.add_runtime_dependency "puma", ">= 2.7.1"
spec.add_runtime_dependency "rack", ">= 1.5.2"
spec.add_runtime_dependency "rack", ">= 1.5.2", "< 2.0.0"
spec.add_runtime_dependency "rb-readline", ">= 0.5.1"
spec.add_runtime_dependency "redis-namespace", ">= 1.3.0"
spec.add_runtime_dependency "thor", ">= 0.18.1"
Expand Down

0 comments on commit fda3a80

Please sign in to comment.