Compare commits

...

1 commit

Author SHA1 Message Date
Niko Strijbol 47cf2c3614
Experimental Windows support 2020-09-06 22:19:24 +02:00
2 changed files with 12 additions and 17 deletions

View file

@ -2,16 +2,14 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'adsf' gem 'adsf'
gem 'autoprefixer-rails'
gem 'htmlcompressor' gem 'htmlcompressor'
gem 'kramdown' gem 'kramdown'
gem 'mini_racer'
gem 'nanoc' gem 'nanoc'
gem 'pdfkit' gem 'pdfkit'
gem 'sass'
gem 'nokogiri' gem 'nokogiri'
gem 'sassc' gem 'sassc'
gem 'slim' gem 'slim'
gem 'eventmachine', platform: :ruby
group :nanoc do group :nanoc do
gem 'guard-nanoc' gem 'guard-nanoc'
@ -20,4 +18,5 @@ end
group :development do group :development do
gem 'byebug' gem 'byebug'
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
end end

View file

@ -5,8 +5,6 @@ GEM
public_suffix (>= 2.0.2, < 5.0) public_suffix (>= 2.0.2, < 5.0)
adsf (1.4.3) adsf (1.4.3)
rack (>= 1.0.0, < 3.0.0) rack (>= 1.0.0, < 3.0.0)
autoprefixer-rails (9.8.6.3)
execjs
byebug (11.1.3) byebug (11.1.3)
coderay (1.1.3) coderay (1.1.3)
colored (1.2) colored (1.2)
@ -23,8 +21,9 @@ GEM
http_parser.rb (~> 0.6.0) http_parser.rb (~> 0.6.0)
equatable (0.6.1) equatable (0.6.1)
eventmachine (1.2.7) eventmachine (1.2.7)
execjs (2.7.0) eventmachine (1.2.7-x64-mingw32)
ffi (1.13.1) ffi (1.13.1)
ffi (1.13.1-x64-mingw32)
formatador (0.2.5) formatador (0.2.5)
guard (2.16.2) guard (2.16.2)
formatador (>= 0.2.4) formatador (>= 0.2.4)
@ -53,15 +52,12 @@ GEM
json_schema (0.20.9) json_schema (0.20.9)
kramdown (2.3.0) kramdown (2.3.0)
rexml rexml
libv8 (8.4.255.0)
listen (3.2.1) listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.2.7) lumberjack (1.2.7)
method_source (1.0.0) method_source (1.0.0)
mini_portile2 (2.4.0) mini_portile2 (2.4.0)
mini_racer (0.3.1)
libv8 (~> 8.4.255)
multi_json (1.15.0) multi_json (1.15.0)
nanoc (4.11.18) nanoc (4.11.18)
addressable (~> 2.5) addressable (~> 2.5)
@ -99,6 +95,8 @@ GEM
nenv (0.3.0) nenv (0.3.0)
nokogiri (1.10.10) nokogiri (1.10.10)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.4.0)
nokogiri (1.10.10-x64-mingw32)
mini_portile2 (~> 2.4.0)
notiffany (0.1.3) notiffany (0.1.3)
nenv (~> 0.1) nenv (~> 0.1)
shellany (~> 0.0) shellany (~> 0.0)
@ -117,13 +115,10 @@ GEM
ffi (~> 1.0) ffi (~> 1.0)
ref (2.0.0) ref (2.0.0)
rexml (3.2.4) rexml (3.2.4)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.4.0) sassc (2.4.0)
ffi (~> 1.9) ffi (~> 1.9)
sassc (2.4.0-x64-mingw32)
ffi (~> 1.9)
shellany (0.0.1) shellany (0.0.1)
slim (4.1.0) slim (4.1.0)
temple (>= 0.7.6, < 0.9) temple (>= 0.7.6, < 0.9)
@ -138,26 +133,27 @@ GEM
pastel (~> 0.7.0) pastel (~> 0.7.0)
tty-platform (0.3.0) tty-platform (0.3.0)
tty-which (0.4.2) tty-which (0.4.2)
wdm (0.1.1)
zeitwerk (2.4.0) zeitwerk (2.4.0)
PLATFORMS PLATFORMS
ruby ruby
x64-mingw32
DEPENDENCIES DEPENDENCIES
adsf adsf
autoprefixer-rails
byebug byebug
eventmachine
guard-livereload guard-livereload
guard-nanoc guard-nanoc
htmlcompressor htmlcompressor
kramdown kramdown
mini_racer
nanoc nanoc
nokogiri nokogiri
pdfkit pdfkit
sass
sassc sassc
slim slim
wdm (>= 0.1.0)
BUNDLED WITH BUNDLED WITH
2.1.4 2.1.4