]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Show scope names in application views
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 2802fe3ad9e192da777684ca18ffe5856b1a3383..cdc5c7e269503b8dff605afdf3db08c44bedf756 100644 (file)
--- 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"