mirror of
https://github.com/redmine/redmine.git
synced 2026-09-04 09:03:20 +02:00
Merged r19938 from trunk to 4.1-stable (#33768).
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19939 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -12,7 +12,7 @@ gem "actionpack-xml_parser"
|
||||
gem "roadie-rails", (RUBY_VERSION < "2.5" ? "~> 1.3.0" : "~> 2.1.0")
|
||||
gem "mimemagic"
|
||||
gem "mail", "~> 2.7.1"
|
||||
gem "csv", "~> 3.1.1"
|
||||
gem 'csv', (RUBY_VERSION < '2.5' ? ['>= 3.1.1', '<= 3.1.5'] : '~> 3.1.1')
|
||||
gem "nokogiri", "~> 1.10.0"
|
||||
gem "i18n", "~> 1.6.0"
|
||||
gem "rbpdf", "~> 1.20.0"
|
||||
|
||||
Reference in New Issue
Block a user