20862: Update apps to latest ruby SDK.
[arvados.git] / services / api / Gemfile
index 21f0232ef0d020b8afbb94a29a1d8b90a6b1e0a5..5cd44c007d92d03535fa047c22086f4382945c7f 100644 (file)
@@ -49,8 +49,7 @@ gem 'optimist'
 
 gem 'themes_for_rails', git: 'https://github.com/arvados/themes_for_rails'
 
-# Import arvados gem.
-gem 'arvados', '~> 2.1.5'
+gem 'arvados', '~> 2.7.0.dev20230818173219'
 gem 'httpclient'
 
 gem 'safe_yaml'
@@ -64,10 +63,6 @@ gem 'rails-controller-testing'
 
 gem 'mini_portile2', '~> 2.8', '>= 2.8.1'
 
-# arvados-google-api-client and googleauth depend on signet, but
-# signet 0.12 is incompatible with ruby 2.3.
-gem 'signet', '< 0.12'
-
 # Install any plugin gems
 Dir.glob(File.join(File.dirname(__FILE__), 'lib', '**', "Gemfile")) do |f|
     eval(IO.read(f), binding)