diff --git a/Gemfile b/Gemfile index e434e7e..1c243bc 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'pg', '~> 1.6' gem 'pg_query', '~> 6.1' gem 'pg_search', '~> 2.3' gem 'prosopite', '~> 1.4' # identify N+1 queries -gem 'puma', '~> 6.4' +gem 'puma', '~> 7.2' gem 'rails', '>= 7.2', '~> 7.2' # , git: 'https://github.com/rails/rails.git' gem 'whenever', '~> 1.0', require: false # manage scheduled jobs gem 'fast_count', '~> 0.3' diff --git a/Gemfile.lock b/Gemfile.lock index 783058d..240fa83 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -230,7 +230,7 @@ GEM psych (5.2.6) date stringio - puma (6.6.1) + puma (7.2.1) nio4r (~> 2.0) racc (1.8.1) rack (3.2.6) @@ -392,7 +392,7 @@ DEPENDENCIES pgslice! prosopite (~> 1.4) pry (~> 0.15) - puma (~> 6.4) + puma (~> 7.2) rails (~> 7.2, >= 7.2) rails-erd (~> 1.7) rails-pg-extras (~> 5.6)