X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2e5e2bc26349030ac1330630a804b4e41a9a73fb..be541bcab21487560d4974215bd35be74012c492:/Gemfile diff --git a/Gemfile b/Gemfile index 8a5d4432a..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" @@ -137,6 +137,7 @@ group :development do gem "better_errors" gem "binding_of_caller" gem "debug_inspector" + gem "i18n-tasks" gem "listen" gem "vendorer" end @@ -152,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"