Merge branch '17828-remove-bootsnap' refs #17828
[arvados.git] / services / api / Gemfile
index 1e12d6a4ce790ec9f9abdfe77ee08044795f8a71..7fc7f8757c690fc7aed031b7b40977ec1ef1bc38 100644 (file)
@@ -25,9 +25,6 @@ group :test, :development do
   gem 'listen'
 end
 
-# Fast app boot times
-gem 'bootsnap', require: false
-
 gem 'pg', '~> 1.0'
 
 gem 'multi_json'
@@ -57,8 +54,8 @@ 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'
+# Import arvados gem.
+gem 'arvados', '~> 2.1.5'
 gem 'httpclient'
 
 gem 'sshkey'