update all the things
This commit is contained in:
parent
a2759a1351
commit
7313dd2e90
3 changed files with 6 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -1,7 +1,7 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'nanoc', '4.4.7'
|
gem 'nanoc', '4.5.4'
|
||||||
gem 'kramdown'
|
gem 'kramdown'
|
||||||
gem 'coffee-script'
|
gem 'coffee-script'
|
||||||
gem 'sass'
|
gem 'sass'
|
||||||
|
|
|
@ -19,6 +19,7 @@ GEM
|
||||||
csspool-st (= 3.1.2)
|
csspool-st (= 3.1.2)
|
||||||
json
|
json
|
||||||
csspool-st (3.1.2)
|
csspool-st (3.1.2)
|
||||||
|
ddplugin (1.0.0)
|
||||||
execjs (2.7.0)
|
execjs (2.7.0)
|
||||||
ffi (1.9.14)
|
ffi (1.9.14)
|
||||||
formatador (0.2.5)
|
formatador (0.2.5)
|
||||||
|
@ -59,8 +60,9 @@ GEM
|
||||||
css_press
|
css_press
|
||||||
multi_js (0.1.0)
|
multi_js (0.1.0)
|
||||||
uglifier (~> 2)
|
uglifier (~> 2)
|
||||||
nanoc (4.4.7)
|
nanoc (4.5.4)
|
||||||
cri (~> 2.3)
|
cri (~> 2.3)
|
||||||
|
ddplugin (~> 1.0)
|
||||||
hamster (~> 3.0)
|
hamster (~> 3.0)
|
||||||
ref (~> 2.0)
|
ref (~> 2.0)
|
||||||
nenv (0.3.0)
|
nenv (0.3.0)
|
||||||
|
@ -108,7 +110,7 @@ DEPENDENCIES
|
||||||
html_press
|
html_press
|
||||||
icalendar
|
icalendar
|
||||||
kramdown
|
kramdown
|
||||||
nanoc (= 4.4.7)
|
nanoc (= 4.5.4)
|
||||||
sass
|
sass
|
||||||
terminal-notifier-guard
|
terminal-notifier-guard
|
||||||
therubyracer
|
therubyracer
|
||||||
|
|
|
@ -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": "git://github.com/werthen/bulma.git#master"
|
"bulma": "git://github.com/jgthms/bulma.git#master"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue