Temporarily revert doorkeeper back to 4.2.6

This avoids a regression within OAuth with some clients
This commit is contained in:
Thibaut Girka
2018-08-17 17:50:06 +02:00
parent 280d7b1df8
commit a16ff45d81
2 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ gem 'omniauth-cas', '~> 1.1'
gem 'omniauth-saml', '~> 1.10'
gem 'omniauth', '~> 1.2'
gem 'doorkeeper', '~> 4.4'
gem 'doorkeeper', '~> 4.2', '< 4.3'
gem 'fast_blank', '~> 1.0'
gem 'fastimage'
gem 'goldfinger', '~> 2.1'