diff --git a/Gemfile b/Gemfile index 6ec17b3..c7a94cf 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem 'httparty' # gem 'image_processing', '~> 1.2' gem 'react-rails' -gem 'clearance', '~> 1.12', '>= 1.12.1' +gem 'clearance', '~> 2.5' gem 'yahoo-finance', '~> 1.2', '>= 1.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index f87e5bb..34a4ca5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,6 +58,9 @@ GEM zeitwerk (~> 2.2) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) + argon2 (2.0.2) + ffi (~> 1.9) + ffi-compiler (>= 0.1) babel-source (5.8.35) babel-transpiler (0.7.0) babel-source (>= 4.0, < 6) @@ -78,14 +81,15 @@ GEM xpath (~> 3.2) chartkick (3.3.1) childprocess (3.0.0) - clearance (1.17.0) - actionmailer (>= 3.1) - activemodel (>= 3.1) - activerecord (>= 3.1) - bcrypt - email_validator (~> 1.4) - railties (>= 3.1) - concurrent-ruby (1.1.6) + clearance (2.5.0) + actionmailer (>= 5.0) + activemodel (>= 5.0) + activerecord (>= 5.0) + argon2 (~> 2.0, >= 2.0.2) + bcrypt (>= 3.1.1) + email_validator (~> 2.0) + railties (>= 5.0) + concurrent-ruby (1.1.9) connection_pool (2.2.2) crass (1.0.6) devise (4.7.1) @@ -96,17 +100,20 @@ GEM warden (~> 1.2.3) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) - email_validator (1.6.0) + email_validator (2.2.3) activemodel - erubi (1.9.0) + erubi (1.10.0) execjs (2.7.0) faraday (1.0.1) multipart-post (>= 1.2, < 3) faraday_middleware (1.0.0) faraday (~> 1.0) ffi (1.12.2) - globalid (0.4.2) - activesupport (>= 4.2.0) + ffi-compiler (1.0.1) + ffi (>= 1.0.0) + rake + globalid (0.5.2) + activesupport (>= 5.0) google-finance-ruby-client (0.2.1) faraday (>= 0.9) faraday_middleware @@ -119,7 +126,7 @@ GEM httparty (0.18.0) mime-types (~> 3.0) multi_xml (>= 0.5.2) - i18n (1.8.2) + i18n (1.8.10) concurrent-ruby (~> 1.0) jbuilder (2.10.0) activesupport (>= 5.0.0) @@ -128,7 +135,7 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.5.0) + loofah (2.12.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -140,22 +147,24 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2019.1009) mimemagic (0.3.4) - mini_mime (1.0.2) - mini_portile2 (2.4.0) - minitest (5.14.0) + mini_mime (1.1.1) + mini_portile2 (2.6.1) + minitest (5.14.4) msgpack (1.3.3) multi_xml (0.6.0) multipart-post (2.1.1) netrc (0.11.0) nio4r (2.5.2) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) + nokogiri (1.12.4) + mini_portile2 (~> 2.6.1) + racc (~> 1.4) orm_adapter (0.5.0) pg (1.2.3) public_suffix (4.0.4) puma (4.3.3) nio4r (~> 2.0) - rack (2.2.2) + racc (1.5.2) + rack (2.2.3) rack-cors (1.1.1) rack (>= 2.0.0) rack-proxy (0.6.5) @@ -180,7 +189,7 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) + rails-html-sanitizer (1.4.2) loofah (~> 2.3) railties (6.0.2.2) actionpack (= 6.0.2.2) @@ -188,7 +197,7 @@ GEM method_source rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) - rake (13.0.1) + rake (13.0.6) rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0) @@ -236,13 +245,13 @@ GEM json rest-client (~> 2.0.2) svg-graph (2.2.0) - thor (1.0.1) + thor (1.1.0) thread_safe (0.3.6) tilt (2.0.10) turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (1.2.7) + tzinfo (1.2.9) thread_safe (~> 0.1) unf (0.1.4) unf_ext @@ -269,7 +278,7 @@ GEM nokogiri (~> 1.8) yahoo-finance (1.2.1) json - zeitwerk (2.3.0) + zeitwerk (2.4.2) PLATFORMS ruby @@ -280,7 +289,7 @@ DEPENDENCIES byebug capybara (>= 2.15) chartkick - clearance (~> 1.12, >= 1.12.1) + clearance (~> 2.5) devise google-finance-ruby-client groupdate