From 3e165cbe3cb49a9dd6ea60e6503b507696e31b2e Mon Sep 17 00:00:00 2001 From: = Date: Wed, 10 Jul 2024 08:55:58 -0700 Subject: [PATCH] chore: update rack --- ruby-sinatra/.ruby-version | 1 + ruby-sinatra/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 ruby-sinatra/.ruby-version diff --git a/ruby-sinatra/.ruby-version b/ruby-sinatra/.ruby-version new file mode 100644 index 0000000..619b537 --- /dev/null +++ b/ruby-sinatra/.ruby-version @@ -0,0 +1 @@ +3.3.3 diff --git a/ruby-sinatra/Gemfile.lock b/ruby-sinatra/Gemfile.lock index d7f7b59..8d19486 100644 --- a/ruby-sinatra/Gemfile.lock +++ b/ruby-sinatra/Gemfile.lock @@ -4,10 +4,10 @@ GEM base64 (0.2.0) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) - nio4r (2.7.0) + nio4r (2.7.3) puma (6.4.2) nio4r (~> 2.0) - rack (3.1.3) + rack (3.1.6) rack-protection (4.0.0) base64 (>= 0.1.0) rack (>= 3.0.0, < 4) @@ -23,7 +23,7 @@ GEM rack-protection (= 4.0.0) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - tilt (2.0.11) + tilt (2.4.0) webrick (1.8.1) PLATFORMS