test
Diff
code posted
created at 01 Jul 02:21
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
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" |
636 Bytes in 3 ms with coderay