[ARVADOS] created: 1.1.3-116-gda00fef

Git user git at public.curoverse.com
Fri Mar 2 13:47:12 EST 2018


        at  da00fef872b9bc09541b2487866b060f16ac45aa (commit)


commit da00fef872b9bc09541b2487866b060f16ac45aa
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date:   Thu Mar 1 16:57:10 2018 -0300

    12737: Fix activesupport dependency from arvados gem.
    
    Upper version requirement was avoiding gem installation when upgrading rails
    to a version >= 4.2.6.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>

diff --git a/sdk/ruby/arvados.gemspec b/sdk/ruby/arvados.gemspec
index a4ee65f..c351189 100644
--- a/sdk/ruby/arvados.gemspec
+++ b/sdk/ruby/arvados.gemspec
@@ -23,8 +23,7 @@ Gem::Specification.new do |s|
                    "lib/arvados/collection.rb", "lib/arvados/keep.rb",
                    "README", "LICENSE-2.0.txt"]
   s.required_ruby_version = '>= 1.8.7'
-  # activesupport <4.2.6 only because https://dev.arvados.org/issues/8222
-  s.add_dependency('activesupport', '>= 3', '< 4.2.6')
+  s.add_dependency('activesupport', '>= 3')
   s.add_dependency('andand', '~> 1.3', '>= 1.3.3')
   # Our google-api-client dependency used to be < 0.9, but that could be
   # satisfied by the buggy 0.9.pre*.  https://dev.arvados.org/issues/9213

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list