]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Enable eslint and fix eslint errors for osm_test.js
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 165236cdf870347946e4a73fd7e47c1607f301a6..af3b9c09fad932b006348a461b2f68d90c744be5 100644 (file)
--- 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