X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/00112700d780c621b59fee364217d9ef25275d86..39cc056fa2e657a70e9fc0f107ae754842265b55:/Gemfile diff --git a/Gemfile b/Gemfile index 020cc9166..f7a3e502e 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" @@ -49,6 +49,7 @@ gem "cancancan" gem "composite_primary_keys", "~> 14.0.0" gem "config" gem "delayed_job_active_record" +gem "frozen_record" gem "http_accept_language", "~> 2.1.1" gem "i18n-js", "~> 3.9.2" gem "oauth-plugin", ">= 0.5.1"