]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Update to tails 4.2.5.1
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 05b93759bff791a28a39eb893f782744fd1ef464..1653c98469030d4969a7f7c5aed3df650b2f0925 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
 source "https://rubygems.org"
 
 # Require rails
-gem "rails", "4.2.5"
+gem "rails", "4.2.5.1"
 
 # Require things which have moved to gems in ruby 1.9
 gem "bigdecimal", "~> 1.1.0", :platforms => :ruby_19
@@ -38,7 +38,7 @@ gem "r2"
 gem "autoprefixer-rails"
 
 # Use image_optim to optimise images
-gem "openstreetmap-image_optim", ">= 0.21.0.1", :require => "image_optim"
+gem "image_optim", ">= 0.22.0"
 
 # Load rails plugins
 gem "rails-i18n", "~> 4.0.0"
@@ -54,6 +54,9 @@ gem "i18n-js", ">= 3.0.0.rc10"
 gem "rack-cors"
 gem "actionpack-page_caching"
 
+# Sanitise URIs
+gem "rack-uri_sanitizer"
+
 # Omniauth for authentication
 gem "omniauth"
 gem "omniauth-openid"
@@ -88,6 +91,9 @@ gem "kgio"
 # Used to generate logstash friendly log files
 gem "logstasher"
 
+# Stay with sprockets-rails 2.x pending fix for konacha
+gem "sprockets-rails", "< 3"
+
 # Gems useful for development
 group :development do
   gem "vendorer"