X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9266180344761718d4068dd62f78ef3a0169b8e1..441629064682aeccdf024d96235d6362d08d54ea:/Gemfile diff --git a/Gemfile b/Gemfile index 165236cdf..af3b9c09f 100644 --- a/Gemfile +++ b/Gemfile @@ -175,3 +175,12 @@ group :test do gem "simplecov-lcov", :require => false gem "webmock" 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" +end