diff --git a/Gemfile b/Gemfile index ae90dc4..392629a 100644 --- a/Gemfile +++ b/Gemfile @@ -12,6 +12,6 @@ gem 'bridgetown-seo-tag', '~> 6.0' # A Bridgetown plugin to add metadata tags fo gem 'bridgetown-svg-inliner', '~> 2.0' # Liquid and ERB helper for Bridgetown to inline SVG files within HTML group :development do - gem 'puma', '~> 6.4' # Puma is a Rack-compatible server used by Bridgetown + gem 'puma', '~> 6.5' # Puma is a Rack-compatible server used by Bridgetown gem 'rubocop', '~> 1.68' # RuboCop is a Ruby code style checking and code formatting tool. end diff --git a/Gemfile.lock b/Gemfile.lock index 7aed99a..cf270d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,7 +89,7 @@ GEM mutex_m (0.2.0) net-http (0.4.1) uri - nio4r (2.7.3) + nio4r (2.7.4) nokogiri (1.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -98,7 +98,7 @@ GEM ast (~> 2.4.1) racc public_suffix (5.0.5) - puma (6.4.3) + puma (6.5.0) nio4r (~> 2.0) racc (1.8.1) rack (3.0.10) @@ -147,7 +147,7 @@ DEPENDENCIES bridgetown-feed (~> 3.1) bridgetown-seo-tag (~> 6.0) bridgetown-svg-inliner (~> 2.0) - puma (~> 6.4) + puma (~> 6.5) rubocop (~> 1.68) RUBY VERSION