Skip to content

Commit 9107230

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

File tree

1 file changed

+24
-14
lines changed

1 file changed

+24
-14
lines changed

Gemfile.lock

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,47 @@ GEM
55
amqp (1.8.0)
66
amq-protocol (>= 2.2.0)
77
eventmachine
8+
base64 (0.3.0)
89
daemons (1.4.1)
910
eventmachine (1.2.7)
1011
haml (6.2.3)
1112
temple (>= 0.8.2)
1213
thor
1314
tilt
15+
logger (1.7.0)
1416
multi_json (1.15.0)
15-
mustermann (3.0.0)
17+
mustermann (3.0.4)
1618
ruby2_keywords (~> 0.0.1)
17-
rack (2.2.18)
18-
rack-protection (3.1.0)
19-
rack (~> 2.2, >= 2.2.4)
19+
rack (3.2.3)
20+
rack-protection (4.2.0)
21+
base64 (>= 0.1.0)
22+
logger (>= 1.6.0)
23+
rack (>= 3.0.0, < 4)
24+
rack-session (2.1.1)
25+
base64 (>= 0.1.0)
26+
rack (>= 3.0.0)
2027
ruby2_keywords (0.0.5)
21-
sinatra (3.1.0)
28+
sinatra (4.2.0)
29+
logger (>= 1.6.0)
2230
mustermann (~> 3.0)
23-
rack (~> 2.2, >= 2.2.4)
24-
rack-protection (= 3.1.0)
31+
rack (>= 3.0.0, < 4)
32+
rack-protection (= 4.2.0)
33+
rack-session (>= 2.0.0, < 3)
2534
tilt (~> 2.0)
26-
sinatra-contrib (3.1.0)
27-
multi_json
35+
sinatra-contrib (4.2.0)
36+
multi_json (>= 0.0.2)
2837
mustermann (~> 3.0)
29-
rack-protection (= 3.1.0)
30-
sinatra (= 3.1.0)
38+
rack-protection (= 4.2.0)
39+
sinatra (= 4.2.0)
3140
tilt (~> 2.0)
3241
temple (0.10.3)
33-
thin (1.8.2)
42+
thin (2.0.1)
3443
daemons (~> 1.0, >= 1.0.9)
3544
eventmachine (~> 1.0, >= 1.0.4)
36-
rack (>= 1, < 3)
45+
logger
46+
rack (>= 1, < 4)
3747
thor (1.4.0)
38-
tilt (2.3.0)
48+
tilt (2.6.1)
3949

4050
PLATFORMS
4151
ruby

0 commit comments

Comments
 (0)