From ca460292ef3c2b211a2de2567edc7dc4a69cd79e Mon Sep 17 00:00:00 2001 From: Spring_MT Date: Sun, 15 Feb 2026 23:39:56 +0900 Subject: [PATCH] update gems for sample and benchmark --- benchmarks/Gemfile.lock | 2 +- examples/sinatra/Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/benchmarks/Gemfile.lock b/benchmarks/Gemfile.lock index ceeecb2..6be0c7c 100644 --- a/benchmarks/Gemfile.lock +++ b/benchmarks/Gemfile.lock @@ -4,7 +4,7 @@ GEM benchmark-ips (2.14.0) lz4-ruby (0.3.3) ruby-xz (1.0.3) - snappy (0.4.0) + snappy (0.5.0) PLATFORMS ruby diff --git a/examples/sinatra/Gemfile.lock b/examples/sinatra/Gemfile.lock index 745bd37..08408bf 100644 --- a/examples/sinatra/Gemfile.lock +++ b/examples/sinatra/Gemfile.lock @@ -1,34 +1,34 @@ PATH remote: ../.. specs: - zstd-ruby (2.0.0.pre.preview1) + zstd-ruby (2.0.5) GEM remote: https://rubygems.org/ specs: base64 (0.3.0) logger (1.7.0) - mustermann (3.0.3) + mustermann (3.0.4) ruby2_keywords (~> 0.0.1) - rack (3.2.0) - rack-protection (4.1.1) + rack (3.2.4) + rack-protection (4.2.1) base64 (>= 0.1.0) logger (>= 1.6.0) rack (>= 3.0.0, < 4) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) - rackup (2.2.1) + rackup (2.3.1) rack (>= 3) ruby2_keywords (0.0.5) - sinatra (4.1.1) + sinatra (4.2.1) logger (>= 1.6.0) mustermann (~> 3.0) rack (>= 3.0.0, < 4) - rack-protection (= 4.1.1) + rack-protection (= 4.2.1) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - tilt (2.6.1) + tilt (2.7.0) PLATFORMS arm64-darwin-21