diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-29 21:55:37 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-29 21:55:37 +0300 |
commit | f3de30091f7cf12937b868dcaebd65e56cc010d6 (patch) | |
tree | 3da03e6931cbb32e9cc640512ab1b38944345bea /Gemfile | |
parent | include_relative doesn't like double slashes anymore (diff) | |
download | jekyll-theme-f3de30091f7cf12937b868dcaebd65e56cc010d6.tar.gz jekyll-theme-f3de30091f7cf12937b868dcaebd65e56cc010d6.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', '198' +gem 'github-pages', '200' # For some reason, I get `LoadError` if I omit the gems below. gem 'json' gem 'bigdecimal' |