forked from wezm/wezm.net
bundle update
This commit is contained in:
parent
fe20c40ec1
commit
4db3c565d3
1 changed files with 65 additions and 55 deletions
120
Gemfile.lock
120
Gemfile.lock
|
@ -1,76 +1,86 @@
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
bitly (0.9.0)
|
bitly (0.10.4)
|
||||||
httparty (>= 0.7.6)
|
httparty (>= 0.7.6)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
oauth2 (>= 0.5.0, < 0.9)
|
oauth2 (>= 0.5.0, < 2.0)
|
||||||
builder (3.2.2)
|
builder (3.2.2)
|
||||||
coderay (1.0.9)
|
celluloid (0.16.0)
|
||||||
|
timers (~> 4.0.0)
|
||||||
|
coderay (1.1.0)
|
||||||
colored (1.2)
|
colored (1.2)
|
||||||
cri (2.3.0)
|
cri (2.7.0)
|
||||||
colored (>= 1.2)
|
colored (~> 1.2)
|
||||||
faraday (0.8.7)
|
faraday (0.9.1)
|
||||||
multipart-post (~> 1.1)
|
multipart-post (>= 1.2, < 3)
|
||||||
ffi (1.9.0)
|
ffi (1.9.8)
|
||||||
formatador (0.2.4)
|
formatador (0.2.5)
|
||||||
fssm (0.2.10)
|
fssm (0.2.10)
|
||||||
guard (1.8.1)
|
guard (2.12.6)
|
||||||
formatador (>= 0.2.4)
|
formatador (>= 0.2.4)
|
||||||
listen (>= 1.0.0)
|
listen (~> 2.7)
|
||||||
lumberjack (>= 1.0.2)
|
lumberjack (~> 1.0)
|
||||||
pry (>= 0.9.10)
|
nenv (~> 0.1)
|
||||||
thor (>= 0.14.6)
|
notiffany (~> 0.0)
|
||||||
guard-nanoc (1.0.1)
|
pry (>= 0.9.12)
|
||||||
guard (>= 1.8.0)
|
shellany (~> 0.0)
|
||||||
nanoc (>= 3.6.3)
|
thor (>= 0.18.1)
|
||||||
haml (4.0.3)
|
guard-nanoc (1.0.3)
|
||||||
|
guard (~> 2.8)
|
||||||
|
nanoc (~> 3.6)
|
||||||
|
haml (4.0.6)
|
||||||
tilt
|
tilt
|
||||||
httparty (0.11.0)
|
hitimes (1.2.2)
|
||||||
multi_json (~> 1.0)
|
httparty (0.13.5)
|
||||||
|
json (~> 1.8)
|
||||||
multi_xml (>= 0.5.2)
|
multi_xml (>= 0.5.2)
|
||||||
httpauth (0.2.0)
|
json (1.8.3)
|
||||||
jwt (0.1.8)
|
jwt (1.5.0)
|
||||||
multi_json (>= 1.5)
|
listen (2.10.1)
|
||||||
listen (1.2.2)
|
celluloid (~> 0.16.0)
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
rb-inotify (>= 0.9)
|
rb-inotify (>= 0.9)
|
||||||
rb-kqueue (>= 0.2)
|
lumberjack (1.0.9)
|
||||||
lumberjack (1.0.4)
|
method_source (0.8.2)
|
||||||
method_source (0.8.1)
|
mime-types (2.6.1)
|
||||||
mime-types (1.23)
|
mini_portile (0.6.2)
|
||||||
mini_portile (0.5.1)
|
multi_json (1.11.1)
|
||||||
multi_json (1.7.7)
|
multi_xml (0.5.5)
|
||||||
multi_xml (0.5.4)
|
multipart-post (2.0.0)
|
||||||
multipart-post (1.2.0)
|
nanoc (3.8.0)
|
||||||
nanoc (3.6.4)
|
|
||||||
cri (~> 2.3)
|
cri (~> 2.3)
|
||||||
nokogiri (1.6.0)
|
nenv (0.2.0)
|
||||||
mini_portile (~> 0.5.0)
|
nokogiri (1.6.6.2)
|
||||||
oauth2 (0.8.1)
|
mini_portile (~> 0.6.0)
|
||||||
faraday (~> 0.8)
|
notiffany (0.0.6)
|
||||||
httpauth (~> 0.1)
|
nenv (~> 0.1)
|
||||||
jwt (~> 0.1.4)
|
shellany (~> 0.0)
|
||||||
multi_json (~> 1.0)
|
oauth2 (1.0.0)
|
||||||
|
faraday (>= 0.8, < 0.10)
|
||||||
|
jwt (~> 1.0)
|
||||||
|
multi_json (~> 1.3)
|
||||||
|
multi_xml (~> 0.5)
|
||||||
rack (~> 1.2)
|
rack (~> 1.2)
|
||||||
pry (0.9.12.2)
|
pry (0.10.1)
|
||||||
coderay (~> 1.0.5)
|
coderay (~> 1.1.0)
|
||||||
method_source (~> 0.8)
|
method_source (~> 0.8.1)
|
||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
rack (1.5.2)
|
rack (1.6.4)
|
||||||
rake (10.1.0)
|
rake (10.4.2)
|
||||||
rb-fsevent (0.9.3)
|
rb-fsevent (0.9.5)
|
||||||
rb-inotify (0.9.0)
|
rb-inotify (0.9.5)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
rb-kqueue (0.2.0)
|
rdiscount (2.1.8)
|
||||||
ffi (>= 0.5.0)
|
|
||||||
rdiscount (2.1.6)
|
|
||||||
rubypants (0.2.0)
|
rubypants (0.2.0)
|
||||||
sass (3.2.9)
|
sass (3.4.14)
|
||||||
slop (3.4.5)
|
shellany (0.0.1)
|
||||||
systemu (2.5.2)
|
slop (3.6.0)
|
||||||
thor (0.18.1)
|
systemu (2.6.5)
|
||||||
tilt (1.4.1)
|
thor (0.19.1)
|
||||||
|
tilt (2.0.1)
|
||||||
|
timers (4.0.1)
|
||||||
|
hitimes
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
Loading…
Reference in a new issue