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