X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2c952e4c3635e02b231019ed1bca2700c35a5682..831828849ceab3fd3dcf145bae564e20ee87efb6:/services/api/Gemfile diff --git a/services/api/Gemfile b/services/api/Gemfile index f166505bc0..29829c1592 100644 --- a/services/api/Gemfile +++ b/services/api/Gemfile @@ -59,8 +59,8 @@ gem 'themes_for_rails', git: 'https://github.com/curoverse/themes_for_rails' # two gems with the same "git" url but different "glob" values, hence # the use of a wildcard here instead of literal paths # (sdk/cli/arvados-cli.gem and sdk/ruby/arvados.gem). -gem 'arvados-cli', git: 'https://github.com/curoverse/arvados.git', glob: 'sdk/*/*.gemspec' -gem 'arvados', git: 'https://github.com/curoverse/arvados.git', glob: 'sdk/*/*.gemspec' +gem 'arvados-cli', git: 'https://github.com/curoverse/arvados.git', glob: 'sdk/*/*.gemspec', branch: '15900-gem-version-142' +gem 'arvados', git: 'https://github.com/curoverse/arvados.git', glob: 'sdk/*/*.gemspec', branch: '15900-gem-version-142' gem 'httpclient' gem 'sshkey'