diff --git a/Gemfile b/Gemfile index fe3528c..869e59c 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'puma', '~> 5.6.8' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '>= 1.7.2', require: false -gem 'nokogiri', '~> 1.14.3' +gem 'nokogiri', '~> 1.16.2' # Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible gem 'rack-cors' diff --git a/Gemfile.lock b/Gemfile.lock index 717ef6f..c7d996c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,12 +100,12 @@ GEM marcel (1.0.1) method_source (1.0.0) mini_mime (1.1.0) - mini_portile2 (2.8.1) + mini_portile2 (2.8.5) minitest (5.17.0) msgpack (1.4.2) nio4r (2.7.0) - nokogiri (1.14.3) - mini_portile2 (~> 2.8.0) + nokogiri (1.16.2) + mini_portile2 (~> 2.8.2) racc (~> 1.4) pry (0.14.1) coderay (~> 1.1) @@ -113,7 +113,7 @@ GEM public_suffix (4.0.6) puma (5.6.8) nio4r (~> 2.0) - racc (1.6.2) + racc (1.7.3) rack (2.2.6.4) rack-cors (1.1.1) rack (>= 2.0.0) @@ -210,7 +210,7 @@ DEPENDENCIES capybara (>= 3.35.3) irb (~> 1.3.4) listen (~> 3.4.1) - nokogiri (~> 1.14.3) + nokogiri (~> 1.16.2) pry (~> 0.14.0) puma (~> 5.6.8) rack-cors