Gemfile.lock in lite-report-1.1.0 vs Gemfile.lock in lite-report-1.1.1

- old
+ new

@@ -1,73 +1,78 @@ PATH remote: . specs: - lite-report (1.1.0) + lite-report (1.1.1) activerecord activerecord-import deep_pluck GEM remote: https://rubygems.org/ specs: - actionpack (6.1.0) - actionview (= 6.1.0) - activesupport (= 6.1.0) + actionpack (6.1.3.2) + actionview (= 6.1.3.2) + activesupport (= 6.1.3.2) rack (~> 2.0, >= 2.0.9) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (6.1.0) - activesupport (= 6.1.0) + actionview (6.1.3.2) + activesupport (= 6.1.3.2) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activemodel (6.1.0) - activesupport (= 6.1.0) - activerecord (6.1.0) - activemodel (= 6.1.0) - activesupport (= 6.1.0) - activerecord-import (1.0.7) + activemodel (6.1.3.2) + activesupport (= 6.1.3.2) + activerecord (6.1.3.2) + activemodel (= 6.1.3.2) + activesupport (= 6.1.3.2) + activerecord-import (1.0.8) activerecord (>= 3.2) - activesupport (6.1.0) + activesupport (6.1.3.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - ast (2.4.1) + ast (2.4.2) builder (3.2.4) colorize (0.8.1) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.8) crass (1.0.6) - database_cleaner (1.8.5) - deep_pluck (1.1.4) + database_cleaner (2.0.1) + database_cleaner-active_record (~> 2.0.0) + database_cleaner-active_record (2.0.0) + activerecord (>= 5.a) + database_cleaner-core (~> 2.0.0) + database_cleaner-core (2.0.1) + deep_pluck (1.1.7) activerecord (>= 3) pluck_all (>= 1.2.3) - rails_compatibility (>= 0.0.1) + rails_compatibility (>= 0.0.4) diff-lcs (1.4.4) erubi (1.10.0) - fasterer (0.8.3) + fasterer (0.9.0) colorize (~> 0.7) ruby_parser (>= 3.14.1) generator_spec (0.9.4) activesupport (>= 3.0.0) railties (>= 3.0.0) - i18n (1.8.7) + i18n (1.8.10) concurrent-ruby (~> 1.0) - loofah (2.8.0) + loofah (2.9.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (1.0.0) - mini_portile2 (2.5.0) - minitest (5.14.3) - nokogiri (1.11.1) + mini_portile2 (2.5.1) + minitest (5.14.4) + nokogiri (1.11.3) mini_portile2 (~> 2.5.0) racc (~> 1.4) parallel (1.20.1) - parser (3.0.0.0) + parser (3.0.1.1) ast (~> 2.4.1) pluck_all (2.2.1) activesupport (>= 3.0.0) rails_compatibility (>= 0.0.2) racc (1.5.2) @@ -77,75 +82,75 @@ rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) - rails_compatibility (0.0.2) + rails_compatibility (0.0.5) activerecord (>= 3) - railties (6.1.0) - actionpack (= 6.1.0) - activesupport (= 6.1.0) + railties (6.1.3.2) + actionpack (= 6.1.3.2) + activesupport (= 6.1.3.2) method_source rake (>= 0.8.7) thor (~> 1.0) rainbow (3.0.0) rake (13.0.3) - ransack (2.4.1) + ransack (2.4.2) activerecord (>= 5.2.4) activesupport (>= 5.2.4) i18n - regexp_parser (2.0.3) - rexml (3.2.4) + regexp_parser (2.1.1) + rexml (3.2.5) rspec (3.10.0) rspec-core (~> 3.10.0) rspec-expectations (~> 3.10.0) rspec-mocks (~> 3.10.0) rspec-core (3.10.1) rspec-support (~> 3.10.0) rspec-expectations (3.10.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) - rspec-mocks (3.10.1) + rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) - rspec-rails (4.0.2) - actionpack (>= 4.2) - activesupport (>= 4.2) - railties (>= 4.2) + rspec-rails (5.0.1) + actionpack (>= 5.2) + activesupport (>= 5.2) + railties (>= 5.2) rspec-core (~> 3.10) rspec-expectations (~> 3.10) rspec-mocks (~> 3.10) rspec-support (~> 3.10) - rspec-support (3.10.1) - rubocop (1.7.0) + rspec-support (3.10.2) + rubocop (1.14.0) parallel (~> 1.10) - parser (>= 2.7.1.5) + 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) + rubocop-ast (>= 1.5.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.4.0) - parser (>= 2.7.1.5) - rubocop-performance (1.9.2) - rubocop (>= 0.90.0, < 2.0) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.5.0) + parser (>= 3.0.1.1) + rubocop-performance (1.11.3) + rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) rubocop-rake (0.5.1) rubocop - rubocop-rspec (2.1.0) + rubocop-rspec (2.3.0) rubocop (~> 1.0) rubocop-ast (>= 1.1.0) ruby-progressbar (1.11.0) - ruby_parser (3.15.0) + ruby_parser (3.15.1) sexp_processor (~> 4.9) - sexp_processor (4.15.1) + sexp_processor (4.15.2) sqlite3 (1.4.2) - thor (1.0.1) + thor (1.1.0) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - unicode-display_width (1.7.0) + unicode-display_width (2.0.0) zeitwerk (2.4.2) PLATFORMS ruby @@ -164,6 +169,6 @@ rubocop-rake rubocop-rspec sqlite3 BUNDLED WITH - 2.1.4 + 2.2.17