diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-07-05 16:15:28 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-07-05 16:15:28 +0300 |
commit | fce1bbd01f920c60127cff487c38b083743b4b73 (patch) | |
tree | 747f31c74b9b41f20488b476d4f6e9d3cc18c6c4 /Gemfile | |
parent | bump dependencies (diff) | |
download | jekyll-theme-fce1bbd01f920c60127cff487c38b083743b4b73.tar.gz jekyll-theme-fce1bbd01f920c60127cff487c38b083743b4b73.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', '193' +gem 'github-pages', '198' # For some reason, I get `LoadError` if I omit the gems below. gem 'json' gem 'bigdecimal' |