X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c8054024fc151c33fab4c34dd43623f4ced9f5e4..2a347e71be749afadb8e4ea6f1ead8398c22fd99:/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"