X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/edb95acedc1f39a826352ec204cd15053360edc0..819ad523b534c30c80548828f3b07938d37aa772:/Gemfile diff --git a/Gemfile b/Gemfile index 10e34638e..42385a307 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" # Require rails -gem "rails", "6.1.3.2" +gem "rails", "6.1.4" # Require json for multi_json gem "json" @@ -69,6 +69,10 @@ gem "omniauth-openid" gem "omniauth-rails_csrf_protection", "~> 1.0" gem "omniauth-windowslive" +# Doorkeeper for OAuth2 +gem "doorkeeper" +gem "doorkeeper-i18n" + # Markdown formatting support gem "kramdown"