mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 11:44:02 +00:00
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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue