X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/02ed416e12207b1fc7866e761d206ff6bb52b98c..2771921cb17c4ffc6a08f48344f4d92c1fbccdce:/Gemfile?ds=sidebyside diff --git a/Gemfile b/Gemfile index f5d0f7f4f..8a5d4432a 100644 --- a/Gemfile +++ b/Gemfile @@ -131,9 +131,6 @@ 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" @@ -154,6 +151,7 @@ group :test do gem "puma", "~> 5.6" gem "rails-controller-testing" gem "rubocop" + gem "rubocop-capybara" gem "rubocop-minitest" gem "rubocop-performance" gem "rubocop-rails"