]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Merge remote-tracking branch 'upstream/pull/5246'
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 26bc7c1291ba18699dfe492ce6005b1e1c7d6572..1e20da8d64cd59740d7f54e834b88db50c04834c 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -142,10 +142,15 @@ 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"
   gem "binding_of_caller"
+  gem "danger"
+  gem "danger-auto_label"
   gem "debug_inspector"
   gem "i18n-tasks"
   gem "listen"
@@ -179,6 +184,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"