[ARVADOS] updated: 1.3.0-622-gf4a54f243
Git user
git at public.curoverse.com
Tue Apr 2 14:22:03 UTC 2019
Summary of changes:
services/login-sync/Gemfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via f4a54f243fd349995128f36b8e75c97edfbbe147 (commit)
from 752674a547864012b7f73e58c7d41a9c3ce5fe72 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit f4a54f243fd349995128f36b8e75c97edfbbe147
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Tue Apr 2 10:20:45 2019 -0400
15044: Require newer mocha.
Without this, old dev environments will not necessarily support the
non-deprecated usage (require 'mocha/minitest').
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/services/login-sync/Gemfile b/services/login-sync/Gemfile
index 42d990fa6..420b15286 100644
--- a/services/login-sync/Gemfile
+++ b/services/login-sync/Gemfile
@@ -6,6 +6,6 @@ source 'https://rubygems.org'
gemspec
group :test, :performance do
gem 'minitest', '>= 5.0.0'
- gem 'mocha', require: false
+ gem 'mocha', '>= 1.5.0', require: false
gem 'rake'
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list