gotta stay up to date

This commit is contained in:
Lorin Werthen 2017-01-07 15:47:35 +01:00
parent 70e8779c81
commit a2759a1351
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# frozen_string_literal: true # frozen_string_literal: true
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'nanoc', '4.4.6' gem 'nanoc', '4.4.7'
gem 'kramdown' gem 'kramdown'
gem 'coffee-script' gem 'coffee-script'
gem 'sass' gem 'sass'

View file

@ -59,7 +59,7 @@ GEM
css_press css_press
multi_js (0.1.0) multi_js (0.1.0)
uglifier (~> 2) uglifier (~> 2)
nanoc (4.4.6) nanoc (4.4.7)
cri (~> 2.3) cri (~> 2.3)
hamster (~> 3.0) hamster (~> 3.0)
ref (~> 2.0) ref (~> 2.0)
@ -108,7 +108,7 @@ DEPENDENCIES
html_press html_press
icalendar icalendar
kramdown kramdown
nanoc (= 4.4.6) nanoc (= 4.4.7)
sass sass
terminal-notifier-guard terminal-notifier-guard
therubyracer therubyracer

View file

@ -7,6 +7,6 @@
"license": "MIT", "license": "MIT",
"repository": "https://github.com/ZeusWPI/zeus.ugent.be", "repository": "https://github.com/ZeusWPI/zeus.ugent.be",
"dependencies": { "dependencies": {
"bulma": "^0.2.3" "bulma": "git://github.com/werthen/bulma.git#master"
} }
} }