diff options
| author | XhmikosR <[email protected]> | 2016-02-23 09:08:22 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-02-23 09:08:22 +0200 |
| commit | de9760935813de540cbd26f66b8719c555165d95 (patch) | |
| tree | 17739df6f09f4dd3bd18d74a42916780fe71400c | |
| parent | 57dcd0409328ba25182b473c865ec10911856a2f (diff) | |
| download | bootstrap-de9760935813de540cbd26f66b8719c555165d95.tar.xz bootstrap-de9760935813de540cbd26f66b8719c555165d95.zip | |
Update Jekyll to v3.1.2.
[skip sauce]
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ source 'https://rubygems.org' group :development, :test do - gem 'jekyll', '~> 3.1.1' + gem 'jekyll', '~> 3.1.2' gem 'jekyll-redirect-from', '~> 0.9.1' gem 'jekyll-sitemap', '~> 0.10.0' gem 'sass', '~> 3.4.21' diff --git a/Gemfile.lock b/Gemfile.lock index 7cf8737e6..253941fea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ GEM colorator (0.1) ffi (1.9.10) ffi (1.9.10-x64-mingw32) - jekyll (3.1.1) + jekyll (3.1.2) colorator (~> 0.1) jekyll-sass-converter (~> 1.0) jekyll-watch (~> 1.1) @@ -42,7 +42,7 @@ PLATFORMS x64-mingw32 DEPENDENCIES - jekyll (~> 3.1.1) + jekyll (~> 3.1.2) jekyll-redirect-from (~> 0.9.1) jekyll-sitemap (~> 0.10.0) sass (~> 3.4.21) |
