]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Use omniauth-microsoft_graph instead of omniauth-windowslive
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index f5d0f7f4ff562f0570210ac6f3db6710742cda13..f60a219e7bf611cc12d864207088abe2028c76bb 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -72,9 +72,9 @@ gem "omniauth-facebook"
 gem "omniauth-github"
 gem "omniauth-google-oauth2", ">= 0.6.0"
 gem "omniauth-mediawiki", ">= 0.0.4"
+gem "omniauth-microsoft_graph"
 gem "omniauth-openid"
 gem "omniauth-rails_csrf_protection", "~> 1.0"
-gem "omniauth-windowslive"
 
 # Doorkeeper for OAuth2
 gem "doorkeeper"
@@ -131,15 +131,13 @@ gem "aws-sdk-s3"
 # Used to resize user images
 gem "image_processing"
 
-# Avoid mail 2.8.0 due to https://github.com/mikel/mail/issues/1489
-gem "mail", "~> 2.7.1"
-
 # Gems useful for development
 group :development do
   gem "annotate"
   gem "better_errors"
   gem "binding_of_caller"
   gem "debug_inspector"
+  gem "i18n-tasks"
   gem "listen"
   gem "vendorer"
 end
@@ -154,6 +152,8 @@ group :test do
   gem "puma", "~> 5.6"
   gem "rails-controller-testing"
   gem "rubocop"
+  gem "rubocop-capybara"
+  gem "rubocop-factory_bot"
   gem "rubocop-minitest"
   gem "rubocop-performance"
   gem "rubocop-rails"