Title / Description
Code diff --git a/Gemfile b/Gemfile index d204f5c..4564cd9 100644 --- a/Gemfile +++ b/Gemfile @@ -7,15 +7,16 @@ gem 'rails', '3.2.13' # gem 'rails', :git => 'git://github.com/rails/rails.git' gem "pg" -gem "haml-rails" +# gem "haml-rails" gem "squeel" gem "thin" # Gems used only for assets and not required # in production environments by default. group :assets do - gem 'sass-rails', '~> 3.2.3' + # gem 'sass-rails', '~> 3.2.3' gem 'coffee-rails', '~> 3.2.1' + gem "quiet_assets" # See https://github.com/sstephenson/execjs#readme for more supported runtimes gem 'therubyracer',"0.10.1"
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code