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
39 changes: 24 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ GEM
slim (>= 1.3.6, < 4.0)
terminal-table (~> 1.4)
buftok (0.2.0)
builder (3.2.3)
builder (3.2.4)
bullet (5.1.0)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.10.0)
Expand Down Expand Up @@ -649,10 +649,10 @@ GEM
colorize (0.8.1)
columnize (0.8.9)
commonjs (0.2.7)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.7)
connection_pool (2.2.1)
crack (0.3.2)
crass (1.0.3)
crass (1.0.6)
database_cleaner (1.3.0)
debug_inspector (0.0.2)
debugger-linecache (1.2.0)
Expand Down Expand Up @@ -731,7 +731,7 @@ GEM
http-cookie (1.0.2)
domain_name (~> 0.5)
http_parser.rb (0.6.0)
i18n (0.9.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
ip (0.3.1)
jbuilder (2.4.1)
Expand All @@ -755,9 +755,18 @@ GEM
jsonpath (0.5.8)
multi_json
jwt (1.5.2)
kaminari (0.16.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
kaminari (1.2.1)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.1)
kaminari-activerecord (= 1.2.1)
kaminari-core (= 1.2.1)
kaminari-actionview (1.2.1)
actionview
kaminari-core (= 1.2.1)
kaminari-activerecord (1.2.1)
activerecord
kaminari-core (= 1.2.1)
kaminari-core (1.2.1)
kgio (2.9.2)
koala (1.10.0)
addressable
Expand All @@ -779,7 +788,7 @@ GEM
actionpack (>= 4, < 5.1)
activesupport (>= 4, < 5.1)
railties (>= 4, < 5.1)
loofah (2.1.1)
loofah (2.7.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.0)
Expand All @@ -798,7 +807,7 @@ GEM
mime-types (2.99.3)
mimemagic (0.3.2)
mini_mime (1.0.0)
mini_portile2 (2.3.0)
mini_portile2 (2.4.0)
minitest (5.11.3)
minitest-rails (2.2.1)
minitest (~> 5.7)
Expand All @@ -818,8 +827,8 @@ GEM
nested_form (0.3.2)
net-http-persistent (2.9.4)
netrc (0.11.0)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
oauth (0.5.1)
oauth2 (1.2.0)
faraday (>= 0.8, < 0.10)
Expand Down Expand Up @@ -847,7 +856,7 @@ GEM
slop (~> 3.4)
quiet_assets (1.1.0)
railties (>= 3.1, < 5.0)
rack (1.6.10)
rack (1.6.13)
rack-contrib (1.1.0)
rack (>= 0.9.1)
rack-mini-profiler (0.10.7)
Expand Down Expand Up @@ -876,8 +885,8 @@ GEM
rails-deprecated_sanitizer (>= 1.0.1)
rails-footnotes (4.0.2)
rails (>= 3.2)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (4.2.10)
actionpack (= 4.2.10)
activesupport (= 4.2.10)
Expand Down Expand Up @@ -1025,7 +1034,7 @@ GEM
simple_oauth (~> 0.2.0)
typhoeus (1.0.2)
ethon (>= 0.9.0)
tzinfo (1.2.5)
tzinfo (1.2.7)
thread_safe (~> 0.1)
uglifier (2.5.3)
execjs (>= 0.3.0)
Expand Down