X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b0ffe17cec6fdd9bb27c1e8a3deb37f46d2d37bf..a02b0e117190c2eba76abba418db0359ec126cc0:/Gemfile diff --git a/Gemfile b/Gemfile index a2387771a..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" @@ -141,9 +138,6 @@ gem "image_processing" # Used to validate widths gem "unicode-display_width" -# Lock some modules to old versions for ruby 3.1 support -gem "zeitwerk", "< 2.7" - # Gems useful for development group :development do gem "better_errors" @@ -183,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"