]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Add yaml syntax highlighting to code blocks
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index b25255320c5614ec01e9795a0632d6fe3a676458..b83011542a24d216995f7c60f154d537182e8609 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -141,10 +141,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", :github => "tomhughes/danger", :ref => "pull-request-target"
+  gem "danger-auto_label"
   gem "debug_inspector"
   gem "i18n-tasks"
   gem "listen"
@@ -178,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"