From 54661746ffa9f113c6b489a4d5ba170a27874ad1 Mon Sep 17 00:00:00 2001 From: Azul Date: Thu, 24 Mar 2016 11:10:48 +0100 Subject: upgrade: migrate config environment.rb boot.rb application.rb -> adopted according to http://railsdiff.org/3.2.22.2/4.2.6 Also dropped quite_assets - not sure if this is still needed with rails 4.2. If it is we can bring it back. --- Gemfile | 1 - 1 file changed, 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index bf05642..0df9357 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,6 @@ gem 'client_side_validations-simple_form' gem "haml-rails" gem "bootstrap-sass" gem "sass-rails" -gem 'quiet_assets' # stops logging all the asset requests group :production do gem "uglifier" gem 'therubyracer', :platforms => :ruby -- cgit v1.2.3