diff --git a/Gemfile b/Gemfile index 855689e..e9f07dc 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby(File.read(".ruby-version").chomp) gem "rails", "~> 8.0.2" gem "pg", ">= 0.18", "< 2.0" -gem "puma", "~> 6.6" +gem "puma", "~> 7.1" gem "rack-cors" gem "jsonapi-resources" gem "jsonapi-resources-optional_paginators", github: "codingitwrong/jsonapi-resources-optional_paginators", ref: "cdaa1e5293235cfe47d4bd8676141c74bd1e663b" diff --git a/Gemfile.lock b/Gemfile.lock index f0f5e35..7eacea4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -173,7 +173,7 @@ GEM psych (5.2.6) date stringio - puma (6.6.1) + puma (7.1.0) nio4r (~> 2.0) racc (1.8.1) rack (3.2.3) @@ -318,7 +318,7 @@ DEPENDENCIES ostruct pg (>= 0.18, < 2.0) pry-rails - puma (~> 6.6) + puma (~> 7.1) rack-attack rack-cors rails (~> 8.0.2)