X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/71255ea666faa8d27cc4edd791e84bc75bcbcb06..3cb0613db18dba1b42bb72a89e75dd15489aa541:/Gemfile diff --git a/Gemfile b/Gemfile index f16f44a3a..fee9abb2d 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'http://rubygems.org' # Require rails -gem 'rails', '3.2.10' +gem 'rails', '3.2.11' # Require things which have moved to gems in ruby 1.9 gem 'bigdecimal', :platforms => :ruby_19 @@ -66,6 +66,6 @@ group :assets do gem 'sass-rails', '~> 3.2.3' gem 'coffee-rails', '~> 3.2.1' gem 'uglifier', '>= 1.0.3' - gem 'therubyracer' + gem 'therubyracer', '~> 0.10.2' gem 'ejs' end