]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Avoid linking to redirects on the osmfoundation website
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index ffcbc82fdaf877668f69f0a6e97ea41811a919a1..af3b9c09fad932b006348a461b2f68d90c744be5 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
 source "https://rubygems.org"
 
 # Require rails
-gem "rails", "~> 7.1.0"
+gem "rails", "~> 7.2.0"
 gem "turbo-rails"
 
 # Require json for multi_json
@@ -178,6 +178,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"