X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/445e608bae2fb62df9522388e4d7c3f5ee843441..d02ea8a1332fc7c32749ab479d68d44e2e76cdfa:/Gemfile diff --git a/Gemfile b/Gemfile index a2c3670e5..8f81ab3ec 100644 --- a/Gemfile +++ b/Gemfile @@ -1,10 +1,7 @@ source "https://rubygems.org" # Require rails -gem "rails", "4.2.1" - -# Sprockets 3 seems to be buggy, so stick with 2 for now -gem "sprockets", "~> 2.12.3" +gem "rails", "4.2.5" # 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", ">= 0.22.0" + # Load rails plugins gem "rails-i18n", "~> 4.0.0" gem "dynamic_form" @@ -57,7 +57,7 @@ gem "actionpack-page_caching" # Omniauth for authentication gem "omniauth" gem "omniauth-openid" -gem "openstreetmap-omniauth-google-oauth2", ">= 0.2.6.1", :require => "omniauth-google-oauth2" +gem "omniauth-google-oauth2", ">= 0.2.7" gem "omniauth-facebook" gem "omniauth-windowslive" @@ -85,6 +85,9 @@ gem "soap4r-ruby1.9" gem "dalli" gem "kgio" +# Used to generate logstash friendly log files +gem "logstasher" + # Gems useful for development group :development do gem "vendorer"