X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/edb95acedc1f39a826352ec204cd15053360edc0..d3c800fdb4cf1b80d670a3425687d7d1b72a3985:/Gemfile?ds=inline 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"