From c7d6229a594a4d67b756bd69f5ea82b07709924d Mon Sep 17 00:00:00 2001 From: Daniel Alfaro Date: Fri, 24 Nov 2023 17:20:35 -0800 Subject: [PATCH] Update gems --- Gemfile | 4 ++-- Gemfile.lock | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index 142f50d..db1fd5d 100644 --- a/Gemfile +++ b/Gemfile @@ -5,5 +5,5 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } ruby '3.2.2' -gem 'sinatra', '~> 2.2' -gem 'puma', '~> 5.6' +gem 'sinatra', '~> 3.0' +gem 'puma', '~> 6.0' diff --git a/Gemfile.lock b/Gemfile.lock index 8faf799..c222ca2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,21 +1,21 @@ GEM remote: https://rubygems.org/ specs: - mustermann (2.0.2) + mustermann (3.0.0) ruby2_keywords (~> 0.0.1) - nio4r (2.5.9) - puma (5.6.7) + nio4r (2.6.1) + puma (6.4.0) nio4r (~> 2.0) - rack (2.2.6.4) - rack-protection (2.2.3) - rack + rack (2.2.8) + rack-protection (3.1.0) + rack (~> 2.2, >= 2.2.4) ruby2_keywords (0.0.5) - sinatra (2.2.3) - mustermann (~> 2.0) - rack (~> 2.2) - rack-protection (= 2.2.3) + sinatra (3.1.0) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.1.0) tilt (~> 2.0) - tilt (2.0.11) + tilt (2.3.0) PLATFORMS ruby @@ -23,8 +23,8 @@ PLATFORMS x86_64-darwin-20 DEPENDENCIES - puma (~> 5.6) - sinatra (~> 2.2) + puma (~> 6.0) + sinatra (~> 3.0) RUBY VERSION ruby 3.2.2p53