Merge branch 'master' into 44846-improve-web-ide-left-panel-and-modes
Showing
... | ... | @@ -33,7 +33,7 @@ gem 'grape-route-helpers', '~> 2.1.0' |
gem 'faraday', '~> 0.12' | ||
# Authentication libraries | ||
gem 'devise', '~> 4.2' | ||
gem 'devise', '~> 4.4' | ||
gem 'doorkeeper', '~> 4.3' | ||
gem 'doorkeeper-openid_connect', '~> 1.3' | ||
gem 'omniauth', '~> 1.8' | ||
... | ... | @@ -41,7 +41,7 @@ gem 'omniauth-auth0', '~> 2.0.0' |
gem 'omniauth-azure-oauth2', '~> 0.0.9' | ||
gem 'omniauth-cas3', '~> 1.1.4' | ||
gem 'omniauth-facebook', '~> 4.0.0' | ||
gem 'omniauth-github', '~> 1.1.1' | ||
gem 'omniauth-github', '~> 1.3' | ||
gem 'omniauth-gitlab', '~> 1.0.2' | ||
gem 'omniauth-google-oauth2', '~> 0.5.3' | ||
gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos | ||
... | ... | @@ -90,7 +90,7 @@ gem 'github-linguist', '~> 5.3.3', require: 'linguist' |
# API | ||
gem 'grape', '~> 1.0' | ||
gem 'grape-entity', '~> 0.6.0' | ||
gem 'grape-entity', '~> 0.7.1' | ||
gem 'rack-cors', '~> 1.0.0', require: 'rack/cors' | ||
# Disable strong_params so that Mash does not respond to :permitted? | ||
... | ... |
This diff is collapsed.
No preview for this file type
No preview for this file type
No preview for this file type
Please register or sign in to comment