mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Update everything in Gemfile
This commit is contained in:
parent
83a5d46470
commit
8c9204a74c
1 changed files with 47 additions and 38 deletions
85
Gemfile.lock
85
Gemfile.lock
|
@ -1,51 +1,60 @@
|
|||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
addressable (2.2.2)
|
||||
bitly (0.6.1)
|
||||
bitly (0.8.0)
|
||||
crack (>= 0.1.4)
|
||||
httparty (>= 0.5.2)
|
||||
oauth2 (>= 0.1.1)
|
||||
builder (3.0.0)
|
||||
configuration (1.2.0)
|
||||
crack (0.1.8)
|
||||
cri (1.0.1)
|
||||
faraday (0.5.4)
|
||||
addressable (~> 2.2.2)
|
||||
multipart-post (~> 1.1.0)
|
||||
rack (>= 1.1.0, < 2)
|
||||
httparty (>= 0.7.6)
|
||||
oauth2 (>= 0.5.0, < 0.9)
|
||||
builder (3.1.4)
|
||||
coderay (1.0.8)
|
||||
colored (1.2)
|
||||
crack (0.3.1)
|
||||
cri (2.3.0)
|
||||
colored (>= 1.2)
|
||||
faraday (0.8.4)
|
||||
multipart-post (~> 1.1)
|
||||
growl (1.0.3)
|
||||
guard (0.3.0)
|
||||
open_gem (~> 1.4.2)
|
||||
thor (~> 0.14.6)
|
||||
guard (1.5.1)
|
||||
listen (>= 0.4.2)
|
||||
lumberjack (>= 1.0.2)
|
||||
pry (>= 0.9.10)
|
||||
thor (>= 0.14.6)
|
||||
guard-nanoc (0.1.0)
|
||||
guard (>= 0.2.1)
|
||||
nanoc (>= 3.1.5)
|
||||
haml (3.0.25)
|
||||
httparty (0.7.2)
|
||||
crack (= 0.1.8)
|
||||
launchy (0.3.7)
|
||||
configuration (>= 0.0.5)
|
||||
rake (>= 0.8.1)
|
||||
mime-types (1.16)
|
||||
multi_json (0.0.5)
|
||||
multipart-post (1.1.0)
|
||||
nanoc (3.1.6)
|
||||
nanoc3 (>= 3.1.6)
|
||||
nanoc3 (3.1.6)
|
||||
cri (>= 1.0.0)
|
||||
nokogiri (1.4.4)
|
||||
oauth2 (0.1.1)
|
||||
faraday (~> 0.5.0)
|
||||
multi_json (~> 0.0.4)
|
||||
open_gem (1.4.2)
|
||||
launchy (~> 0.3.5)
|
||||
rack (1.2.1)
|
||||
rake (0.8.7)
|
||||
haml (3.1.7)
|
||||
httparty (0.9.0)
|
||||
multi_json (~> 1.0)
|
||||
multi_xml
|
||||
httpauth (0.2.0)
|
||||
jwt (0.1.5)
|
||||
multi_json (>= 1.0)
|
||||
listen (0.5.3)
|
||||
lumberjack (1.0.2)
|
||||
method_source (0.8.1)
|
||||
mime-types (1.19)
|
||||
multi_json (1.3.6)
|
||||
multi_xml (0.5.1)
|
||||
multipart-post (1.1.5)
|
||||
nanoc (3.4.1)
|
||||
cri (~> 2.2)
|
||||
nokogiri (1.5.5)
|
||||
oauth2 (0.8.0)
|
||||
faraday (~> 0.8)
|
||||
httpauth (~> 0.1)
|
||||
jwt (~> 0.1.4)
|
||||
multi_json (~> 1.0)
|
||||
rack (~> 1.2)
|
||||
pry (0.9.10)
|
||||
coderay (~> 1.0.5)
|
||||
method_source (~> 0.8)
|
||||
slop (~> 3.3.1)
|
||||
rack (1.4.1)
|
||||
rb-fsevent (0.9.2)
|
||||
rdiscount (1.6.5)
|
||||
rdiscount (1.6.8)
|
||||
rubypants (0.2.0)
|
||||
thor (0.14.6)
|
||||
slop (3.3.3)
|
||||
thor (0.16.0)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
|
Loading…
Reference in a new issue