Skip to content

Commit

Permalink
Update GitHub Pages gems
Browse files Browse the repository at this point in the history
Update gems required for the use of GitHub Pages to the latest supported
versions.
  • Loading branch information
fpigerre committed Oct 5, 2015
1 parent 9575eea commit 2413097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ source 'https://rubygems.org'

# Freeze to GitHub Pages versions:
# https://pages.github.com/versions/
gem 'github-pages', '~> 28'
gem 'github-pages', '~> 39'
gem 'jekyll', '~> 2.4.0'
gem 'kramdown', '~> 1.3.1'
gem 'kramdown', '~> 1.5.0'

group :test do
gem 'rake'
Expand Down

0 comments on commit 2413097

Please sign in to comment.