X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0e9e6e6f8f15e6dbdd208cd741386562e2aceee8..44629832dd0207d7b0f50b93f1d00b4373dd4d49:/Gemfile diff --git a/Gemfile b/Gemfile index c1ca5fa35..958824e82 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'http://rubygems.org' # Require rails -gem 'rails', '4.0.0' +gem 'rails', '4.0.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 'ejs' # Load rails plugins -gem 'rails-i18n', ">= 0.6.3" +gem 'rails-i18n', "~> 4.0.0" gem 'dynamic_form' gem 'rinku', '>= 1.2.2', :require => 'rails_rinku' gem 'oauth-plugin', '>= 0.5.1'