Skip to content

Commit 1775c1c

Browse files
Bump sinatra from 4.0.0 to 4.1.0
Bumps [sinatra](https://github.com/sinatra/sinatra) from 4.0.0 to 4.1.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48a38b3 commit 1775c1c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: Gemfile.lock

+5-3
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ GEM
3131
public_suffix (6.0.1)
3232
racc (1.8.1)
3333
rack (3.1.8)
34-
rack-protection (4.0.0)
34+
rack-protection (4.1.0)
3535
base64 (>= 0.1.0)
36+
logger (>= 1.6.0)
3637
rack (>= 3.0.0, < 4)
3738
rack-session (2.0.0)
3839
rack (>= 3.0.0)
@@ -58,10 +59,11 @@ GEM
5859
ruby2_keywords (0.0.5)
5960
sassc (2.4.0)
6061
ffi (~> 1.9)
61-
sinatra (4.0.0)
62+
sinatra (4.1.0)
63+
logger (>= 1.6.0)
6264
mustermann (~> 3.0)
6365
rack (>= 3.0.0, < 4)
64-
rack-protection (= 4.0.0)
66+
rack-protection (= 4.1.0)
6567
rack-session (>= 2.0.0, < 3)
6668
tilt (~> 2.0)
6769
slim (5.2.1)

0 commit comments

Comments
 (0)