From 75b330dc65d6b10634c2e0e16e0b54fafd634ccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 00:29:06 +0000 Subject: [PATCH] Bump puma from 4.3.12 to 5.6.7 in /ruby-rails-sso-example Bumps [puma](https://github.com/puma/puma) from 4.3.12 to 5.6.7. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v4.3.12...v5.6.7) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ruby-rails-sso-example/Gemfile | 2 +- ruby-rails-sso-example/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ruby-rails-sso-example/Gemfile b/ruby-rails-sso-example/Gemfile index dd3f5b0..68cbc69 100644 --- a/ruby-rails-sso-example/Gemfile +++ b/ruby-rails-sso-example/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 7.0.1' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.4' # Use Puma as the app server -gem 'puma', '~> 4.3' +gem 'puma', '~> 5.6' # Use SCSS for stylesheets gem 'sass-rails', '>= 6' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker diff --git a/ruby-rails-sso-example/Gemfile.lock b/ruby-rails-sso-example/Gemfile.lock index 8f92358..6d7f06d 100644 --- a/ruby-rails-sso-example/Gemfile.lock +++ b/ruby-rails-sso-example/Gemfile.lock @@ -139,14 +139,14 @@ GEM timeout net-smtp (0.3.3) net-protocol - nio4r (2.5.8) + nio4r (2.5.9) nokogiri (1.14.2) mini_portile2 (~> 2.8.0) racc (~> 1.4) orm_adapter (0.5.0) popper_js (2.11.6) public_suffix (5.0.1) - puma (4.3.12) + puma (5.6.7) nio4r (~> 2.0) racc (1.6.2) rack (2.2.6.4) @@ -267,7 +267,7 @@ DEPENDENCIES json (>= 2.3.0) listen (~> 3.2) net-http - puma (~> 4.3) + puma (~> 5.6) rails (~> 7.0.1) sass-rails (>= 6) selenium-webdriver