From: Go MAEDA Date: Wed, 16 Dec 2020 07:15:48 +0000 (+0000) Subject: Update roadie-rails to 2.2 (#34443). X-Git-Tag: 4.2.0~169 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=87710be567ae38df7f3440fe14f5b6ed787a443c;p=redmine.git Update roadie-rails to 2.2 (#34443). git-svn-id: http://svn.redmine.org/redmine/trunk@20650 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 9824c3b2e..e03e663cb 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'rouge', '~> 3.26.0' gem 'request_store', '~> 1.5.0' gem "mini_mime", "~> 1.0.1" gem "actionpack-xml_parser" -gem "roadie-rails", (RUBY_VERSION < "2.5" ? "~> 1.3.0" : "~> 2.1.0") +gem 'roadie-rails', (RUBY_VERSION < '2.5' ? '~> 1.3.0' : '~> 2.2.0') gem "mimemagic" gem "mail", "~> 2.7.1" gem 'csv', (RUBY_VERSION < '2.5' ? ['>= 3.1.1', '<= 3.1.5'] : '~> 3.1.1')