Pin the api server and workbench to the Arvados 2.1.3 gem.
[arvados.git] / services / api / Gemfile
index 1e12d6a4ce790ec9f9abdfe77ee08044795f8a71..43493b7a12aeac103847d116e5f429790e8fe218 100644 (file)
@@ -57,8 +57,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.gemspec'
+gem 'arvados', '~> 2.1.3'
 gem 'httpclient'
 
 gem 'sshkey'