Patch Gemfile to use embedded jwt
This commit is contained in:
parent
a6c13ce3b5
commit
dfcbc7d970
1 changed files with 10 additions and 1 deletions
|
@ -5,7 +5,16 @@
|
|||
gem 'omniauth-github', '~> 1.3'
|
||||
gem 'omniauth-gitlab', '~> 1.0', '>= 1.0.2'
|
||||
-gem 'omniauth-google-oauth2', '~> 0.6.0'
|
||||
+gem 'omniauth-google-oauth2', '0.6.0', , path: 'vendor/gems/omniauth-google-oauth2-0.6.0'
|
||||
+gem 'omniauth-google-oauth2', '0.6.0', path: 'vendor/gems/omniauth-google-oauth2-0.6.0'
|
||||
gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos
|
||||
gem 'omniauth-oauth2-generic', '~> 0.2.2'
|
||||
gem 'omniauth-saml', '~> 1.10'
|
||||
@@ -54,7 +54,7 @@
|
||||
gem 'omniauth_crowd', '~> 2.2'
|
||||
gem 'omniauth-authentiq', '~> 0.3.3'
|
||||
gem 'rack-oauth2', '~> 1.2', '>= 1.2.1'
|
||||
-gem 'jwt', '~> 2.1'
|
||||
+gem 'jwt', '2.1', path: 'vendor/gems/jwt-2.1.0'
|
||||
|
||||
# Spam and anti-bot protection
|
||||
gem 'recaptcha', '~> 4.11', require: 'recaptcha/rails'
|
||||
|
|
Loading…
Reference in a new issue