]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Drop max_id from the changeset feed URL
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 1521ea0e66dd7f9c5305eefc714a27b817299e17..11008d9431190bf1cfd15f8ee2fb5dc170aa1017 100644 (file)
--- 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
@@ -34,9 +34,6 @@ gem 'jsonify-rails'
 # Use R2 for RTL conversion
 gem 'r2'
 
-# Use ejs for javascript templates
-gem 'ejs'
-
 # Load rails plugins
 gem 'rails-i18n', "~> 4.0.0"
 gem 'dynamic_form'