diff --git a/Gemfile.lock b/Gemfile.lock index d486e5d..e7a9798 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,34 +29,31 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (5.2.3) - actionview (= 5.2.3) - activesupport (= 5.2.3) - rack (~> 2.0) + actionpack (6.1.3) + actionview (= 6.1.3) + activesupport (= 6.1.3) + rack (~> 2.0, >= 2.0.9) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.3) - activesupport (= 5.2.3) + rails-html-sanitizer (~> 1.0, >= 1.2.0) + actionview (6.1.3) + activesupport (= 6.1.3) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.3) - activemodel (5.2.3) - activesupport (= 5.2.3) - activerecord (5.2.3) - activemodel (= 5.2.3) - activesupport (= 5.2.3) - arel (>= 9.0) - activesupport (5.2.3) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + activemodel (6.1.3) + activesupport (= 6.1.3) + activerecord (6.1.3) + activemodel (= 6.1.3) + activesupport (= 6.1.3) + activesupport (6.1.3) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - addressable (2.6.0) - public_suffix (>= 2.0.2, < 4.0) - arel (9.0.0) - ast (2.4.0) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) + ast (2.4.2) awesome_print (1.8.0) axiom-types (0.1.1) descendants_tracker (~> 0.0.4) @@ -66,53 +63,48 @@ GEM binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) brakeman (4.5.0) - builder (3.2.3) - bullet (5.9.0) + builder (3.2.4) + bullet (6.1.4) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) - bundler-audit (0.6.1) + bundler-audit (0.7.0.1) bundler (>= 1.2.0, < 3) - thor (~> 0.18) + thor (>= 0.18, < 2) byebug (11.0.1) choice (0.2.0) - code_analyzer (0.4.8) + code_analyzer (0.4.5) sexp_processor - codeclimate-engine-rb (0.4.1) - virtus (~> 1.0) coderay (1.1.2) coercible (1.0.0) descendants_tracker (~> 0.0.1) colorize (0.8.1) - concurrent-ruby (1.1.5) - crass (1.0.4) + concurrent-ruby (1.1.8) + crass (1.0.6) debug_inspector (0.0.3) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) diff-lcs (1.3) docile (1.3.1) equalizer (0.0.11) - erubi (1.8.0) + erubi (1.10.0) erubis (2.7.0) fasterer (0.5.1) colorize (~> 0.7) ruby_parser (>= 3.13.0) - flay (2.12.0) - erubis (~> 2.7.0) - path_expander (~> 1.0) + flay (2.4.0) ruby_parser (~> 3.0) sexp_processor (~> 4.0) - flog (4.6.2) - path_expander (~> 1.0) + flog (4.2.0) ruby_parser (~> 3.1, > 3.1.0) - sexp_processor (~> 4.8) + sexp_processor (~> 4.4) fuubar (2.3.2) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) - highline (2.0.2) + highline (2.0.3) hirb (0.7.3) - i18n (1.6.0) + i18n (1.8.9) concurrent-ruby (~> 1.0) - i18n-tasks (0.9.29) + i18n-tasks (0.9.33) activesupport (>= 4.0.2) ast (>= 2.1.0) erubi @@ -124,27 +116,23 @@ GEM terminal-table (>= 1.5.1) ice_nine (0.11.2) interception (0.5) - jaro_winkler (1.5.2) - json (2.2.0) - kwalify (0.7.2) - launchy (2.4.3) - addressable (~> 2.3) - lol_dba (2.1.8) - actionpack (>= 3.0, < 6.0) - activerecord (>= 3.0, < 6.0) - railties (>= 3.0, < 6.0) - loofah (2.2.3) + json (2.5.1) + lol_dba (2.2.0) + actionpack (>= 3.0, < 7.0) + activerecord (>= 3.0, < 7.0) + railties (>= 3.0, < 7.0) + loofah (2.9.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (0.9.2) - mini_portile2 (2.4.0) - minitest (5.11.3) - nokogiri (1.10.2) - mini_portile2 (~> 2.4.0) - parallel (1.17.0) - parser (2.6.2.1) - ast (~> 2.4.0) - path_expander (1.0.3) + mini_portile2 (2.5.0) + minitest (5.14.4) + nokogiri (1.11.1) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) + parallel (1.20.1) + parser (3.0.0.0) + ast (~> 2.4.1) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) @@ -159,48 +147,47 @@ GEM pry-stack_explorer (0.4.9.3) binding_of_caller (>= 0.7) pry (>= 0.9.11) - psych (3.1.0) - public_suffix (3.0.3) - rack (2.0.7) + racc (1.5.2) + rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) railroady (1.5.3) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-erd (1.5.2) - activerecord (>= 3.2) - activesupport (>= 3.2) + rails-erd (1.6.1) + activerecord (>= 4.2) + activesupport (>= 4.2) choice (~> 0.2.0) ruby-graphviz (~> 1.2) - rails-html-sanitizer (1.0.4) - loofah (~> 2.2, >= 2.2.2) - rails-i18n (5.1.3) + rails-html-sanitizer (1.3.0) + loofah (~> 2.3) + rails-i18n (6.0.0) i18n (>= 0.7, < 2) - railties (>= 5.0, < 6) - rails_best_practices (1.19.4) + railties (>= 6.0.0, < 7) + rails_best_practices (1.18.1) activesupport - code_analyzer (>= 0.4.8) + code_analyzer (>= 0.4.3) erubis i18n json - require_all (~> 2.0) + require_all ruby-progressbar - railties (5.2.3) - actionpack (= 5.2.3) - activesupport (= 5.2.3) + railties (6.1.3) + actionpack (= 6.1.3) + activesupport (= 6.1.3) method_source rake (>= 0.8.7) - thor (>= 0.19.0, < 2.0) + thor (~> 1.0) rainbow (3.0.0) rake (10.5.0) - reek (5.3.2) - codeclimate-engine-rb (~> 0.4.0) - kwalify (~> 0.7.0) - parser (>= 2.5.0.0, < 2.7, != 2.5.1.1) - psych (~> 3.1.0) - rainbow (>= 2.0, < 4.0) - require_all (2.0.0) + reek (1.3.6) + ruby2ruby (~> 2.0.7) + ruby_parser (~> 3.2) + sexp_processor + regexp_parser (2.1.1) + require_all (3.0.0) + rexml (3.2.4) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) @@ -214,52 +201,55 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) - rubocop (0.67.2) - jaro_winkler (~> 1.5.1) + rubocop (1.11.0) parallel (~> 1.10) - parser (>= 2.5, != 2.5.1.1) - psych (>= 3.1.0) + parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) + rexml + rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 1.6) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.4.1) + parser (>= 2.7.1.5) rubocop-performance (1.1.0) rubocop (>= 0.67.0) rubocop-rspec (1.32.0) rubocop (>= 0.60.0) - ruby-graphviz (1.2.4) - ruby-progressbar (1.10.0) - ruby_parser (3.13.1) + ruby-graphviz (1.2.5) + rexml + ruby-progressbar (1.11.0) + ruby2ruby (2.0.8) + ruby_parser (~> 3.1) + sexp_processor (~> 4.0) + ruby_parser (3.15.1) sexp_processor (~> 4.9) - rubycritic (4.0.2) - flay (~> 2.8) - flog (~> 4.4) - launchy (= 2.4.3) - parser (~> 2.6.0) - rainbow (~> 3.0) - reek (~> 5.3.0) - ruby_parser (~> 3.8) - tty-which (~> 0.4.0) + rubycritic (0.0.16) + code_analyzer (= 0.4.5) + flay (= 2.4.0) + flog (= 4.2.0) + reek (= 1.3.6) virtus (~> 1.0) - sexp_processor (4.12.0) + sexp_processor (4.15.2) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - terminal-table (1.8.0) + terminal-table (3.0.0) unicode-display_width (~> 1.1, >= 1.1.1) - thor (0.20.3) + thor (1.1.0) thread_safe (0.3.6) - tty-which (0.4.0) - tzinfo (1.2.5) - thread_safe (~> 0.1) - unicode-display_width (1.5.0) - uniform_notifier (1.12.1) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) + unicode-display_width (1.7.0) + uniform_notifier (1.14.1) virtus (1.0.5) axiom-types (~> 0.1) coercible (~> 1.0) descendants_tracker (~> 0.0, >= 0.0.3) equalizer (~> 0.0, >= 0.0.9) + zeitwerk (2.4.2) PLATFORMS ruby