Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump rack from 2.1.4.1 to 2.2.6.4 in /packaging #92

Merged
merged 1 commit into from Mar 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion packaging/Gemfile
Expand Up @@ -6,7 +6,7 @@ gem "pact-mock_service", "3.9.0"
gem "pact-provider-verifier", "1.36.1"
gem "pact_broker-client", "1.65.0"
gem "webrick", "1.3.1" # Later versions require Ruby 2.3
gem "rack", "~>2.1.4"
gem "rack", "~>2.2.6"
gem "json", "2.0.4"

# Locking this until we have given rack-test 3.0 a good shake out in pure Ruby
Expand Down
4 changes: 2 additions & 2 deletions packaging/Gemfile.lock
Expand Up @@ -87,7 +87,7 @@ GEM
term-ansicolor (~> 1.7)
thor (>= 0.20, < 2.0)
parslet (2.0.0)
rack (2.1.4.1)
rack (2.2.6.4)
rack-proxy (0.7.2)
rack
rack-reverse-proxy (0.12.0)
Expand Down Expand Up @@ -133,7 +133,7 @@ DEPENDENCIES
pact-mock_service (= 3.9.0)
pact-provider-verifier (= 1.36.1)
pact_broker-client (= 1.65.0)
rack (~> 2.1.4)
rack (~> 2.2.6)
rack-test (>= 0.6.3, < 2.0.0)
webrick (= 1.3.1)

Expand Down