mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Add rake and systemu to Gemfile
This commit is contained in:
parent
7cf3653cb4
commit
4b3d7e4cdd
2 changed files with 6 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -1,5 +1,6 @@
|
|||
source :rubygems
|
||||
|
||||
gem 'rake'
|
||||
gem 'mime-types'
|
||||
gem 'nanoc'
|
||||
gem 'bitly'
|
||||
|
@ -13,3 +14,4 @@ gem 'rb-fsevent'
|
|||
gem 'guard'
|
||||
gem 'guard-nanoc'
|
||||
gem 'growl'
|
||||
gem 'systemu'
|
||||
|
|
|
@ -50,11 +50,13 @@ GEM
|
|||
method_source (~> 0.8)
|
||||
slop (~> 3.3.1)
|
||||
rack (1.4.1)
|
||||
rake (0.9.2.2)
|
||||
rb-fsevent (0.9.2)
|
||||
rdiscount (1.6.8)
|
||||
rubypants (0.2.0)
|
||||
sass (3.2.1)
|
||||
slop (3.3.3)
|
||||
systemu (2.5.2)
|
||||
thor (0.16.0)
|
||||
|
||||
PLATFORMS
|
||||
|
@ -70,7 +72,9 @@ DEPENDENCIES
|
|||
mime-types
|
||||
nanoc
|
||||
nokogiri
|
||||
rake
|
||||
rb-fsevent
|
||||
rdiscount
|
||||
rubypants
|
||||
sass
|
||||
systemu
|
||||
|
|
Loading…
Reference in a new issue