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
42 changes: 19 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ GEM
arel (9.0.0)
ast (2.4.2)
backport (1.2.0)
bcrypt (3.1.16)
bcrypt (3.1.18)
benchmark (0.2.0)
bson (4.12.1)
builder (3.2.4)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.1.9)
concurrent-ruby (1.2.2)
crass (1.0.6)
database_cleaner (2.0.1)
database_cleaner-active_record (~> 2.0.0)
Expand All @@ -72,7 +72,7 @@ GEM
database_cleaner-mongoid (2.0.1)
database_cleaner-core (~> 2.0.0)
mongoid
devise (4.8.1)
devise (4.9.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
Expand All @@ -88,19 +88,19 @@ GEM
rspec-rails (>= 2.8.1)
simplecov (>= 0.3.8)
yard (>= 0.7.0)
erubi (1.10.0)
erubi (1.12.0)
globalid (0.5.2)
activesupport (>= 5.0)
hashie (4.1.0)
i18n (1.8.11)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
interception (0.5)
jaro_winkler (1.5.4)
kramdown (2.3.1)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
loofah (2.13.0)
loofah (2.20.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
m (1.6.0)
Expand All @@ -111,7 +111,7 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.1)
mini_portile2 (2.6.1)
mini_portile2 (2.4.0)
minitest (5.15.0)
minitest-rails (5.2.0)
minitest (~> 5.10)
Expand All @@ -123,11 +123,8 @@ GEM
mongo (>= 2.10.5, < 3.0.0)
ruby2_keywords (~> 0.0.5)
nio4r (2.5.8)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
omniauth (2.0.4)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
Expand All @@ -142,12 +139,11 @@ GEM
pry-rescue (1.5.2)
interception (>= 0.5)
pry (>= 0.12.0)
racc (1.6.0)
rack (2.2.3)
rack (2.2.6.4)
rack-protection (2.1.0)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-test (2.1.0)
rack (>= 1.3)
rails (5.2.6)
actioncable (= 5.2.6)
actionmailer (= 5.2.6)
Expand All @@ -168,8 +164,8 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
rails_email_validator (0.1.4)
activemodel (>= 3.0.0)
railties (5.2.6)
Expand All @@ -181,9 +177,9 @@ GEM
rainbow (3.0.0)
rake (13.0.6)
regexp_parser (2.2.0)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.5)
Expand Down Expand Up @@ -257,10 +253,10 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.4.2)
thor (1.1.0)
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.0.10)
tzinfo (1.2.9)
tzinfo (1.2.11)
thread_safe (~> 0.1)
unicode-display_width (2.1.0)
warden (1.2.9)
Expand Down