X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7e5cbe87ed37f9cba8224fa4049047d7f981f66a..8919c8c40416a70e1a5516f03e2628c5dd380d40:/Gemfile diff --git a/Gemfile b/Gemfile index 7bad308b4..8a5d4432a 100644 --- 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"