Actions
Patch #34443
closedUpdate roadie-rails to 2.2
Description
The new version for the gem is available.
https://rubygems.org/gems/roadie-rails
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')
  
      
      Updated by Go MAEDA almost 5 years ago
      
    
    - Status changed from New to Closed
 - Assignee set to Go MAEDA
 
Committed the patch.
Actions