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:
parent
80850677e1
commit
3062cdfb8f
2 changed files with 104 additions and 91 deletions
12
Gemfile
12
Gemfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue