X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/19d62168607b8a355156b2c2e089b615ab4c9381..d41d52877ed68902c45231a89715470774e7f944:/Gemfile diff --git a/Gemfile b/Gemfile index 65ee29d58..c25240f9f 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" @@ -46,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" @@ -133,6 +137,7 @@ group :development do gem "better_errors" gem "binding_of_caller" gem "debug_inspector" + gem "i18n-tasks" gem "listen" gem "vendorer" end @@ -147,6 +152,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"