X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7b1e78e2473adc365f2ef8c72b47115710db8556..1a11c4dc191d93b18fcf5aa917448c8cd6d2556b:/Gemfile diff --git a/Gemfile b/Gemfile index c4d611430..7bb5d7054 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" # Require rails -gem "rails", "6.1.4.1" +gem "rails", "6.1.4.4" # Require json for multi_json gem "json" @@ -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" @@ -46,7 +43,7 @@ gem "active_record_union" gem "bootstrap", "~> 4.5.0" gem "bootstrap_form", "~> 4.0" gem "cancancan" -gem "composite_primary_keys", "~> 13.0.0", "!= 13.0.1" +gem "composite_primary_keys", "~> 13.0.0" gem "config" gem "delayed_job_active_record" gem "http_accept_language", "~> 2.1.1"