diff --git a/Gemfile b/Gemfile index 6ec82d9..0d9ce81 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'redis', '~> 4.0' # Use Capistrano for deployment # gem 'capistrano-rails', group: :development -gem 'nokogiri', '~> 1.6', '>= 1.6.8.1' +gem 'nokogiri', '~> 1.10' # 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 38fea09..a3d263f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,7 +71,7 @@ GEM mini_portile2 (2.4.0) minitest (5.13.0) nio4r (2.5.2) - nokogiri (1.10.5) + nokogiri (1.10.10) mini_portile2 (~> 2.4.0) pg (1.1.4) puma (3.12.1) @@ -135,7 +135,7 @@ DEPENDENCIES active_model_serializers byebug listen (>= 3.0.5, < 3.2) - nokogiri (~> 1.6, >= 1.6.8.1) + nokogiri (~> 1.10) pg (>= 0.18, < 2.0) puma (~> 3.7) rack-cors