X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f7e168b8e12cebf84490278c5ba5610821e7bdde..359f967b3fa0f24ad9a95a5b8fa18a736a7fc229:/Gemfile diff --git a/Gemfile b/Gemfile index 718bd262b..81ba4a9a3 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" @@ -76,7 +76,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