X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e307b9037a05fb6ea0a8790cb6f6e0824781e949..b32e23b4126ded330e9bfd15109521a1f281cbef:/Gemfile diff --git a/Gemfile b/Gemfile index 6d578ef52..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" @@ -180,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"