Skip to content

Commit 3109328

Browse files
committed
update Gemfile
1 parent 697baf6 commit 3109328

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

benchmarks/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ DEPENDENCIES
1616
snappy
1717

1818
BUNDLED WITH
19-
2.5.7
19+
2.5.9

examples/sinatra/Gemfile.lock

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,34 @@
11
PATH
22
remote: ../..
33
specs:
4-
zstd-ruby (1.5.6.2)
4+
zstd-ruby (2.0.0.pre.preview1)
55

66
GEM
77
remote: https://rubygems.org/
88
specs:
9-
base64 (0.2.0)
10-
mustermann (3.0.0)
9+
base64 (0.3.0)
10+
logger (1.7.0)
11+
mustermann (3.0.3)
1112
ruby2_keywords (~> 0.0.1)
12-
rack (3.0.10)
13-
rack-protection (4.0.0)
13+
rack (3.2.0)
14+
rack-protection (4.1.1)
1415
base64 (>= 0.1.0)
16+
logger (>= 1.6.0)
1517
rack (>= 3.0.0, < 4)
16-
rack-session (2.0.0)
18+
rack-session (2.1.1)
19+
base64 (>= 0.1.0)
1720
rack (>= 3.0.0)
18-
rackup (2.1.0)
21+
rackup (2.2.1)
1922
rack (>= 3)
20-
webrick (~> 1.8)
2123
ruby2_keywords (0.0.5)
22-
sinatra (4.0.0)
24+
sinatra (4.1.1)
25+
logger (>= 1.6.0)
2326
mustermann (~> 3.0)
2427
rack (>= 3.0.0, < 4)
25-
rack-protection (= 4.0.0)
28+
rack-protection (= 4.1.1)
2629
rack-session (>= 2.0.0, < 3)
2730
tilt (~> 2.0)
28-
tilt (2.3.0)
29-
webrick (1.8.1)
31+
tilt (2.6.1)
3032

3133
PLATFORMS
3234
arm64-darwin-21
@@ -38,4 +40,4 @@ DEPENDENCIES
3840
zstd-ruby!
3941

4042
BUNDLED WITH
41-
2.5.7
43+
2.5.9

0 commit comments

Comments
 (0)