Stop pinning nokogiri for security updates...

The bundle does this already.
This commit is contained in:
Henne Vogelsang 2023-04-11 12:55:30 +02:00
parent 5174c2f3ef
commit ab81dd667b
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
2 changed files with 1 additions and 6 deletions

View file

@ -221,14 +221,10 @@ gem 'selectize-rails'
# For collecting performance data
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
gem 'dalli'
# to generate ical files
gem 'icalendar'
group :development do

View file

@ -683,7 +683,6 @@ DEPENDENCIES
money-rails
mysql2
next_rails
nokogiri (>= 1.8.1)
omniauth
omniauth-facebook
omniauth-github