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-12 04:29:30 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-04-24 22:17:52 +0300
commit7030eb3286613be919e12daf95c43061b49aa5f5 (patch)
tree22f86d1ad4dd5fd4c62482ae3d61adf0b51977a9 /Gemfile
parent1884f650ac4f34f1c0883112a4e3ce22caac869d (diff)
Add faraday gem
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index ad8db206da6..8654e486925 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,6 +17,10 @@ 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'
gem 'doorkeeper', '~> 4.2.0'
@@ -186,7 +190,7 @@ gem 'gemnasium-gitlab-service', '~> 0.2'
gem 'slack-notifier', '~> 1.5.1'
# Asana integration
-gem 'asana', '~> 0.4.0'
+gem 'asana', '~> 0.6.0'
# FogBugz integration
gem 'ruby-fogbugz', '~> 0.2.1'
@@ -345,7 +349,7 @@ gem 'html2text'
gem 'ruby-prof', '~> 0.16.2'
# OAuth
-gem 'oauth2', '~> 1.2.0'
+gem 'oauth2', '~> 1.3.0'
# Soft deletion
gem 'paranoia', '~> 2.2'