mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 09:21:12 +00:00
Request at least nokogiri 1.6.7.1 because of security advisories (#21569).
Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@14977 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f4c3700702
commit
5ab9e10e7a
3
Gemfile
3
Gemfile
@ -15,6 +15,9 @@ gem "actionpack-action_caching"
|
||||
gem "actionpack-xml_parser"
|
||||
gem "roadie-rails"
|
||||
|
||||
# Request at least nokogiri 1.6.7.1 because of security advisories
|
||||
gem "nokogiri", ">= 1.6.7.1"
|
||||
|
||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby]
|
||||
gem "rbpdf", "~> 1.19.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user