]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Get danger working on pull requests
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index a2387771a00557ad48b9ee0eeba62e435c4cf5d5..1e20da8d64cd59740d7f54e834b88db50c04834c 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -118,7 +118,8 @@ gem "dalli"
 gem "kgio"
 
 # Load canonical-rails to generate canonical URLs
-gem "canonical-rails"
+# Use unreleased version for rails 7.2.1+ compatibility
+gem "canonical-rails", :github => "jumph4x/canonical-rails", :ref => "fbc1c88c"
 
 # Used to generate logstash friendly log files
 gem "logstasher"
@@ -183,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"