X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/57209683238197d4391103ba3ca4b295a70fbb0a..40c71f28be97ffcafb47058fd2590020fb8567a1:/Gemfile diff --git a/Gemfile b/Gemfile index b25255320..af3b9c09f 100644 --- a/Gemfile +++ b/Gemfile @@ -178,6 +178,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"