From 2ffcb204a9c29626359c038e594605f93ed673bf Mon Sep 17 00:00:00 2001 From: Fabio Lima Date: Sun, 24 May 2026 13:48:31 -0700 Subject: [PATCH 1/3] chore: upgrade view_components gem --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index dc32b0b..e9b6d6c 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem "bootsnap", "~> 1.23.0", require: false # Framework building reusable, tetable and encapsulated ViewComponents in Rails # docs: viewcomponent.org -gem "view_component" +gem "view_component", "~> 4.11" # Use SCSS for stylesheets #gem "sass-rails", "~> 6.0.0" diff --git a/Gemfile.lock b/Gemfile.lock index d1efe3a..3e97c6b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -469,7 +469,7 @@ GEM unicode-emoji (4.2.0) uri (1.1.1) useragent (0.16.11) - view_component (4.9.0) + view_component (4.11.0) actionview (>= 7.1.0) activesupport (>= 7.1.0) concurrent-ruby (~> 1) @@ -550,7 +550,7 @@ DEPENDENCIES stackprof turbo-rails tzinfo-data - view_component + view_component (~> 4.11) web-console (~> 4.3.0) RUBY VERSION From a61ce886ecbd45ac8ab90c69422b9fc8d4226572 Mon Sep 17 00:00:00 2001 From: Fabio Lima Date: Sun, 24 May 2026 13:56:55 -0700 Subject: [PATCH 2/3] chore: upgrade devise gem --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index e9b6d6c..d0aed1b 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem "propshaft" gem "dartsass-rails" # Authentication -gem "devise", "~> 4.9.3" +gem "devise", "~> 5.0.4" # Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible gem 'rack-cors' diff --git a/Gemfile.lock b/Gemfile.lock index 3e97c6b..057c27b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -121,10 +121,10 @@ GEM sass-embedded (~> 1.63) date (3.5.1) debug_inspector (1.2.0) - devise (4.9.4) + devise (5.0.4) bcrypt (~> 3.0) orm_adapter (~> 0.1) - railties (>= 4.1.0) + railties (>= 7.0) responders warden (~> 1.2.3) diff-lcs (1.6.2) @@ -198,7 +198,7 @@ GEM activesupport (>= 3.0) nokogiri (>= 1.6) io-console (0.8.2) - irb (1.17.0) + irb (1.18.0) pp (>= 0.6.0) prism (>= 1.3.0) rdoc (>= 4.0.0) @@ -355,7 +355,7 @@ GEM tsort (>= 0.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.3.1) + rake (13.4.2) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) @@ -486,7 +486,7 @@ GEM xpath (3.2.0) nokogiri (~> 1.8) yaml (0.4.0) - zeitwerk (2.7.5) + zeitwerk (2.8.2) PLATFORMS aarch64-linux-gnu @@ -509,7 +509,7 @@ DEPENDENCIES capybara colorize dartsass-rails - devise (~> 4.9.3) + devise (~> 5.0.4) dotenv-rails factory_bot_rails (~> 6.4.3) faker (~> 3.6) From df5da22db5994e0530032d93eba374672c309398 Mon Sep 17 00:00:00 2001 From: Fabio Lima Date: Sun, 24 May 2026 14:05:34 -0700 Subject: [PATCH 3/3] chore: upgrade puma gem --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d0aed1b..9a9fabb 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "rails", "~> 8.1.3" # Use postgresql as the database for Active Record gem "pg", "~> 1.6.2" # Use Puma as the app server -gem "puma", "~> 7.2" +gem "puma", "~> 8.0" # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder #gem "jbuilder", "~> 2.7" # Use Redis adapter to run Action Cable in production diff --git a/Gemfile.lock b/Gemfile.lock index 057c27b..07625b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -304,7 +304,7 @@ GEM date stringio public_suffix (7.0.5) - puma (7.2.0) + puma (8.0.1) nio4r (~> 2.0) racc (1.8.1) rack (3.2.6) @@ -532,7 +532,7 @@ DEPENDENCIES pry-rails pry-remote-reloaded pry-stack_explorer (~> 0.6.2) - puma (~> 7.2) + puma (~> 8.0) rack-cors rack-mini-profiler (~> 4.0) rails (~> 8.1.3)