Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Balthazar <thomas@balthazar.info>2016-08-10 13:25:01 +0300
committerThomas Balthazar <thomas@balthazar.info>2016-08-11 09:52:13 +0300
commitfb748daf538e43efcf8884f017391bcbfccf2ea2 (patch)
treec94ec042e25eaf630008dab7f2f57d6da175a949 /Gemfile
parent551ffc0a4d25a381e9f8f6a8d6f2793bb87f3145 (diff)
Replace the tinder gem by bare HTTP requests
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 104929665e8..5c781cda748 100644
--- a/Gemfile
+++ b/Gemfile
@@ -163,9 +163,6 @@ gem 'redis-rails', '~> 4.0.0'
gem 'redis', '~> 3.2'
gem 'connection_pool', '~> 2.0'
-# Campfire integration
-gem 'tinder', '~> 1.10.0'
-
# HipChat integration
gem 'hipchat', '~> 1.5.0'