diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -25,12 +25,7 @@ group :assets do gem 'sass-rails', '~> 3.2.3' gem 'coffee-rails', '~> 3.2.1' gem 'compass-rails' - - # See https://github.com/sstephenson/execjs#readme for more supported runtimes - gem 'therubyracer' - - gem 'uglifier', '>= 1.0.3' - + gem 'uglifier', '>= 1.3.0' end gem 'json' @@ -40,7 +35,6 @@ gem 'jquery-rails' group :development do gem 'factory_girl_rails' gem 'factory_girl' - gem "rails-erd", "~> 0.4.5" end group :test do |