Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas McDonald <thomasm@palantir.com>2015-08-21 00:13:50 +0300
committerThomas McDonald <thomasm@palantir.com>2015-08-21 00:16:28 +0300
commitec523617a3eb6da5b3e14f878931c769999f89a7 (patch)
treeb1ac9bf978cfc82a8666a770b83057f42089edfe
parentbe17600d7c8f582f220c3fadd065868a380ebb35 (diff)
add jekyll plugins to gemfile
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock6
2 files changed, 7 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 23068bdfeb..adfacbc160 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,6 +5,7 @@ source 'https://rubygems.org'
group :development, :test do
gem 'jekyll', '~> 2.5.2'
+ gem 'jekyll-redirect-from', '~> 0.8.0'
gem 'rouge', '~> 1.7.4'
gem 'sass', '~> 3.4.9'
gem 'scss-lint', '~> 0.31'
diff --git a/Gemfile.lock b/Gemfile.lock
index 725379399c..63b3f42c7f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -34,6 +34,8 @@ GEM
coffee-script (~> 2.2)
jekyll-gist (1.1.0)
jekyll-paginate (1.1.0)
+ jekyll-redirect-from (0.8.0)
+ jekyll (>= 2.0)
jekyll-sass-converter (1.3.0)
sass (~> 3.2)
jekyll-watch (1.2.0)
@@ -73,6 +75,10 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 2.5.2)
+ jekyll-redirect-from (~> 0.8.0)
rouge (~> 1.7.4)
sass (~> 3.4.9)
scss-lint (~> 0.31)
+
+BUNDLED WITH
+ 1.10.5