Skip to content

Commit

Permalink
unsure that we are using a version of rack that supports lower case h…
Browse files Browse the repository at this point in the history
…eaders
  • Loading branch information
lsylvester committed Sep 10, 2022
1 parent 17d7723 commit 8d2862e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sprockets.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.files = Dir["README.md", "CHANGELOG.md", "MIT-LICENSE", "lib/**/*.rb"]
s.executables = ["sprockets"]

s.add_dependency "rack", "> 1", "< 4"
s.add_dependency "rack", ">= 2.2.4", "< 4"
s.add_dependency "concurrent-ruby", "~> 1.0"

s.add_development_dependency "m", ">= 0"
Expand Down

0 comments on commit 8d2862e

Please sign in to comment.