X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b0ffe17cec6fdd9bb27c1e8a3deb37f46d2d37bf..d185e8326daaa07856f65883ba51290fb09c97a5:/Gemfile diff --git a/Gemfile b/Gemfile index a2387771a..277346b83 100644 --- a/Gemfile +++ b/Gemfile @@ -183,6 +183,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"