20862: Update apps to latest ruby SDK.
[arvados.git] / apps / workbench / Gemfile
index 00dbad0860a4f078f20821bf9444a4116d69214f..8b40db355b4a04ef71c4f384fd285cb1cf51f49d 100644 (file)
@@ -5,7 +5,7 @@
 source 'https://rubygems.org'
 
 gem 'rails', '~> 5.2.0'
-gem 'arvados', '~> 2.1.5'
+gem 'arvados', '~> 2.7.0.dev20230818173219'
 
 gem 'activerecord-nulldb-adapter', git: 'https://github.com/arvados/nulldb'
 gem 'multi_json'
@@ -104,7 +104,3 @@ gem 'logstash-event'
 gem 'safe_yaml'
 
 gem 'npm-rails'
-
-# arvados-google-api-client and googleauth (and thus arvados) gems
-# depend on signet, but signet 0.12 is incompatible with ruby 2.3.
-gem 'signet', '< 0.12'