Skip to content

Commit

Permalink
pin "rack" gem to v2.2
Browse files Browse the repository at this point in the history
The previous config allowed rack to be bumped to a higher version (e.g. 3)
which introduced errors when running the test [1] for CI and for new users running locally.

This sets the version to no greater than 2.2 as a temporary fix to allow tests to pass, until
updates can be made to fix the breaking changes.

[1] https://gds.slack.com/archives/C03D792LYJG/p1718295709926239?thread_ts=1718203657.261269&cid=C03D792LYJG
  • Loading branch information
Harriethw committed Jun 14, 2024
1 parent 6f3bfbe commit 7fb5bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gds-api-adapters.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.add_dependency "link_header"
s.add_dependency "null_logger"
s.add_dependency "plek", ">= 1.9.0"
s.add_dependency "rack", ">= 2.2.0"
s.add_dependency "rack", "~> 2.2.0"
s.add_dependency "rest-client", "~> 2.0"

s.add_development_dependency "byebug"
Expand Down

0 comments on commit 7fb5bee

Please sign in to comment.