diff options
| author | XhmikosR <[email protected]> | 2015-11-23 09:35:08 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-12-01 08:49:01 +0200 |
| commit | 607c398f4ccbcca88821a440c5b41ea59e856213 (patch) | |
| tree | 55bae403547c300b11f11c717198538235dca76a | |
| parent | 79c3dfec7a370e24ced4bd6cb49d8607dc7fb7f4 (diff) | |
| download | bootstrap-607c398f4ccbcca88821a440c5b41ea59e856213.tar.xz bootstrap-607c398f4ccbcca88821a440c5b41ea59e856213.zip | |
Bump gems.
[skip sauce]
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 8 |
2 files changed, 6 insertions, 4 deletions
@@ -4,7 +4,7 @@ source 'https://rubygems.org' group :development, :test do - gem 'jekyll', '~> 3.0.0' + gem 'jekyll', '~> 3.0.1' gem 'jekyll-redirect-from', '~> 0.9.0' gem 'jekyll-sitemap', '~> 0.9.0' gem 'sass', '~> 3.4.19' diff --git a/Gemfile.lock b/Gemfile.lock index c3af43068..df6853ee5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,8 @@ GEM specs: colorator (0.1) ffi (1.9.10) - jekyll (3.0.0) + ffi (1.9.10-x64-mingw32) + jekyll (3.0.1) colorator (~> 0.1) jekyll-sass-converter (~> 1.0) jekyll-watch (~> 1.1) @@ -21,7 +22,7 @@ GEM listen (~> 3.0) kramdown (1.9.0) liquid (3.0.6) - listen (3.0.3) + listen (3.0.5) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) mercenary (0.3.5) @@ -38,9 +39,10 @@ GEM PLATFORMS ruby + x64-mingw32 DEPENDENCIES - jekyll (~> 3.0.0) + jekyll (~> 3.0.1) jekyll-redirect-from (~> 0.9.0) jekyll-sitemap (~> 0.9.0) sass (~> 3.4.19) |
