Skip to content

Commit

Permalink
Enforce rack dependency to 3.0 or higher
Browse files Browse the repository at this point in the history
Some of the apps relying on the gem don't require the newer versions
of rack so are unaware of the breaking 3.0 change to Header.
  • Loading branch information
Tetrino committed Nov 27, 2023
1 parent 3e1b9cb commit f2cb1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slimmer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_dependency "nokogiri", "~> 1.7"
s.add_dependency "null_logger"
s.add_dependency "plek", ">= 1.1.0"
s.add_dependency "rack"
s.add_dependency "rack", ">= 3.0"
s.add_dependency "rest-client"

s.add_development_dependency "climate_control", "~> 1.1"
Expand Down

0 comments on commit f2cb1c0

Please sign in to comment.