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
40 changes: 20 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ GEM
arbre (1.1.1)
activesupport (>= 3.0.0)
arel (9.0.0)
bcrypt (3.1.12)
bcrypt (3.1.13)
bindex (0.5.0)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
bootsnap (1.3.2)
msgpack (~> 1.0)
builder (3.2.3)
builder (3.2.4)
byebug (10.0.2)
cancancan (2.3.0)
coderay (1.1.2)
Expand All @@ -75,18 +75,18 @@ GEM
execjs
coffee-script-source (1.12.2)
commonjs (0.2.7)
concurrent-ruby (1.1.4)
crass (1.0.4)
concurrent-ruby (1.1.6)
crass (1.0.6)
debug_inspector (0.0.3)
devise (4.5.0)
devise (4.7.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
devise-i18n (1.7.0)
devise (>= 4.5)
erubi (1.8.0)
erubi (1.9.0)
execjs (2.7.0)
ffi (1.9.25)
formtastic (3.1.5)
Expand All @@ -100,7 +100,7 @@ GEM
activesupport (>= 4.1)
humanize_boolean (0.0.2)
i18n
i18n (1.3.0)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
inherited_resources (1.9.0)
actionpack (>= 4.2, < 5.3)
Expand Down Expand Up @@ -137,7 +137,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.2.3)
loofah (2.4.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -148,12 +148,12 @@ GEM
mimemagic (0.3.3)
mini_mime (1.0.1)
mini_portile2 (2.4.0)
minitest (5.11.3)
minitest (5.14.0)
msgpack (1.2.4)
multi_json (1.13.1)
newrelic_rpm (5.6.0.349)
nio4r (2.3.1)
nokogiri (1.9.1)
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
orm_adapter (0.5.0)
pdfkit (0.8.2)
Expand All @@ -176,7 +176,7 @@ GEM
puma_worker_killer (0.1.0)
get_process_mem (~> 0.2)
puma (>= 2.7, < 4)
rack (2.0.6)
rack (2.2.2)
rack-accept (0.4.5)
rack (>= 0.4)
rack-test (1.1.0)
Expand All @@ -197,8 +197,8 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
rails-i18n (5.1.2)
i18n (>= 0.7, < 2)
railties (>= 5.0, < 6)
Expand All @@ -213,7 +213,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rake (12.3.2)
rake (13.0.1)
ransack (2.1.1)
actionpack (>= 5.0)
activerecord (>= 5.0)
Expand All @@ -223,9 +223,9 @@ GEM
rb-inotify (0.10.0)
ffi (~> 1.0)
rdoc (4.3.0)
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
responders (3.0.0)
actionpack (>= 5.0)
railties (>= 5.0)
ruby_dep (1.5.0)
sass (3.7.2)
sass-listen (~> 4.0.0)
Expand Down Expand Up @@ -255,7 +255,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thor (0.20.3)
thor (1.0.1)
thread_safe (0.3.6)
tilt (2.0.9)
turbolinks (5.2.0)
Expand All @@ -272,7 +272,7 @@ GEM
less-rails (>= 2.5.0)
rails (>= 3.1)
railties (>= 3.1)
tzinfo (1.2.5)
tzinfo (1.2.6)
thread_safe (~> 0.1)
uglifier (4.1.20)
execjs (>= 0.3.0, < 3)
Expand Down