Stop pinning nokogiri for security updates...
The bundle does this already.
This commit is contained in:
parent
5174c2f3ef
commit
ab81dd667b
2 changed files with 1 additions and 6 deletions
6
Gemfile
6
Gemfile
|
|
@ -221,14 +221,10 @@ gem 'selectize-rails'
|
||||||
# For collecting performance data
|
# For collecting performance data
|
||||||
gem 'skylight'
|
gem 'skylight'
|
||||||
|
|
||||||
# Nokogiri < 1.8.1 is subject to:
|
|
||||||
# CVE-2017-0663, CVE-2017-7375, CVE-2017-7376, CVE-2017-9047, CVE-2017-9048,
|
|
||||||
# CVE-2017-9049, CVE-2017-9050
|
|
||||||
gem 'nokogiri', '>= 1.8.1'
|
|
||||||
|
|
||||||
# memcached binary connector
|
# memcached binary connector
|
||||||
gem 'dalli'
|
gem 'dalli'
|
||||||
|
|
||||||
|
# to generate ical files
|
||||||
gem 'icalendar'
|
gem 'icalendar'
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
|
|
|
||||||
|
|
@ -683,7 +683,6 @@ DEPENDENCIES
|
||||||
money-rails
|
money-rails
|
||||||
mysql2
|
mysql2
|
||||||
next_rails
|
next_rails
|
||||||
nokogiri (>= 1.8.1)
|
|
||||||
omniauth
|
omniauth
|
||||||
omniauth-facebook
|
omniauth-facebook
|
||||||
omniauth-github
|
omniauth-github
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue