X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0371cdcfd9da4ede7f8b04ed53e3e0833d0aeb04..ccc898b8a04f14537c17c924deb477d156967089:/Gemfile diff --git a/Gemfile b/Gemfile index 65ee29d58..81ba4a9a3 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" # Require rails -gem "rails", "7.0.3.1" +gem "rails", "~> 7.0.0" # Require json for multi_json gem "json" @@ -36,6 +36,9 @@ gem "image_optim_rails" # Use argon2 for password hashing gem "argon2" +# Support brotli compression for assets +gem "sprockets-exporters_pack" + # Load rails plugins gem "actionpack-page_caching", ">= 1.2.0" gem "activerecord-import"