diff --git a/Gemfile b/Gemfile index f15329f..4a48d98 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ ruby file: '.ruby-version' gem 'rails', '~> 8.1' # Use Puma as the app server -gem 'puma', '~> 7.0' +gem 'puma', '~> 7.2' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder' diff --git a/Gemfile.lock b/Gemfile.lock index cacb8a9..9ff2dfb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,7 +116,7 @@ GEM docile (1.4.1) dotenv (3.2.0) drb (2.2.3) - erb (5.1.3) + erb (6.0.1.1) erubi (1.13.1) execjs (2.10.1) faraday (2.14.2) @@ -250,7 +250,7 @@ GEM railties (>= 4.0) net-http (0.9.1) uri (>= 0.11.1) - net-imap (0.6.4) + net-imap (0.6.4.1) date net-protocol net-pop (0.1.2) @@ -260,21 +260,21 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.5) - nokogiri (1.19.3-aarch64-linux-gnu) + nokogiri (1.19.4-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.3-aarch64-linux-musl) + nokogiri (1.19.4-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.19.3-arm-linux-gnu) + nokogiri (1.19.4-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.19.3-arm-linux-musl) + nokogiri (1.19.4-arm-linux-musl) racc (~> 1.4) - nokogiri (1.19.3-arm64-darwin) + nokogiri (1.19.4-arm64-darwin) racc (~> 1.4) - nokogiri (1.19.3-x86_64-darwin) + nokogiri (1.19.4-x86_64-darwin) racc (~> 1.4) - nokogiri (1.19.3-x86_64-linux-gnu) + nokogiri (1.19.4-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.3-x86_64-linux-musl) + nokogiri (1.19.4-x86_64-linux-musl) racc (~> 1.4) observer (0.1.2) open3 (0.2.1) @@ -294,7 +294,7 @@ GEM date stringio public_suffix (6.0.2) - puma (7.2.0) + puma (7.2.1) nio4r (~> 2.0) puma-metrics (1.5.0) prometheus-client (>= 0.10) @@ -561,7 +561,7 @@ DEPENDENCIES mocha ostruct prometheus-client - puma (~> 7.0) + puma (~> 7.2) puma-metrics rails (~> 8.1) rubocop (~> 1.0)