]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Update to rails 4.2.5
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index e63bd60c74594265ce6aa1e2401f256f61c11eac..05b93759bff791a28a39eb893f782744fd1ef464 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 "image_optim"
+gem "openstreetmap-image_optim", ">= 0.21.0.1", :require => "image_optim"
 
 # Load rails plugins
 gem "rails-i18n", "~> 4.0.0"
@@ -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"