diff --git a/Gemfile b/Gemfile index fad04e3..3b0f663 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ gem 'react-rails' gem 'mysql2', '0.4.10' gem 'webpacker', '~> 3.0' -gem "nokogiri", "~> 1.10.8" +gem "nokogiri", "~> 1.13.2" group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console diff --git a/Gemfile.lock b/Gemfile.lock index da16d52..7b64dfa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,17 +91,21 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (1.0.0) - mimemagic (0.3.4) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) - mini_portile2 (2.4.0) + mini_portile2 (2.8.0) minitest (5.14.0) mysql2 (0.4.10) nio4r (2.5.2) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) + nokogiri (1.13.2) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) public_suffix (4.0.4) puma (4.3.5) nio4r (~> 2.0) + racc (1.6.0) rack (2.2.2) rack-proxy (0.6.5) rack @@ -204,7 +208,7 @@ DEPENDENCIES jbuilder (~> 2.5) listen (>= 3.0.5, < 3.2) mysql2 (= 0.4.10) - nokogiri (~> 1.10.8) + nokogiri (~> 1.13.2) puma (>= 3.12.2) rails (>= 5.2.4.2) railties (>= 5.2.4.2)