1
0
Fork 0
mirror of https://github.com/zrgn/zrgn.github.io synced 2025-06-26 13:48:34 +00:00

update gem and ruby deps to be inline with github-pages

This commit is contained in:
Adam Price 2020-07-16 11:53:50 -04:00
parent 80850677e1
commit 3062cdfb8f
2 changed files with 104 additions and 91 deletions

12
Gemfile
View file

@ -1,2 +1,12 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
require 'json'
require 'open-uri'
ghp_vers = JSON.parse(::URI.open('https://pages.github.com/versions.json').read)
ruby "~> #{ghp_vers['ruby']}"
group :jekyll_plugins do
gem 'github-pages', "~> #{ghp_vers['github-pages']}"
end