From 3fa6eb9ff2fff3b1c5a002c59d4f2e8a2c47fab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:59:51 -0500 Subject: [PATCH] Bump the all-demo group in /demo with 2 updates (#3107) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- demo/Gemfile | 2 +- demo/Gemfile.lock | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/demo/Gemfile b/demo/Gemfile index b4d16560d4..4a2edaed3a 100644 --- a/demo/Gemfile +++ b/demo/Gemfile @@ -31,7 +31,7 @@ end eval_gemfile "gemfiles/kuby.gemfile" # Use Puma as the app server -gem "puma", "~> 6.4.2" +gem "puma", "~> 6.4.3" # Reduces boot times through caching; required in config/boot.rb gem "bootsnap", ">= 1.4.2", require: false diff --git a/demo/Gemfile.lock b/demo/Gemfile.lock index ecf3e5b157..782d79df69 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -32,9 +32,6 @@ GEM erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (7.1.3.2) - activesupport (= 7.1.3.2) - globalid (>= 0.3.6) activemodel (7.1.3.2) activesupport (= 7.1.3.2) activesupport (7.1.3.2) @@ -107,8 +104,6 @@ GEM rake foreman (0.88.1) gli (2.21.1) - globalid (1.2.1) - activesupport (>= 6.1) google-cloud-env (2.1.1) faraday (>= 1.0, < 3.a) googleauth (1.11.0) @@ -263,7 +258,7 @@ GEM psych (5.1.2) stringio public_suffix (6.0.0) - puma (6.4.2) + puma (6.4.3) nio4r (~> 2.0) racc (1.8.1) rack (3.1.7) @@ -332,9 +327,8 @@ GEM stringio (3.1.1) thor (1.3.2) timeliness (0.3.10) - turbo-rails (2.0.7) + turbo-rails (2.0.10) actionpack (>= 6.0.0) - activejob (>= 6.0.0) railties (>= 6.0.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -383,7 +377,7 @@ DEPENDENCIES lookbook (~> 2.3.2) primer_view_components! pry-byebug - puma (~> 6.4.2) + puma (~> 6.4.3) rack-cors railties (= 7.1.3.2) rake (~> 13.2)