From 47dc17bce2e59b403dffa9eacc8b146618dba2c2 Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Thu, 13 Dec 2018 11:36:09 +0000 Subject: Revert "Merge branch 'sh-bump-ruby-version' into 'master'" This reverts merge request !257 --- lib/gitlab_lfs_authentication.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/gitlab_lfs_authentication.rb') diff --git a/lib/gitlab_lfs_authentication.rb b/lib/gitlab_lfs_authentication.rb index ff917bc..ccd6d69 100644 --- a/lib/gitlab_lfs_authentication.rb +++ b/lib/gitlab_lfs_authentication.rb @@ -13,7 +13,7 @@ class GitlabLfsAuthentication def self.build_from_json(json) values = JSON.parse(json) new(values['username'], values['lfs_token'], values['repository_http_path']) - rescue StandardError + rescue nil end -- cgit v1.2.1