diff --git a/Gemfile b/Gemfile index 65bfc6fc3..c1c4d54c7 100644 --- a/Gemfile +++ b/Gemfile @@ -66,7 +66,7 @@ gem 'messagebus_ruby_api', '1.0.3' # Parsing -gem 'nokogiri', '1.6.2.1' +gem 'nokogiri', '1.6.1' gem 'rails_autolink', '1.1.5' gem 'redcarpet', '3.1.2' gem 'roxml', '3.1.6' diff --git a/Gemfile.lock b/Gemfile.lock index c88ddbab9..13e581f5c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -246,7 +246,7 @@ GEM mime-types (1.25.1) mini_magick (3.7.0) subexec (~> 0.2.1) - mini_portile (0.6.0) + mini_portile (0.5.3) mobile-fu (1.2.2) rack-mobile-detect rails @@ -259,8 +259,8 @@ GEM net-scp (1.2.1) net-ssh (>= 2.6.5) net-ssh (2.9.1) - nokogiri (1.6.2.1) - mini_portile (= 0.6.0) + nokogiri (1.6.1) + mini_portile (~> 0.5.0) oauth (0.4.7) oauth2 (0.9.4) faraday (>= 0.8, < 0.10) @@ -510,7 +510,7 @@ DEPENDENCIES mini_magick (= 3.7.0) mobile-fu (= 1.2.2) mysql2 (= 0.3.16) - nokogiri (= 1.6.2.1) + nokogiri (= 1.6.1) omniauth (= 1.2.1) omniauth-facebook (= 1.6.0) omniauth-tumblr (= 1.1)