diff options
author | DavisLWebb <davislwebb@ymail.com> | 2014-02-27 17:56:31 -0500 |
---|---|---|
committer | DavisLWebb <davislwebb@ymail.com> | 2014-02-27 17:56:31 -0500 |
commit | 8cb882e53dec7c97ceca0438f9bfdce050766109 (patch) | |
tree | 1f24859bc5aa571c80e37ccda5a9df86d05f6d8e /Gemfile | |
parent | 1b0022eca5cfbab8bfee72030d45443bf9d44af7 (diff) |
Booted the strap
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '4.0.2' +gem 'bootstrap-sass' + # Use sqlite3 as the database for Active Record gem 'sqlite3' |