diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-01-19 06:06:36 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-01-19 06:06:36 +0300 |
commit | 609b710664a0e9ceeeeb676f2428dc5113181551 (patch) | |
tree | 94443607213359b39b70607609d3a16c88892163 /Gemfile | |
parent | bump dependencies (diff) | |
download | jekyll-theme-609b710664a0e9ceeeeb676f2428dc5113181551.tar.gz jekyll-theme-609b710664a0e9ceeeeb676f2428dc5113181551.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', '192' +gem 'github-pages', '193' # For some reason, I get `LoadError` if I omit the gems below. gem 'json' gem 'bigdecimal' |