Skip to content

Commit

Permalink
Update gems. (#24499)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Oct 22, 2017
1 parent 52d99a8 commit 31913e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
source 'https://rubygems.org'

group :development, :test do
gem 'jekyll', '~> 3.6.0'
gem 'jekyll', '~> 3.6.2'
gem 'jekyll-redirect-from', '~> 0.12.1'
gem 'jekyll-sitemap', '~> 1.1.1'
gem 'jekyll-toc', '~> 0.4.0.rc2'
gem 'jekyll-toc', '~> 0.4.0'
end
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GEM
ffi (1.9.18)
ffi (1.9.18-x64-mingw32)
forwardable-extended (2.6.0)
jekyll (3.6.0)
jekyll (3.6.2)
addressable (~> 2.4)
colorator (~> 1.0)
jekyll-sass-converter (~> 1.0)
Expand All @@ -24,7 +24,7 @@ GEM
sass (~> 3.4)
jekyll-sitemap (1.1.1)
jekyll (~> 3.3)
jekyll-toc (0.4.0.rc2)
jekyll-toc (0.4.0)
nokogiri (~> 1.6)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
Expand Down Expand Up @@ -58,10 +58,10 @@ PLATFORMS
x64-mingw32

DEPENDENCIES
jekyll (~> 3.6.0)
jekyll (~> 3.6.2)
jekyll-redirect-from (~> 0.12.1)
jekyll-sitemap (~> 1.1.1)
jekyll-toc (~> 0.4.0.rc2)
jekyll-toc (~> 0.4.0)

BUNDLED WITH
1.15.4

0 comments on commit 31913e0

Please sign in to comment.