X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7b1e78e2473adc365f2ef8c72b47115710db8556..f1e0212af3e949a876239ba2c515884052c3676d:/Gemfile diff --git a/Gemfile b/Gemfile index c4d611430..7ee75cb66 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"