diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-04-27 20:11:24 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-04-27 20:11:24 +0000 |
commit | d4874f303eca4aa2b13c8f4939d53ffa0265a1fc (patch) | |
tree | 2503c5cd48e7c3a55827a2b4686a815f1b7fff5f | |
parent | 0de8c6dc17b419976adb5ad2fa74ff83e442172d (diff) | |
download | redmine-d4874f303eca4aa2b13c8f4939d53ffa0265a1fc.tar.gz redmine-d4874f303eca4aa2b13c8f4939d53ffa0265a1fc.zip |
Update Nokogiri to 1.12.5 for Ruby < 2.6.0 and 1.13.4 for Ruby >= 2.6.0 (#36912).
git-svn-id: https://svn.redmine.org/redmine/trunk@21539 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ gem 'roadie-rails', (Gem.ruby_version < Gem::Version.new('2.6.0') ? '~> 2.2.0' : gem 'marcel' gem "mail", "~> 2.7.1" gem 'csv', '~> 3.2.0' -gem 'nokogiri', (Gem.ruby_version < Gem::Version.new('2.6.0') ? '~> 1.12.2' : '~> 1.13.0') +gem 'nokogiri', (Gem.ruby_version < Gem::Version.new('2.6.0') ? '~> 1.12.5' : '~> 1.13.4') gem 'i18n', '~> 1.10.0' gem "rbpdf", "~> 1.20.0" gem 'addressable' |