]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Use POST for geocoder backends
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 7bad308b49bef847fa3c65b2e8a6bc17e1b2de1e..8a5d4432a06425e1f6d0b9ff2d9bf0cf2009a3a8 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
 source "https://rubygems.org"
 
 # Require rails
-gem "rails", "7.0.4"
+gem "rails", "~> 7.0.0"
 
 # Require json for multi_json
 gem "json"
@@ -77,7 +77,7 @@ gem "omniauth-rails_csrf_protection", "~> 1.0"
 gem "omniauth-windowslive"
 
 # Doorkeeper for OAuth2
-gem "doorkeeper", "~> 5.5.4"
+gem "doorkeeper"
 gem "doorkeeper-i18n"
 
 # Markdown formatting support
@@ -151,6 +151,7 @@ group :test do
   gem "puma", "~> 5.6"
   gem "rails-controller-testing"
   gem "rubocop"
+  gem "rubocop-capybara"
   gem "rubocop-minitest"
   gem "rubocop-performance"
   gem "rubocop-rails"