Skip to content
Open
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
75 changes: 51 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ GEM
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
bcrypt_pbkdf (1.1.0)
builder (3.2.2)
builder (3.2.4)
byebug (3.1.2)
columnize (~> 0.8)
debugger-linecache (~> 1.2)
Expand All @@ -75,8 +75,10 @@ GEM
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
columnize (0.9.0)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
crass (1.0.6)
database_cleaner (1.5.1)
date (3.3.3)
debugger-linecache (1.2.0)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
Expand All @@ -90,8 +92,8 @@ GEM
activesupport (~> 4.0)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
globalid (0.3.6)
activesupport (>= 4.1.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
grape (0.17.0)
activesupport
builder
Expand All @@ -116,35 +118,59 @@ GEM
i18n (0.9.5)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
json (1.8.3)
kaminari (0.16.3)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
json (1.8.6)
kaminari (1.2.2)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2)
kaminari-activerecord (= 1.2.2)
kaminari-core (= 1.2.2)
kaminari-actionview (1.2.2)
actionview
kaminari-core (= 1.2.2)
kaminari-activerecord (1.2.2)
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
kramdown (1.9.0)
loofah (2.0.3)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.6.3)
mime-types (>= 1.16, < 3)
mime-types (2.99)
mini_portile2 (2.0.0)
mail (2.8.0.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
mini_mime (1.1.2)
mini_portile2 (2.8.1)
minitest (5.9.0)
minitest-around (0.3.2)
minitest (~> 5.0)
multi_json (1.12.1)
multi_xml (0.5.5)
mustermann19 (0.4.4)
enumerable-lazy
net-imap (0.3.4)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
timeout
net-scp (3.0.0)
net-ssh (>= 2.6.5, < 7.0.0)
net-smtp (0.3.3)
net-protocol
net-ssh (6.1.0)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
nokogiri (1.14.0)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
pg (0.18.4)
pony (1.11)
mail (>= 2.0)
rabl (0.11.8)
activesupport (>= 2.3.14)
rack (1.6.4)
racc (1.6.2)
rack (1.6.13)
rack-accept (0.4.5)
rack (>= 0.4)
rack-cors (0.4.0)
Expand All @@ -154,14 +180,14 @@ GEM
rack (>= 1.0)
rack_csrf (2.5.0)
rack (>= 1.1.0)
rails-deprecated_sanitizer (1.0.3)
rails-deprecated_sanitizer (1.0.4)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.7)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-dom-testing (1.0.9)
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (4.2.5.1)
actionpack (= 4.2.5.1)
activesupport (= 4.2.5.1)
Expand All @@ -181,9 +207,10 @@ GEM
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
thor (0.19.1)
thread_safe (0.3.5)
thread_safe (0.3.6)
tilt (2.0.2)
tzinfo (1.2.2)
timeout (0.3.1)
tzinfo (1.2.10)
thread_safe (~> 0.1)
virtus (1.0.5)
axiom-types (~> 0.1)
Expand Down