Upgrade nokogiri as much as possible (it's not an explicit dependency of OFN and we dont need to control the version now, so I remove it from Gemfile)

This commit is contained in:
Luis Ramos
2020-04-07 13:20:49 +01:00
parent e3de71668a
commit 71ffa6b178
2 changed files with 3 additions and 6 deletions

View File

@@ -9,8 +9,6 @@ gem 'rails-i18n', '~> 3.0.0'
gem 'rails_safe_tasks', '~> 1.0'
gem "activerecord-import"
# Patched version. See http://rubysec.com/advisories/CVE-2015-5312/.
gem 'nokogiri', '>= 1.6.7.1'
gem "catalog", path: "./engines/catalog"
gem "order_management", path: "./engines/order_management"