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:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-05-02 14:29:17 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-05-02 14:29:17 +0300
commit105017c3084c60e45f4bac85a76da78f39e6433f (patch)
tree5174a8d7224007c1618cfe6ded4396283f7cb0cc /Gemfile
parent0a280158efeb7f681589ae7af24f0ed9052de809 (diff)
Added JWT controller
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 512c6babd7e..0301f6fe062 100644
--- a/Gemfile
+++ b/Gemfile
@@ -225,6 +225,7 @@ gem 'request_store', '~> 1.3.0'
gem 'select2-rails', '~> 3.5.9'
gem 'virtus', '~> 1.0.1'
gem 'net-ssh', '~> 3.0.1'
+gem 'base32', '~> 0.3.0'
# Sentry integration
gem 'sentry-raven', '~> 0.15'