diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-11-11 01:47:05 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-11-11 01:47:05 +0300 |
commit | 932807423b002b4d0bcddf93437a6a12caf282dd (patch) | |
tree | ef4ee5d7e74f8aee4704dd882c5ae3eed6af72f5 /Gemfile | |
parent | bump dependencies (diff) | |
download | jekyll-theme-932807423b002b4d0bcddf93437a6a12caf282dd.tar.gz jekyll-theme-932807423b002b4d0bcddf93437a6a12caf282dd.zip |
bump dependencies
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ source 'https://rubygems.org' -gem 'github-pages', '164' +gem 'github-pages', '168' # For some reason, I get `LoadError` if I omit the gems below. gem 'json' gem 'bigdecimal' |