summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-07-18 16:14:43 -0600
committermo khan <mo@mokhan.ca>2013-07-18 16:20:31 -0600
commitdaff1935b82b3800320c643ae8ee78eec9fbdb3c (patch)
tree310fdeca84b29e236668182cf1dbce6d8039b066
parent44281bbb8f4c7b39e0a70f584b93a304399d0ce7 (diff)
install bootstrap-sass gem
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock3
2 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 28ed0aa..c26ea32 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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