Fix glob typo to arvados.gemspec
authorPeter Amstutz <peter.amstutz@curii.com>
Tue, 14 Jan 2020 21:55:49 +0000 (16:55 -0500)
committerPeter Amstutz <peter.amstutz@curii.com>
Tue, 14 Jan 2020 21:55:49 +0000 (16:55 -0500)
refs #16010

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

services/api/Gemfile
services/api/Gemfile.lock

index 2d75a1a2a116d7678c8147ffea23a14d1651bace..18797d69c68e6fc0d9d39550a86c3a2ba916cb24 100644 (file)
@@ -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'
index 582b730556892238e087cb96ce9e153e08086cba..41bbc1041947e6f4b09c897cf92af136e5a79a77 100644 (file)
@@ -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)