20862: Fix i18n dependency to not conflict with Rails 6.
authorTom Clegg <tom@curii.com>
Tue, 29 Aug 2023 18:50:43 +0000 (14:50 -0400)
committerTom Clegg <tom@curii.com>
Tue, 29 Aug 2023 18:50:43 +0000 (14:50 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

sdk/ruby/arvados.gemspec

index e8dd19b97d9667bbdcc0882ced59d2fd844e1be7..6446cd926973e9cc0d4e39cdabb747052f1b24ad 100644 (file)
@@ -45,7 +45,7 @@ Gem::Specification.new do |s|
   # We need at least version 0.8.7.5 for compatibility with faraday >= 1.0.
   s.add_dependency('arvados-google-api-client', '>= 0.8.7.5', '< 0.8.8')
   # work around undeclared dependency on i18n in some activesupport 3.x.x:
-  s.add_dependency('i18n', '~> 0')
+  s.add_dependency('i18n')
   s.add_dependency('json', '>= 1.7.7', '<3')
   s.add_runtime_dependency('jwt', '<2', '>= 0.1.5')
   s.homepage    =