X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a71b8af4d1bded364c0ba7f05c8dd851a4a19859..5868be1f7b8eb252812b6920a80341c589f291c6:/Gemfile diff --git a/Gemfile b/Gemfile index 2802fe3ad..cdc5c7e26 100644 --- a/Gemfile +++ b/Gemfile @@ -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" @@ -117,7 +121,7 @@ gem "browser" gem "aws-sdk-s3" # Used to resize user images -gem "mini_magick" +gem "image_processing" # Gems useful for development group :development do @@ -136,7 +140,7 @@ group :test do gem "erb_lint", :require => false gem "factory_bot_rails" gem "minitest", "~> 5.1" - gem "puma", "~> 5.0" + gem "puma", "~> 5.3" gem "rails-controller-testing" gem "rubocop" gem "rubocop-minitest"