Skip to content

Commit ca46029

Browse files
committed
update gems for sample and benchmark
1 parent 9e70dea commit ca46029

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

benchmarks/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GEM
44
benchmark-ips (2.14.0)
55
lz4-ruby (0.3.3)
66
ruby-xz (1.0.3)
7-
snappy (0.4.0)
7+
snappy (0.5.0)
88

99
PLATFORMS
1010
ruby

examples/sinatra/Gemfile.lock

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

66
GEM
77
remote: https://rubygems.org/
88
specs:
99
base64 (0.3.0)
1010
logger (1.7.0)
11-
mustermann (3.0.3)
11+
mustermann (3.0.4)
1212
ruby2_keywords (~> 0.0.1)
13-
rack (3.2.0)
14-
rack-protection (4.1.1)
13+
rack (3.2.4)
14+
rack-protection (4.2.1)
1515
base64 (>= 0.1.0)
1616
logger (>= 1.6.0)
1717
rack (>= 3.0.0, < 4)
1818
rack-session (2.1.1)
1919
base64 (>= 0.1.0)
2020
rack (>= 3.0.0)
21-
rackup (2.2.1)
21+
rackup (2.3.1)
2222
rack (>= 3)
2323
ruby2_keywords (0.0.5)
24-
sinatra (4.1.1)
24+
sinatra (4.2.1)
2525
logger (>= 1.6.0)
2626
mustermann (~> 3.0)
2727
rack (>= 3.0.0, < 4)
28-
rack-protection (= 4.1.1)
28+
rack-protection (= 4.2.1)
2929
rack-session (>= 2.0.0, < 3)
3030
tilt (~> 2.0)
31-
tilt (2.6.1)
31+
tilt (2.7.0)
3232

3333
PLATFORMS
3434
arm64-darwin-21

0 commit comments

Comments
 (0)