X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/07e57daf2b2d80c5034bdc57998a95e61d54ceea..be541bcab21487560d4974215bd35be74012c492:/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"