diff --git a/Gemfile.lock b/Gemfile.lock index d451a0b..7111417 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,26 +1,25 @@ GEM remote: https://rubygems.org/ specs: - actionview (6.0.2.1) - activesupport (= 6.0.2.1) + actionview (7.0.3.1) + activesupport (= 7.0.3.1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activesupport (6.0.2.1) + activesupport (7.0.3.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - ast (2.4.0) + ast (2.4.2) axiom-types (0.1.1) descendants_tracker (~> 0.0.4) ice_nine (~> 0.11.0) thread_safe (~> 0.3, >= 0.3.1) - better_html (1.0.14) + better_html (1.0.16) actionview (>= 4.0) activesupport (>= 4.0) ast (~> 2.0) @@ -42,7 +41,7 @@ GEM coercible (1.0.0) descendants_tracker (~> 0.0.1) colorize (0.8.1) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.10) crack (0.4.3) safe_yaml (~> 1.0.0) crass (1.0.6) @@ -50,14 +49,15 @@ GEM thread_safe (~> 0.3, >= 0.3.1) diff-lcs (1.3) equalizer (0.0.11) - erb_lint (0.0.30) + erb_lint (0.0.37) activesupport better_html (~> 1.0.7) html_tokenizer + parser (>= 2.7.1.4) rainbow - rubocop (~> 0.51) + rubocop smart_properties - erubi (1.9.0) + erubi (1.10.0) erubis (2.7.0) faraday (1.0.0) multipart-post (>= 1.2, < 3) @@ -78,31 +78,31 @@ GEM httparty (0.18.0) mime-types (~> 3.0) multi_xml (>= 0.5.2) - i18n (1.8.2) + i18n (1.12.0) concurrent-ruby (~> 1.0) ice_nine (0.11.2) - jaro_winkler (1.5.4) json (2.3.0) kwalify (0.7.2) - loofah (2.4.0) + loofah (2.18.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (0.9.2) mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2019.1009) - mini_portile2 (2.4.0) - minitest (5.14.0) + mini_portile2 (2.8.0) + minitest (5.16.2) multi_xml (0.6.0) multipart-post (2.1.1) - nokogiri (1.10.8) - mini_portile2 (~> 2.4.0) + nokogiri (1.13.7) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) octokit (4.16.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) - parallel (1.19.1) - parser (2.7.0.3) - ast (~> 2.4.0) + parallel (1.22.1) + parser (2.7.2.0) + ast (~> 2.4.1) path_expander (1.1.0) poper (0.2.3) rugged (~> 0.23, >= 0.23.0) @@ -151,11 +151,12 @@ GEM method_source (~> 0.9.0) psych (3.1.0) public_suffix (4.0.3) + racc (1.6.0) rack (2.2.2) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) + rails-html-sanitizer (1.4.3) loofah (~> 2.3) rails_best_practices (1.19.5) activesupport @@ -165,7 +166,7 @@ GEM json require_all (~> 3.0) ruby-progressbar - rainbow (3.0.0) + rainbow (3.1.1) rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0) @@ -176,8 +177,9 @@ GEM parser (>= 2.5.0.0, < 2.8, != 2.5.1.1) psych (~> 3.1.0) rainbow (>= 2.0, < 4.0) + regexp_parser (2.5.0) require_all (3.0.0) - rexml (3.2.4) + rexml (3.2.5) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -191,14 +193,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.2) - rubocop (0.80.0) - jaro_winkler (~> 1.5.1) + rubocop (0.93.1) parallel (~> 1.10) - parser (>= 2.7.0.1) + parser (>= 2.7.1.5) rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8) rexml + rubocop-ast (>= 0.6.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 1.7) + unicode-display_width (>= 1.4.0, < 2.0) + rubocop-ast (1.4.1) + parser (>= 2.7.1.5) rubocop-i18n (2.0.1) rubocop (~> 0.51) rubocop-minitest (0.6.2) @@ -214,7 +219,7 @@ GEM rubocop (>= 0.68.1) rubocop-thread_safety (0.3.4) rubocop (>= 0.51.0) - ruby-progressbar (1.10.1) + ruby-progressbar (1.11.0) ruby_parser (3.14.2) sexp_processor (~> 4.9) rugged (0.28.4.1) @@ -230,14 +235,14 @@ GEM scss_lint (0.59.0) sass (~> 3.5, >= 3.5.5) sexp_processor (4.14.1) - smart_properties (1.15.0) + smart_properties (1.17.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) thor (0.20.3) thread_safe (0.3.6) - tzinfo (1.2.6) - thread_safe (~> 0.1) - unicode-display_width (1.6.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) + unicode-display_width (1.8.0) virtus (1.0.5) axiom-types (~> 0.1) coercible (~> 1.0) @@ -247,7 +252,6 @@ GEM addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - zeitwerk (2.2.2) PLATFORMS ruby