X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7b1e78e2473adc365f2ef8c72b47115710db8556..bb7f5ac2c8cf74669b421e7ae346a0cdd1ba5186:/Gemfile diff --git a/Gemfile b/Gemfile index c4d611430..e17772d34 100644 --- a/Gemfile +++ b/Gemfile @@ -24,9 +24,6 @@ gem "jbuilder", "~> 2.7" # Reduces boot times through caching; required in config/boot.rb gem "bootsnap", ">= 1.4.2", :require => false -# Block upgrades to sprockets-rails 3.4.0 -gem "sprockets-rails", "< 3.4.0" - # Use R2 for RTL conversion gem "r2", "~> 0.2.7" @@ -49,6 +46,7 @@ gem "cancancan" gem "composite_primary_keys", "~> 13.0.0", "!= 13.0.1" gem "config" gem "delayed_job_active_record" +gem "frozen_record" gem "http_accept_language", "~> 2.1.1" gem "i18n-js", ">= 3.0.0" gem "oauth-plugin", ">= 0.5.1"