mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Update gems, add guard-nanoc
This commit is contained in:
parent
99dca3d3fc
commit
5e01929f40
2 changed files with 21 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -13,3 +13,4 @@ gem 'builder'
|
|||
gem 'fssm'
|
||||
gem 'systemu'
|
||||
gem 'listen'
|
||||
gem 'guard-nanoc'
|
||||
|
|
20
Gemfile.lock
20
Gemfile.lock
|
@ -6,13 +6,24 @@ GEM
|
|||
multi_json (~> 1.3)
|
||||
oauth2 (>= 0.5.0, < 0.9)
|
||||
builder (3.2.2)
|
||||
coderay (1.0.9)
|
||||
colored (1.2)
|
||||
cri (2.3.0)
|
||||
colored (>= 1.2)
|
||||
faraday (0.8.7)
|
||||
multipart-post (~> 1.1)
|
||||
ffi (1.9.0)
|
||||
formatador (0.2.4)
|
||||
fssm (0.2.10)
|
||||
guard (1.8.1)
|
||||
formatador (>= 0.2.4)
|
||||
listen (>= 1.0.0)
|
||||
lumberjack (>= 1.0.2)
|
||||
pry (>= 0.9.10)
|
||||
thor (>= 0.14.6)
|
||||
guard-nanoc (1.0.1)
|
||||
guard (>= 1.8.0)
|
||||
nanoc (>= 3.6.3)
|
||||
haml (4.0.3)
|
||||
tilt
|
||||
httparty (0.11.0)
|
||||
|
@ -25,6 +36,8 @@ GEM
|
|||
rb-fsevent (>= 0.9.3)
|
||||
rb-inotify (>= 0.9)
|
||||
rb-kqueue (>= 0.2)
|
||||
lumberjack (1.0.4)
|
||||
method_source (0.8.1)
|
||||
mime-types (1.23)
|
||||
mini_portile (0.5.1)
|
||||
multi_json (1.7.7)
|
||||
|
@ -40,6 +53,10 @@ GEM
|
|||
jwt (~> 0.1.4)
|
||||
multi_json (~> 1.0)
|
||||
rack (~> 1.2)
|
||||
pry (0.9.12.2)
|
||||
coderay (~> 1.0.5)
|
||||
method_source (~> 0.8)
|
||||
slop (~> 3.4)
|
||||
rack (1.5.2)
|
||||
rake (10.1.0)
|
||||
rb-fsevent (0.9.3)
|
||||
|
@ -50,7 +67,9 @@ GEM
|
|||
rdiscount (2.1.6)
|
||||
rubypants (0.2.0)
|
||||
sass (3.2.9)
|
||||
slop (3.4.5)
|
||||
systemu (2.5.2)
|
||||
thor (0.18.1)
|
||||
tilt (1.4.1)
|
||||
|
||||
PLATFORMS
|
||||
|
@ -60,6 +79,7 @@ DEPENDENCIES
|
|||
bitly
|
||||
builder
|
||||
fssm
|
||||
guard-nanoc
|
||||
haml
|
||||
listen
|
||||
mime-types
|
||||
|
|
Loading…
Reference in a new issue