Skip to content

Commit

Permalink
Update Gems
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlgo11 committed Apr 26, 2016
1 parent f945765 commit cb5b295
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 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', '~> 40'
gem 'jekyll', '~> 2.4.0'
gem 'kramdown', '~> 1.9.0'
gem 'github-pages', '~> 75'
gem 'jekyll', '~> 3.0.4'
gem 'kramdown', '~> 1.10.0'

group :test do
gem 'rake'
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ img: img/logo.png
exclude:
- CNAME
- CONTRIBUTING.md
- EXCLUSION.md
- Gemfile
- LICENSE
- README.md
Expand Down

0 comments on commit cb5b295

Please sign in to comment.