]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Switch back to the upsteam image_optim
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 4a00841ec1ca30289375a7646d19d5b5ca0c6eb9..8f81ab3ec943e7b46bbd6eea9cb15eb374e93179 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
 source "https://rubygems.org"
 
 # Require rails
-gem "rails", "4.2.4"
+gem "rails", "4.2.5"
 
 # 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"