Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 40 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
akami (1.3.1)
gyoku (>= 0.4.0)
nokogiri
builder (3.2.3)
builder (3.2.4)
coderay (1.0.9)
date (3.3.3)
diff-lcs (1.2.4)
ffi (1.9.0)
ffi (1.9.0-x86-mingw32)
Expand All @@ -27,22 +30,40 @@ GEM
guard-rspec (3.0.2)
guard (>= 1.8)
rspec (~> 2.13)
gyoku (1.3.1)
gyoku (1.4.0)
builder (>= 2.1.2)
httpi (2.4.2)
rexml (~> 3.0)
httpi (3.0.1)
rack
socksify
json (1.8.6)
jwt (1.5.6)
listen (1.3.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
lumberjack (1.0.4)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
method_source (0.8.2)
mini_portile2 (2.1.0)
nokogiri (1.7.2)
mini_portile2 (~> 2.1.0)
mini_mime (1.1.2)
mini_portile2 (2.8.1)
net-imap (0.3.4)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
timeout
net-smtp (0.3.3)
net-protocol
nokogiri (1.14.2)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.14.2-x86-mingw32)
racc (~> 1.4)
nori (2.6.0)
pry (0.9.12.2)
coderay (~> 1.0.5)
Expand All @@ -53,13 +74,16 @@ GEM
method_source (~> 0.8)
slop (~> 3.4)
win32console (~> 1.3)
rack (2.0.3)
public_suffix (5.0.1)
racc (1.6.2)
rack (3.0.6.1)
rake (10.1.0)
rb-fsevent (0.9.3)
rb-inotify (0.9.1)
ffi (>= 0.5.0)
rb-kqueue (0.2.0)
ffi (>= 0.5.0)
rexml (3.2.5)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
Expand All @@ -68,19 +92,21 @@ GEM
rspec-expectations (2.14.2)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.3)
savon (2.11.1)
savon (2.14.0)
akami (~> 1.2)
builder (>= 2.1.2)
gyoku (~> 1.2)
httpi (~> 2.3)
nokogiri (>= 1.4.0)
httpi (>= 2.4.5)
mail (~> 2.5)
nokogiri (>= 1.8.1)
nori (~> 2.4)
wasabi (~> 3.4)
slop (3.4.6)
socksify (1.7.1)
thor (0.18.1)
wasabi (3.5.0)
httpi (~> 2.0)
timeout (0.3.2)
wasabi (3.8.0)
addressable
httpi (~> 3.0)
nokogiri (>= 1.4.2)
win32console (1.3.2-x86-mingw32)

Expand Down