spec/support/Gemfile in hydra-batch-edit-0.0.6 vs spec/support/Gemfile in hydra-batch-edit-0.0.7

- old
+ new

@@ -1,8 +1,8 @@ source 'https://rubygems.org' -gem 'rails', '3.2.6' +gem 'rails' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' gem 'sqlite3' @@ -13,10 +13,10 @@ group :assets do gem 'sass-rails', '~> 3.2.3' gem 'coffee-rails', '~> 3.2.1' # See https://github.com/sstephenson/execjs#readme for more supported runtimes - # gem 'therubyracer', :platforms => :ruby + gem 'therubyracer', :platforms => :ruby gem 'uglifier', '>= 1.0.3' end gem 'jquery-rails'