Skip to content

Commit

Permalink
Update github-pages and kramdown gems
Browse files Browse the repository at this point in the history
  • Loading branch information
fpigerre committed Jan 11, 2016
1 parent 645a0c8 commit dc4e7b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
source 'https://rubygems.org'

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

group :test do
gem 'rake'
Expand Down

0 comments on commit dc4e7b4

Please sign in to comment.