diff --git a/Gemfile b/Gemfile index 59984a1..19b1ce8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source "http://rubygems.org" gem 'premailer', '~> 1.10.3' -gem 'nokogiri', '~> 1.7.1' +gem 'nokogiri', '~> 1.10.10' diff --git a/Gemfile.lock b/Gemfile.lock index 5bdbcf6..b03d960 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,9 +6,9 @@ GEM css_parser (1.5.0) addressable htmlentities (4.3.4) - mini_portile2 (2.1.0) - nokogiri (1.7.1) - mini_portile2 (~> 2.1.0) + mini_portile2 (2.4.0) + nokogiri (1.10.10) + mini_portile2 (~> 2.4.0) premailer (1.10.3) addressable css_parser (>= 1.4.10) @@ -19,7 +19,7 @@ PLATFORMS ruby DEPENDENCIES - nokogiri (~> 1.7.1) + nokogiri (~> 1.10.10) premailer (~> 1.10.3) BUNDLED WITH