diff options
| author | mo khan <mo@mokhan.ca> | 2013-07-18 16:14:43 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-07-18 16:20:31 -0600 |
| commit | daff1935b82b3800320c643ae8ee78eec9fbdb3c (patch) | |
| tree | 310fdeca84b29e236668182cf1dbce6d8039b066 | |
| parent | 44281bbb8f4c7b39e0a70f584b93a304399d0ce7 (diff) | |
install bootstrap-sass gem
| -rw-r--r-- | Gemfile | 1 | ||||
| -rw-r--r-- | Gemfile.lock | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,7 @@ gem 'pg' # Use SCSS for stylesheets gem 'sass-rails', '~> 4.0.0' +gem 'bootstrap-sass' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index c6b5d0d..efc5a7c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,6 +27,8 @@ GEM tzinfo (~> 0.3.37) arel (4.0.0) atomic (1.1.10) + bootstrap-sass (2.3.2.0) + sass (~> 3.2) builder (3.1.4) capybara (2.1.0) mime-types (>= 1.16) @@ -145,6 +147,7 @@ PLATFORMS ruby DEPENDENCIES + bootstrap-sass coffee-rails (~> 4.0.0) jbuilder (~> 1.2) jquery-rails |
