X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b78bb9f6313f3139ac83784df52bf39a5619d3e7..895b4e72ab7f1c24c17fdbb0b60beb1a2f573551:/Gemfile diff --git a/Gemfile b/Gemfile index 0f65c9c1d..035722963 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" # Require rails -gem "rails", "4.2.8" +gem "rails", "4.2.9" # Require things which have moved to gems in ruby 1.9 gem "bigdecimal", "~> 1.1.0", :platforms => :ruby_19 @@ -46,7 +46,7 @@ gem "composite_primary_keys", "~> 8.1.0" gem "deadlock_retry", ">= 1.2.0" gem "dynamic_form" gem "http_accept_language", "~> 2.0.0" -gem "i18n-js", ">= 3.0.0.rc10" +gem "i18n-js", ">= 3.0.0" gem "oauth-plugin", ">= 0.5.1" gem "paperclip", "~> 4.0" gem "rack-cors"