[ARVADOS] updated: dbc4ad88ee7e83f132556eae755cf4a425256eff

Git user git at public.curoverse.com
Wed Mar 9 16:03:38 EST 2016


Summary of changes:

  discards  b3be671ae96bd42f5456214479ec9769c0a5c637 (commit)
       via  dbc4ad88ee7e83f132556eae755cf4a425256eff (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (b3be671ae96bd42f5456214479ec9769c0a5c637)
            \
             N -- N -- N (dbc4ad88ee7e83f132556eae755cf4a425256eff)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit dbc4ad88ee7e83f132556eae755cf4a425256eff
Author: Tom Clegg <tom at curoverse.com>
Date:   Wed Mar 9 16:01:22 2016 -0500

    8491: 8222: Prohibit activesupport 5.0.0 so our gem can be installed with ruby <2.2.2

diff --git a/sdk/ruby/arvados.gemspec b/sdk/ruby/arvados.gemspec
index 3adcf4d..ffbd0ec 100644
--- a/sdk/ruby/arvados.gemspec
+++ b/sdk/ruby/arvados.gemspec
@@ -20,7 +20,8 @@ Gem::Specification.new do |s|
                    "README", "LICENSE-2.0.txt"]
   s.required_ruby_version = '>= 2.1.0'
   s.add_dependency('google-api-client', '~> 0.6.3', '>= 0.6.3')
-  s.add_dependency('activesupport', '>= 3.2.13')
+  # activesupport <5 only because https://dev.arvados.org/issues/8222
+  s.add_dependency('activesupport', '>= 3.2.13', '< 5.0.0')
   s.add_dependency('json', '~> 1.7', '>= 1.7.7')
   s.add_dependency('andand', '~> 1.3', '>= 1.3.3')
   s.add_runtime_dependency('jwt', '>= 0.1.5', '< 1.0.0')

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list