mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
It appears systemu is needed
This commit is contained in:
parent
da8d825584
commit
4f9d6a8f6b
2 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -11,3 +11,4 @@ gem 'rubypants'
|
||||||
gem 'nokogiri'
|
gem 'nokogiri'
|
||||||
gem 'builder'
|
gem 'builder'
|
||||||
gem 'fssm'
|
gem 'fssm'
|
||||||
|
gem 'systemu'
|
||||||
|
|
|
@ -38,6 +38,7 @@ GEM
|
||||||
rdiscount (1.6.8)
|
rdiscount (1.6.8)
|
||||||
rubypants (0.2.0)
|
rubypants (0.2.0)
|
||||||
sass (3.2.1)
|
sass (3.2.1)
|
||||||
|
systemu (2.5.2)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
@ -54,3 +55,4 @@ DEPENDENCIES
|
||||||
rdiscount
|
rdiscount
|
||||||
rubypants
|
rubypants
|
||||||
sass
|
sass
|
||||||
|
systemu
|
||||||
|
|
Loading…
Reference in a new issue