forked from wezm/wezm.net
bundle update
This commit is contained in:
parent
c80f6e487c
commit
022a040ae6
2 changed files with 13 additions and 16 deletions
|
@ -1 +1 @@
|
||||||
2.2.0
|
2.2.2
|
||||||
|
|
27
Gemfile.lock
27
Gemfile.lock
|
@ -6,20 +6,18 @@ GEM
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
oauth2 (>= 0.5.0, < 2.0)
|
oauth2 (>= 0.5.0, < 2.0)
|
||||||
builder (3.2.2)
|
builder (3.2.2)
|
||||||
celluloid (0.16.0)
|
|
||||||
timers (~> 4.0.0)
|
|
||||||
coderay (1.1.0)
|
coderay (1.1.0)
|
||||||
colored (1.2)
|
colored (1.2)
|
||||||
cri (2.7.0)
|
cri (2.7.0)
|
||||||
colored (~> 1.2)
|
colored (~> 1.2)
|
||||||
faraday (0.9.1)
|
faraday (0.9.1)
|
||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (>= 1.2, < 3)
|
||||||
ffi (1.9.8)
|
ffi (1.9.10)
|
||||||
formatador (0.2.5)
|
formatador (0.2.5)
|
||||||
fssm (0.2.10)
|
fssm (0.2.10)
|
||||||
guard (2.12.6)
|
guard (2.13.0)
|
||||||
formatador (>= 0.2.4)
|
formatador (>= 0.2.4)
|
||||||
listen (~> 2.7)
|
listen (>= 2.7, <= 4.0)
|
||||||
lumberjack (~> 1.0)
|
lumberjack (~> 1.0)
|
||||||
nenv (~> 0.1)
|
nenv (~> 0.1)
|
||||||
notiffany (~> 0.0)
|
notiffany (~> 0.0)
|
||||||
|
@ -29,23 +27,21 @@ GEM
|
||||||
guard-nanoc (1.0.3)
|
guard-nanoc (1.0.3)
|
||||||
guard (~> 2.8)
|
guard (~> 2.8)
|
||||||
nanoc (~> 3.6)
|
nanoc (~> 3.6)
|
||||||
haml (4.0.6)
|
haml (4.0.7)
|
||||||
tilt
|
tilt
|
||||||
hitimes (1.2.2)
|
|
||||||
httparty (0.13.5)
|
httparty (0.13.5)
|
||||||
json (~> 1.8)
|
json (~> 1.8)
|
||||||
multi_xml (>= 0.5.2)
|
multi_xml (>= 0.5.2)
|
||||||
json (1.8.3)
|
json (1.8.3)
|
||||||
jwt (1.5.0)
|
jwt (1.5.1)
|
||||||
listen (2.10.1)
|
listen (3.0.3)
|
||||||
celluloid (~> 0.16.0)
|
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
rb-inotify (>= 0.9)
|
rb-inotify (>= 0.9)
|
||||||
lumberjack (1.0.9)
|
lumberjack (1.0.9)
|
||||||
method_source (0.8.2)
|
method_source (0.8.2)
|
||||||
mime-types (2.6.1)
|
mime-types (2.6.1)
|
||||||
mini_portile (0.6.2)
|
mini_portile (0.6.2)
|
||||||
multi_json (1.11.1)
|
multi_json (1.11.2)
|
||||||
multi_xml (0.5.5)
|
multi_xml (0.5.5)
|
||||||
multipart-post (2.0.0)
|
multipart-post (2.0.0)
|
||||||
nanoc (3.8.0)
|
nanoc (3.8.0)
|
||||||
|
@ -53,7 +49,7 @@ GEM
|
||||||
nenv (0.2.0)
|
nenv (0.2.0)
|
||||||
nokogiri (1.6.6.2)
|
nokogiri (1.6.6.2)
|
||||||
mini_portile (~> 0.6.0)
|
mini_portile (~> 0.6.0)
|
||||||
notiffany (0.0.6)
|
notiffany (0.0.7)
|
||||||
nenv (~> 0.1)
|
nenv (~> 0.1)
|
||||||
shellany (~> 0.0)
|
shellany (~> 0.0)
|
||||||
oauth2 (1.0.0)
|
oauth2 (1.0.0)
|
||||||
|
@ -73,14 +69,12 @@ GEM
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
rdiscount (2.1.8)
|
rdiscount (2.1.8)
|
||||||
rubypants (0.2.0)
|
rubypants (0.2.0)
|
||||||
sass (3.4.14)
|
sass (3.4.16)
|
||||||
shellany (0.0.1)
|
shellany (0.0.1)
|
||||||
slop (3.6.0)
|
slop (3.6.0)
|
||||||
systemu (2.6.5)
|
systemu (2.6.5)
|
||||||
thor (0.19.1)
|
thor (0.19.1)
|
||||||
tilt (2.0.1)
|
tilt (2.0.1)
|
||||||
timers (4.0.1)
|
|
||||||
hitimes
|
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
@ -100,3 +94,6 @@ DEPENDENCIES
|
||||||
rubypants
|
rubypants
|
||||||
sass
|
sass
|
||||||
systemu
|
systemu
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
1.10.5
|
||||||
|
|
Loading…
Reference in a new issue