mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
12 lines
263 B
Text
12 lines
263 B
Text
|
|
source 'https://rubygems.org'
|
||
|
|
|
||
|
|
require 'json'
|
||
|
|
require 'open-uri'
|
||
|
|
versions = JSON.parse(open('https://pages.github.com/versions.json').read)
|
||
|
|
|
||
|
|
gem 'github-pages', versions['github-pages']
|
||
|
|
gem 'bootstrap-sass'
|
||
|
|
gem 'jemoji'
|
||
|
|
gem 'jekyll-mentions'
|
||
|
|
gem 'jekyll-sitemap'
|