diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2017-04-12 22:39:45 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2017-04-24 16:17:52 -0300 |
commit | 9bcb1b27a93f71df3893eb883d4dc99b95cd71dd (patch) | |
tree | 269d98e4a67cb595813b25d0426337115635b348 /Gemfile | |
parent | f76363e445153ea831fd508e366c0f31b24fa53e (diff) | |
download | gitlab-ce-9bcb1b27a93f71df3893eb883d4dc99b95cd71dd.tar.gz |
Remove unused gems
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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' |