Skip to content

Commit f1fd052

Browse files
chore(deps): update dependency sinatra to v4 [security]
1 parent 611bbe9 commit f1fd052

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

Gemfile.lock

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,14 @@ GEM
5252
pry (0.14.2)
5353
coderay (~> 1.1)
5454
method_source (~> 1.0)
55-
rack (2.2.9)
56-
rack-protection (3.2.0)
55+
rack (3.1.12)
56+
rack-protection (4.1.1)
5757
base64 (>= 0.1.0)
58-
rack (~> 2.2, >= 2.2.4)
58+
logger (>= 1.6.0)
59+
rack (>= 3.0.0, < 4)
60+
rack-session (2.1.0)
61+
base64 (>= 0.1.0)
62+
rack (>= 3.0.0)
5963
rack-test (2.1.0)
6064
rack (>= 1.3)
6165
rb-fsevent (0.11.2)
@@ -76,14 +80,16 @@ GEM
7680
rspec-support (3.13.1)
7781
ruby2_keywords (0.0.5)
7882
shellany (0.0.1)
79-
sinatra (3.2.0)
83+
sinatra (4.1.1)
84+
logger (>= 1.6.0)
8085
mustermann (~> 3.0)
81-
rack (~> 2.2, >= 2.2.4)
82-
rack-protection (= 3.2.0)
86+
rack (>= 3.0.0, < 4)
87+
rack-protection (= 4.1.1)
88+
rack-session (>= 2.0.0, < 3)
8389
tilt (~> 2.0)
8490
sorbet-runtime (0.5.11572)
8591
thor (1.3.2)
86-
tilt (2.4.0)
92+
tilt (2.6.0)
8793
tttls1.3 (0.3.3)
8894
ech_config (~> 0.0.3)
8995
hpke

0 commit comments

Comments
 (0)