Skip to content

Commit ee3efcd

Browse files
Bump sinatra from 3.1.0 to 4.1.0
Bumps [sinatra](https://github.com/sinatra/sinatra) from 3.1.0 to 4.1.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v3.1.0...v4.1.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b05c4b commit ee3efcd

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

Gemfile.lock

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ GEM
44
addressable (2.8.6)
55
public_suffix (>= 2.0.2, < 6.0)
66
ast (2.4.2)
7+
base64 (0.2.0)
78
bson (4.15.0)
89
byebug (11.1.3)
910
coderay (1.1.3)
@@ -21,13 +22,14 @@ GEM
2122
listen (3.8.0)
2223
rb-fsevent (~> 0.10, >= 0.10.3)
2324
rb-inotify (~> 0.9, >= 0.9.10)
25+
logger (1.6.1)
2426
method_source (1.0.0)
2527
minitest (5.20.0)
2628
minitest-color (0.0.2)
2729
minitest (~> 5)
2830
mongo (2.19.3)
2931
bson (>= 4.14.1, < 5.0.0)
30-
mustermann (3.0.0)
32+
mustermann (3.0.3)
3133
ruby2_keywords (~> 0.0.1)
3234
nio4r (2.7.3)
3335
parallel (1.24.0)
@@ -44,9 +46,13 @@ GEM
4446
puma (6.4.3)
4547
nio4r (~> 2.0)
4648
racc (1.7.3)
47-
rack (2.2.8.1)
48-
rack-protection (3.1.0)
49-
rack (~> 2.2, >= 2.2.4)
49+
rack (3.1.8)
50+
rack-protection (4.1.0)
51+
base64 (>= 0.1.0)
52+
logger (>= 1.6.0)
53+
rack (>= 3.0.0, < 4)
54+
rack-session (2.0.0)
55+
rack (>= 3.0.0)
5056
rack-test (2.1.0)
5157
rack (>= 1.3)
5258
rainbow (3.1.1)
@@ -79,12 +85,14 @@ GEM
7985
rubocop (~> 1.0)
8086
ruby-progressbar (1.13.0)
8187
ruby2_keywords (0.0.5)
82-
sinatra (3.1.0)
88+
sinatra (4.1.0)
89+
logger (>= 1.6.0)
8390
mustermann (~> 3.0)
84-
rack (~> 2.2, >= 2.2.4)
85-
rack-protection (= 3.1.0)
91+
rack (>= 3.0.0, < 4)
92+
rack-protection (= 4.1.0)
93+
rack-session (>= 2.0.0, < 3)
8694
tilt (~> 2.0)
87-
tilt (2.3.0)
95+
tilt (2.4.0)
8896
unicode-display_width (2.5.0)
8997
webmock (3.19.1)
9098
addressable (>= 2.8.0)

0 commit comments

Comments
 (0)