diff options
-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) |