X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9241d9810d39607acaef19bed6f69d8f3dd38220..6bc81dc3e7f423a29003d12732599351a75d931a:/Gemfile diff --git a/Gemfile b/Gemfile index c25240f9f..f60a219e7 100644 --- 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" @@ -153,6 +153,7 @@ group :test do gem "rails-controller-testing" gem "rubocop" gem "rubocop-capybara" + gem "rubocop-factory_bot" gem "rubocop-minitest" gem "rubocop-performance" gem "rubocop-rails"