diff options
author | Kukovskii Vladimir <ura@dgtakano.co.jp> | 2018-06-24 19:35:35 +0900 |
---|---|---|
committer | Kukovskii Vladimir <ura@dgtakano.co.jp> | 2018-07-14 20:45:53 +0900 |
commit | cb77d939c919ac8ebf4288724febdf7bb8238399 (patch) | |
tree | 81dc12592d6cd144c4375dfabcc8c91071bbdb1f /Gemfile.lock | |
parent | 07d9b036a9b7b3502238cac0fdb4980bfe02e128 (diff) | |
download | gitlab-ce-cb77d939c919ac8ebf4288724febdf7bb8238399.tar.gz |
Add Hangouts Chat service implementation
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 7f9207d9dfe..2e711e50dfc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -385,6 +385,7 @@ GEM temple (>= 0.8.0) thor tilt + hangouts-chat (0.0.5) hashdiff (0.3.4) hashie (3.5.7) hashie-forbidden_attributes (0.1.1) @@ -1058,6 +1059,7 @@ DEPENDENCIES grpc (~> 1.11.0) haml_lint (~> 0.26.0) hamlit (~> 2.8.8) + hangouts-chat (~> 0.0.5) hashie-forbidden_attributes health_check (~> 2.6.0) hipchat (~> 1.5.0) |