diff options
author | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-04-28 13:58:09 +0200 |
---|---|---|
committer | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-05-02 13:31:07 +0200 |
commit | 535599f1634f502644d5024c54edd01297850a07 (patch) | |
tree | d66061613688fd8b6e5c086589984173e37f0918 | |
parent | ca434b16cc07c169735953a95d0edb9bb0ca3808 (diff) |
add bootstrap-sass gem
-rw-r--r-- | Gemfile | 3 | ||||
-rw-r--r-- | Gemfile.lock | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -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) |