diff --git a/Gemfile b/Gemfile index 675a0d4..306eb2f 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.2.2" gem "pg", ">= 0.18", "< 2.0" -gem "puma", "~> 6.4" +gem "puma", "~> 6.5" gem "rails", "~> 7.1.3" gem "jbuilder", "~> 2.13" diff --git a/Gemfile.lock b/Gemfile.lock index a1acfd1..8737c44 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -161,7 +161,7 @@ GEM pry (>= 0.13, < 0.15) psych (5.2.0) stringio - puma (6.4.3) + puma (6.5.0) nio4r (~> 2.0) racc (1.8.1) rack (3.1.8) @@ -309,7 +309,7 @@ DEPENDENCIES listen (~> 3.9) pg (>= 0.18, < 2.0) pry-byebug - puma (~> 6.4) + puma (~> 6.5) rack-cors rails (~> 7.1.3) rollbar