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:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-04-13 04:39:45 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-04-24 22:17:52 +0300
commit9bcb1b27a93f71df3893eb883d4dc99b95cd71dd (patch)
tree269d98e4a67cb595813b25d0426337115635b348 /Gemfile
parentf76363e445153ea831fd508e366c0f31b24fa53e (diff)
Remove unused gems
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 8654e486925..58af6c51b77 100644
--- a/Gemfile
+++ b/Gemfile
@@ -18,8 +18,6 @@ gem 'pg', '~> 0.18.2', group: :postgres
gem 'rugged', '~> 0.25.1.1'
gem 'faraday', '~> 0.11.0'
-gem 'net-http-persistent', '~> 2.9.4'
-gem 'faraday-http-cache'
# Authentication libraries
gem 'devise', '~> 4.2'