[ARVADOS] updated: 1.3.0-2061-g5b827ae27
Git user
git at public.arvados.org
Tue Jan 14 21:56:27 UTC 2020
Summary of changes:
services/api/Gemfile | 2 +-
services/api/Gemfile.lock | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
via 5b827ae27aa0828565f4d173e1610b87cb532afc (commit)
from 6c033bdbc06d0929cec24ea16d4dfb7977e72f78 (commit)
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 5b827ae27aa0828565f4d173e1610b87cb532afc
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Tue Jan 14 16:55:49 2020 -0500
Fix glob typo to arvados.gemspec
refs #16010
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/services/api/Gemfile b/services/api/Gemfile
index 2d75a1a2a..18797d69c 100644
--- a/services/api/Gemfile
+++ b/services/api/Gemfile
@@ -55,7 +55,7 @@ gem 'optimist'
gem 'themes_for_rails', git: 'https://github.com/arvados/themes_for_rails'
# Import arvados gem. Note: actual git commit is pinned via Gemfile.lock
-gem 'arvados', git: 'https://github.com/arvados/arvados.git', glob: 'sdk/ruby/arvados.gem'
+gem 'arvados', git: 'https://github.com/arvados/arvados.git', glob: 'sdk/ruby/arvados.gemspec'
gem 'httpclient'
gem 'sshkey'
diff --git a/services/api/Gemfile.lock b/services/api/Gemfile.lock
index 582b73055..41bbc1041 100644
--- a/services/api/Gemfile.lock
+++ b/services/api/Gemfile.lock
@@ -1,7 +1,7 @@
GIT
remote: https://github.com/arvados/arvados.git
- revision: 0503f58f3f9b78bd803d4fd7544ced9d79e26f1c
- glob: sdk/*/*.gemspec
+ revision: 6c033bdbc06d0929cec24ea16d4dfb7977e72f78
+ glob: sdk/ruby/arvados.gemspec
specs:
arvados (1.5.0.pre20200114202620)
activesupport (>= 3)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list