diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2017-04-11 22:29:30 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2017-04-24 16:17:52 -0300 |
commit | 7030eb3286613be919e12daf95c43061b49aa5f5 (patch) | |
tree | 22f86d1ad4dd5fd4c62482ae3d61adf0b51977a9 /Gemfile | |
parent | 1884f650ac4f34f1c0883112a4e3ce22caac869d (diff) | |
download | gitlab-ce-7030eb3286613be919e12daf95c43061b49aa5f5.tar.gz |
Add faraday gem
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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' |