X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ad2e50fcfb7aab6cb6bbf5518920e4091be5b9a4..2de26d54ef22c5653f830d0ce4938df78d0ca0fd:/Gemfile diff --git a/Gemfile b/Gemfile index b25255320..660ff7f1a 100644 --- a/Gemfile +++ b/Gemfile @@ -129,9 +129,6 @@ gem "ffi-libarchive" gem "gd2-ffij", ">= 0.4.0" gem "marcel" -# Used for browser detection -gem "browser", "< 6" # for ruby 3.1 support - # Used for S3 object storage gem "aws-sdk-s3" @@ -145,6 +142,8 @@ gem "unicode-display_width" group :development do gem "better_errors" gem "binding_of_caller" + gem "danger" + gem "danger-auto_label" gem "debug_inspector" gem "i18n-tasks" gem "listen" @@ -178,6 +177,8 @@ end group :development, :test do gem "annotate" + gem "teaspoon" + gem "teaspoon-mocha", "~> 2.3.3" # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem "debug", :require => "debug/prelude"