X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/98de681e4711ad3bf5526e511002c8f0e91860a8..995a5f89c2cbcac2f570c60ffa257f7655756e97:/Gemfile diff --git a/Gemfile b/Gemfile index 90b3d6f2d..9ba270313 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "json" gem "pg", "~> 0.18" # Use SCSS for stylesheets -gem "sass-rails", "~> 5.0" +gem "sassc-rails" # Use Uglifier as compressor for JavaScript assets gem "uglifier", ">= 1.3.0" @@ -32,13 +32,13 @@ gem "jquery-rails" gem "jsonify-rails" # Reduces boot times through caching; required in config/boot.rb -gem 'bootsnap', '>= 1.1.0', require: false +gem "bootsnap", ">= 1.1.0", :require => false # Use R2 for RTL conversion gem "r2", "~> 0.2.7" # Use autoprefixer to generate CSS prefixes -gem "autoprefixer-rails" +gem "autoprefixer-rails", "~> 8.6.3" # Use image_optim to optimise images gem "image_optim_rails"