From 535599f1634f502644d5024c54edd01297850a07 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Mon, 28 Apr 2014 13:58:09 +0200 Subject: add bootstrap-sass gem --- Gemfile | 3 +++ Gemfile.lock | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Gemfile b/Gemfile index d7eda04..6a46b6c 100644 --- a/Gemfile +++ b/Gemfile @@ -16,3 +16,6 @@ gem "builder", "~> 3.0" # for article summaries gem "nokogiri" + +# we use bootstrap-sass +gem "bootstrap-sass" diff --git a/Gemfile.lock b/Gemfile.lock index 54ba25b..a493760 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,6 +8,8 @@ GEM thread_safe (~> 0.1) tzinfo (~> 0.3.37) addressable (2.3.6) + bootstrap-sass (3.1.1.1) + sass (~> 3.2) builder (3.2.2) chunky_png (1.3.0) coffee-script (2.2.0) @@ -122,6 +124,7 @@ PLATFORMS ruby DEPENDENCIES + bootstrap-sass builder (~> 3.0) middleman (~> 3.3.2) middleman-blog (~> 3.5.2) -- cgit v1.2.1