diff --git a/Gemfile b/Gemfile --- a/Gemfile +++ b/Gemfile @@ -49,6 +49,11 @@ #syntax highlighter gem 'rouge' +#add bootstrap +gem 'bootstrap-sass', '~> 3.2.0' +gem 'autoprefixer-rails' + + gem 'haml' gem 'mail' gem 'rdiscount'