diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-12 16:56:06 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-12 16:56:06 +0300 |
commit | 5c8620fcbbfb6eac960c7fabf42bcfc856d6218b (patch) | |
tree | 39d798f6c273ad3e0fdf80133cfe498d31b73b14 /Gemfile | |
parent | footer update (diff) | |
download | jekyll-theme-5c8620fcbbfb6eac960c7fabf42bcfc856d6218b.tar.gz jekyll-theme-5c8620fcbbfb6eac960c7fabf42bcfc856d6218b.zip |
bump dependencies
* Switch from http://rubygems.org/ to httpS://rubygems.org/.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -source 'http://rubygems.org' +source 'https://rubygems.org' gem 'github-pages' gem 'rouge' gem 'wdm', '~> 0.1.0' if Gem.win_platform? |