X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/037585db3933a2954b43bd4b30ea5e30ade00be2..36cbda3c80beac9496316389d4f082383ed4322a:/Gemfile diff --git a/Gemfile b/Gemfile index 3c8c3548b..e63bd60c7 100644 --- a/Gemfile +++ b/Gemfile @@ -3,9 +3,6 @@ source "https://rubygems.org" # Require rails gem "rails", "4.2.4" -# Sprockets 3 seems to be buggy, so stick with 2 for now -gem "sprockets", "~> 2.12.3" - # Require things which have moved to gems in ruby 1.9 gem "bigdecimal", "~> 1.1.0", :platforms => :ruby_19 @@ -40,6 +37,9 @@ gem "r2" # Use autoprefixer to generate CSS prefixes gem "autoprefixer-rails" +# Use image_optim to optimise images +gem "image_optim" + # Load rails plugins gem "rails-i18n", "~> 4.0.0" gem "dynamic_form"