diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-11-24 15:48:49 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-11-24 15:48:49 -0500 |
commit | 446a95d3079e8927dd40c8d41a58d66192721cfc (patch) | |
tree | ddc2bb5e498ea78c31b2582271f25a28c472cb2a /Gemfile | |
parent | 0fb5ffd8b0752f68db67414dc72d09ff0ef064d1 (diff) | |
download | gitlab-ce-446a95d3079e8927dd40c8d41a58d66192721cfc.tar.gz |
Bump rack-oauth2 to ~> 1.2.1rs-update-rack-oauth2
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ gem 'omniauth-saml', '~> 1.4.0' gem 'omniauth-shibboleth', '~> 1.2.0' gem 'omniauth-twitter', '~> 1.2.0' gem 'omniauth_crowd' -gem 'rack-oauth2', '~> 1.0.5' +gem 'rack-oauth2', '~> 1.2.1' # Two-factor authentication gem 'devise-two-factor', '~> 2.0.0' |