Browse files

Update gems.

  • Loading branch information...
1 parent 13734b5 commit 8af91ab967c5485d6e1b59afcf73ee829e375143 @XhmikosR XhmikosR committed Jul 10, 2016
Showing with 6 additions and 4 deletions.
  1. +1 −1 Gemfile
  2. +5 −3 Gemfile.lock
View
2 Gemfile
@@ -2,5 +2,5 @@ source 'https://rubygems.org'
group :development, :test do
gem 'jekyll', '~> 3.1.2'
- gem 'jekyll-sitemap', '~> 0.10.0'
+ gem 'jekyll-sitemap', '~> 0.11.0'
end
View
8 Gemfile.lock
@@ -1,8 +1,9 @@
GEM
remote: https://rubygems.org/
specs:
+ addressable (2.4.0)
colorator (0.1)
- ffi (1.9.10-x64-mingw32)
+ ffi (1.9.13-x64-mingw32)
jekyll (3.1.6)
colorator (~> 0.1)
jekyll-sass-converter (~> 1.0)
@@ -14,7 +15,8 @@ GEM
safe_yaml (~> 1.0)
jekyll-sass-converter (1.4.0)
sass (~> 3.4)
- jekyll-sitemap (0.10.0)
+ jekyll-sitemap (0.11.0)
+ addressable (~> 2.4.0)
jekyll-watch (1.4.0)
listen (~> 3.0, < 3.1)
kramdown (1.11.1)
@@ -35,7 +37,7 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 3.1.2)
- jekyll-sitemap (~> 0.10.0)
+ jekyll-sitemap (~> 0.11.0)
BUNDLED WITH
1.12.5

0 comments on commit 8af91ab

Please sign in to comment.