diff --git a/Gemfile b/Gemfile index 17c2002a..55119b7d 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ gem "js-routes" # app server gem "puma" -gem "nokogiri", "~> 1.13" +gem "nokogiri", "~> 1.14" 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 209c5519..3cc6bdf9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -135,7 +135,7 @@ GEM mini_mime (>= 0.1.1) method_source (0.9.2) mini_mime (1.0.1) - mini_portile2 (2.8.0) + mini_portile2 (2.8.1) minitest (5.11.3) multi_json (1.13.1) multi_xml (0.6.0) @@ -144,12 +144,12 @@ GEM net-ssh (>= 2.6.5, < 6.0.0) net-ssh (5.2.0) nio4r (2.5.8) - nokogiri (1.13.10) + nokogiri (1.14.3) mini_portile2 (~> 2.8.0) racc (~> 1.4) puma (6.0.0) nio4r (~> 2.0) - racc (1.6.1) + racc (1.6.2) rack (2.2.3.1) rack-proxy (0.6.5) rack @@ -281,7 +281,7 @@ DEPENDENCIES js-routes listen mysql2 (~> 0.4.0) - nokogiri (~> 1.13) + nokogiri (~> 1.14) puma rails (= 5.1.6.2) react-rails