aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-05-12 16:56:06 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-05-12 16:56:06 +0300
commit5c8620fcbbfb6eac960c7fabf42bcfc856d6218b (patch)
tree39d798f6c273ad3e0fdf80133cfe498d31b73b14 /Gemfile
parentfooter update (diff)
downloadjekyll-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 51cea88..df51e41 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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?