X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/75042a04a1e2dec2c821de14237a6b4d5a95382a..53817fa9e8d955df0891d156f21b7269b4ed08fc:/Gemfile diff --git a/Gemfile b/Gemfile index 8dd0576d1..832b96c9a 100644 --- a/Gemfile +++ b/Gemfile @@ -136,6 +136,9 @@ gem "aws-sdk-s3" # Used to resize user images gem "image_processing" +# Used to validate widths +gem "unicode-display_width" + # Gems useful for development group :development do gem "better_errors" @@ -154,6 +157,7 @@ group :test do gem "factory_bot_rails" gem "jwt" gem "minitest", "~> 5.1" + gem "minitest-focus", :require => false gem "puma", "~> 5.6" gem "rails-controller-testing" gem "rubocop"