Project

General

Profile

Patch #30241 » Gemfile.patch

Pavel Rosický, 2018-12-17 23:42

View differences:

Gemfile (working copy)
14 14
gem "mail", "~> 2.7.1"
15 15
gem "csv", "~> 3.0.1" if RUBY_VERSION >= "2.3" && RUBY_VERSION < "2.6"
16 16

  
17
gem "nokogiri", "~> 1.8.0"
17
gem "nokogiri", "~> 1.9.0"
18 18
gem "i18n", "~> 0.7.0"
19 19

  
20 20
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
    (1-1/1)