mirror of
https://github.com/redmine/redmine.git
synced 2026-02-06 14:50:11 +01:00
Update Nokogiri to 1.18.3 in 5.1-stable (#42333).
git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@23516 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -10,7 +10,7 @@ gem "actionpack-xml_parser"
|
||||
gem 'roadie-rails', '~> 3.1.0'
|
||||
gem 'marcel'
|
||||
gem 'mail', '~> 2.8.1'
|
||||
gem 'nokogiri', '~> 1.15.2'
|
||||
gem 'nokogiri', Gem.ruby_version >= Gem::Version.new('3.1') ? '1.18.3' : '~> 1.15.7'
|
||||
gem 'i18n', '~> 1.14.1'
|
||||
gem 'rbpdf', '~> 1.21.3'
|
||||
gem 'addressable'
|
||||
|
||||
Reference in New Issue
Block a user