X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cc952178056bf6d29471f6986306fb673dcf394a..b3d5254ce24ca82904b13d61012b2d8d676a30d8:/services/login-sync/arvados-login-sync.gemspec?ds=sidebyside diff --git a/services/login-sync/arvados-login-sync.gemspec b/services/login-sync/arvados-login-sync.gemspec index 605e8540ee..f998a8f352 100644 --- a/services/login-sync/arvados-login-sync.gemspec +++ b/services/login-sync/arvados-login-sync.gemspec @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 -if not File.exists?('/usr/bin/git') then +if not File.exist?('/usr/bin/git') then STDERR.puts "\nGit binary not found, aborting. Please install git and run gem build from a checked out copy of the git repository.\n\n" exit end @@ -24,7 +24,7 @@ Gem::Specification.new do |s| s.files = ["bin/arvados-login-sync", "agpl-3.0.txt"] s.executables << "arvados-login-sync" s.required_ruby_version = '>= 2.1.0' - s.add_runtime_dependency 'arvados', '~> 1.2.0', '>= 1.2.0' + s.add_runtime_dependency 'arvados', '~> 1.3.0', '>= 1.3.0' s.homepage = 'https://arvados.org' end