diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-10-28 17:02:18 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-10-28 17:02:18 +0300 |
commit | 48af959b97f54a433ec180fedf90a965067d160d (patch) | |
tree | 73b1f01950b0f422de355b3760a9f88d24811a50 /Gemfile | |
parent | bump dependencies (diff) | |
download | jekyll-theme-48af959b97f54a433ec180fedf90a965067d160d.tar.gz jekyll-theme-48af959b97f54a433ec180fedf90a965067d160d.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', '183' +gem 'github-pages', '192' # For some reason, I get `LoadError` if I omit the gems below. gem 'json' gem 'bigdecimal' |