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): update dependency sinatra to v4 [security] #236

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pact_broker/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ gem "mysql2", "~>0.3"
gem "sqlite3", "~>2.0", force_ruby_platform: true
gem "rake", "~> 13.0"
gem "padrino-core", ">= 0.14.3", "~> 0.14"
gem "sinatra", "~> 3.0"
gem "sinatra", "~> 4.0"
28 changes: 16 additions & 12 deletions pact_broker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@ GEM
jsonpath (~> 1.0)
rainbow (~> 3.1.1)
string_pattern (~> 2.0)
pact_broker (2.113.0)
pact_broker (2.113.1)
anyway_config (~> 2.1)
dry-validation (~> 1.8)
haml (~> 5.0)
json (~> 2.3)
moments (~> 0.2)
pact-support (~> 1.21, >= 1.21.2)
psych (~> 5.0)
rack (~> 2.2, >= 2.2.3)
rack-protection (~> 3.0)
rack (~> 3.1, >= 3.1.10)
rack-protection (~> 4.1)
redcarpet (~> 3.5, >= 3.5.1)
reform (~> 2.6)
request_store (~> 1.5)
Expand All @@ -99,7 +99,6 @@ GEM
sucker_punch (~> 3.0)
table_print (~> 1.5)
webmachine (>= 2.0.0.beta, < 3.0)
webrick (~> 1.8)
wisper (~> 2.0)
padrino-core (0.15.3)
padrino-support (= 0.15.3)
Expand All @@ -114,10 +113,14 @@ GEM
puma (6.6.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.12)
rack-protection (3.2.0)
rack (3.1.11)
rack-protection (4.1.1)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-session (2.1.0)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rainbow (3.1.1)
rake (13.2.1)
redcarpet (3.6.1)
Expand All @@ -144,10 +147,12 @@ GEM
semver2 (3.4.2)
sequel (5.90.0)
bigdecimal
sinatra (3.2.0)
sinatra (4.1.1)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.2.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.1.1)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
sqlite3 (2.6.0)
mini_portile2 (~> 2.8.0)
Expand All @@ -167,7 +172,6 @@ GEM
base64
i18n (>= 0.4.0)
multi_json
webrick (1.9.1)
wisper (2.0.1)
zeitwerk (2.7.2)

Expand All @@ -181,7 +185,7 @@ DEPENDENCIES
pg (~> 1.5)
puma (~> 6.0)
rake (~> 13.0)
sinatra (~> 3.0)
sinatra (~> 4.0)
sqlite3 (~> 2.0)

BUNDLED WITH
Expand Down
Loading