From bc4e3c61fc0eccda74018fc8061a432b72326128 Mon Sep 17 00:00:00 2001 From: Harry Lascelles Date: Sat, 26 Jun 2021 11:28:43 +0100 Subject: [PATCH] Add tests for Ruby 2.7 --- .gitlab-ci.yml | 16 +++ .rubocop.yml | 1 + CHANGELOG.md | 4 + Gemfile.lock | 50 +++---- .../activesupport_5_que_0_12.gemfile.lock | 62 ++++---- ...esupport_5_que_0_12_activejob.gemfile.lock | 66 ++++----- .../activesupport_5_que_0_14.gemfile.lock | 62 ++++---- ...esupport_5_que_0_14_activejob.gemfile.lock | 66 ++++----- gemfiles/activesupport_5_que_1_x.gemfile.lock | 62 ++++---- ...vesupport_5_que_1_x_activejob.gemfile.lock | 66 ++++----- .../activesupport_6_que_0_14.gemfile.lock | 62 ++++---- gemfiles/activesupport_6_que_1_x.gemfile.lock | 62 ++++---- ...ueue_names_que_0_14_activejob.gemfile.lock | 66 ++++----- ...queue_names_que_1_x_activejob.gemfile.lock | 66 ++++----- ...out_queue_names_1_x_activejob.gemfile.lock | 34 ++--- ...ueue_names_que_0_14_activejob.gemfile.lock | 34 ++--- gemfiles/rails_6_que_0_14.gemfile.lock | 136 +++++++++--------- spec/que/scheduler/scheduler_job_spec.rb | 4 + 18 files changed, 472 insertions(+), 447 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04abf330..3f7881f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,6 +52,13 @@ stages: key: ruby_2_6 <<: *cache_paths +.ruby_2_7: &ruby_2_7 + <<: *retries + image: ruby:2.7.2 # https://github.com/rubygems/rubygems/issues/3284#issuecomment-705445157 + cache: + key: ruby_2_7 + <<: *cache_paths + .postgres_9_5: &postgres_9_5 stage: test_postgres_9_5 services: @@ -74,6 +81,10 @@ install_ruby_2_6: <<: *install <<: *ruby_2_6 +install_ruby_2_7: + <<: *install + <<: *ruby_2_7 + quality: <<: *ruby_2_5 stage: quality @@ -89,3 +100,8 @@ ruby_2_6_postgres_9_5: <<: *test <<: *ruby_2_6 <<: *postgres_9_5 + +ruby_2_7_postgres_9_5: + <<: *test + <<: *ruby_2_7 + <<: *postgres_9_5 diff --git a/.rubocop.yml b/.rubocop.yml index 8b5563fa..ffaa7106 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -6,6 +6,7 @@ AllCops: TargetRubyVersion: 2.5 DisplayCopNames: true NewCops: enable + SuggestExtensions: false Exclude: - 'vendor/**/*' - 'gemfiles/**/*' # These are automatically generated by appraisal diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e162176..dcc66260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Unreleased + +- Add tests for Ruby 2.7 [#272](https://github.com/hlascelles/que-scheduler/pull/272) + ## 4.1.0 (2021-01-31) - Check for row count option using String and Symbols [#236](https://github.com/hlascelles/que-scheduler/pull/236) diff --git a/Gemfile.lock b/Gemfile.lock index ff5f1090..d4f5793e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,25 +10,25 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (6.1.3.2) - actionview (= 6.1.3.2) - activesupport (= 6.1.3.2) + actionpack (6.1.4) + actionview (= 6.1.4) + activesupport (= 6.1.4) 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.3.2) - activesupport (= 6.1.3.2) + actionview (6.1.4) + activesupport (= 6.1.4) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - 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) - activesupport (6.1.3.2) + activemodel (6.1.4) + activesupport (= 6.1.4) + activerecord (6.1.4) + activemodel (= 6.1.4) + activesupport (= 6.1.4) + activesupport (6.1.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -58,12 +58,12 @@ GEM crass (1.0.6) database_cleaner (2.0.1) database_cleaner-active_record (~> 2.0.0) - database_cleaner-active_record (2.0.0) + database_cleaner-active_record (2.0.1) activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) diff-lcs (1.4.4) - docile (1.3.5) + docile (1.4.0) erubi (1.10.0) et-orbi (1.2.4) tzinfo @@ -78,13 +78,13 @@ GEM concurrent-ruby (~> 1.0) json (2.5.1) kwalify (0.7.2) - loofah (2.9.1) + loofah (2.10.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (1.0.0) - mini_portile2 (2.5.1) + mini_portile2 (2.5.3) minitest (5.14.4) - nokogiri (1.11.4) + nokogiri (1.11.7) mini_portile2 (~> 2.5.0) racc (~> 1.4) parallel (1.20.1) @@ -97,7 +97,7 @@ GEM pry-byebug (3.9.0) byebug (~> 11.0) pry (~> 0.13.0) - psych (3.3.1) + psych (3.3.2) que (0.14.3) raabro (1.4.0) racc (1.5.2) @@ -109,11 +109,11 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) - railties (6.1.3.2) - actionpack (= 6.1.3.2) - activesupport (= 6.1.3.2) + railties (6.1.4) + actionpack (= 6.1.4) + activesupport (= 6.1.4) method_source - rake (>= 0.8.7) + rake (>= 0.13) thor (~> 1.0) rainbow (3.0.0) rake (13.0.3) @@ -152,9 +152,9 @@ GEM rubocop (~> 1.0) rubocop-ast (>= 1.1.0) ruby-progressbar (1.11.0) - ruby_parser (3.15.1) - sexp_processor (~> 4.9) - sexp_processor (4.15.2) + ruby_parser (3.16.0) + sexp_processor (~> 4.15, >= 4.15.1) + sexp_processor (4.15.3) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -166,7 +166,7 @@ GEM tins (~> 1.0) thor (1.1.0) timecop (0.9.4) - tins (1.28.0) + tins (1.29.1) sync tzinfo (2.0.4) concurrent-ruby (~> 1.0) diff --git a/gemfiles/activesupport_5_que_0_12.gemfile.lock b/gemfiles/activesupport_5_que_0_12.gemfile.lock index 9b1aa922..597d1f28 100644 --- a/gemfiles/activesupport_5_que_0_12.gemfile.lock +++ b/gemfiles/activesupport_5_que_0_12.gemfile.lock @@ -10,26 +10,26 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (5.2.5) - actionview (= 5.2.5) - activesupport (= 5.2.5) + actionpack (5.2.6) + actionview (= 5.2.6) + activesupport (= 5.2.6) rack (~> 2.0, >= 2.0.8) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.5) - activesupport (= 5.2.5) + actionview (5.2.6) + activesupport (= 5.2.6) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activemodel (5.2.5) - activesupport (= 5.2.5) - activerecord (5.2.5) - activemodel (= 5.2.5) - activesupport (= 5.2.5) + activemodel (5.2.6) + activesupport (= 5.2.6) + activerecord (5.2.6) + activemodel (= 5.2.6) + activesupport (= 5.2.6) arel (>= 9.0) - activesupport (5.2.5) + activesupport (5.2.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -42,14 +42,14 @@ GEM ast (2.4.2) builder (3.2.4) byebug (11.1.3) - climate_control (1.0.0) + climate_control (1.0.1) coderay (1.1.3) colorize (0.8.1) combustion (1.3.1) activesupport (>= 3.0.0) railties (>= 3.0.0) thor (>= 0.14.6) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.9) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -59,19 +59,19 @@ GEM crass (1.0.6) database_cleaner (2.0.1) database_cleaner-active_record (~> 2.0.0) - database_cleaner-active_record (2.0.0) + database_cleaner-active_record (2.0.1) activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) diff-lcs (1.4.4) - docile (1.3.5) + docile (1.4.0) erubi (1.10.0) et-orbi (1.2.4) tzinfo fasterer (0.9.0) colorize (~> 0.7) ruby_parser (>= 3.14.1) - fugit (1.4.5) + fugit (1.5.0) et-orbi (~> 1.1, >= 1.1.8) raabro (~> 1.4) hashie (4.1.0) @@ -79,17 +79,17 @@ GEM concurrent-ruby (~> 1.0) json (2.5.1) kwalify (0.7.2) - loofah (2.9.1) + loofah (2.10.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (1.0.0) - mini_portile2 (2.5.1) + mini_portile2 (2.5.3) minitest (5.14.4) - nokogiri (1.11.3) + nokogiri (1.11.7) mini_portile2 (~> 2.5.0) racc (~> 1.4) parallel (1.20.1) - parser (3.0.1.0) + parser (3.0.1.1) ast (~> 2.4.1) pg (0.21.0) pry (0.13.1) @@ -98,7 +98,7 @@ GEM pry-byebug (3.9.0) byebug (~> 11.0) pry (~> 0.13.0) - psych (3.3.1) + psych (3.3.2) que (0.12.3) raabro (1.4.0) racc (1.5.2) @@ -110,9 +110,9 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) - railties (5.2.5) - actionpack (= 5.2.5) - activesupport (= 5.2.5) + railties (5.2.6) + actionpack (= 5.2.6) + activesupport (= 5.2.6) method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) @@ -147,15 +147,15 @@ GEM rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) - rubocop-rspec (2.3.0) + rubocop-ast (1.7.0) + parser (>= 3.0.1.1) + rubocop-rspec (2.4.0) rubocop (~> 1.0) rubocop-ast (>= 1.1.0) ruby-progressbar (1.11.0) - ruby_parser (3.15.1) - sexp_processor (~> 4.9) - sexp_processor (4.15.2) + ruby_parser (3.16.0) + sexp_processor (~> 4.15, >= 4.15.1) + sexp_processor (4.15.3) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -168,7 +168,7 @@ GEM thor (1.1.0) thread_safe (0.3.6) timecop (0.9.4) - tins (1.28.0) + tins (1.29.1) sync tzinfo (1.2.9) thread_safe (~> 0.1) diff --git a/gemfiles/activesupport_5_que_0_12_activejob.gemfile.lock b/gemfiles/activesupport_5_que_0_12_activejob.gemfile.lock index 51a05caf..08ce645a 100644 --- a/gemfiles/activesupport_5_que_0_12_activejob.gemfile.lock +++ b/gemfiles/activesupport_5_que_0_12_activejob.gemfile.lock @@ -10,29 +10,29 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (5.2.5) - actionview (= 5.2.5) - activesupport (= 5.2.5) + actionpack (5.2.6) + actionview (= 5.2.6) + activesupport (= 5.2.6) rack (~> 2.0, >= 2.0.8) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.5) - activesupport (= 5.2.5) + actionview (5.2.6) + activesupport (= 5.2.6) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.2.5) - activesupport (= 5.2.5) + activejob (5.2.6) + activesupport (= 5.2.6) globalid (>= 0.3.6) - activemodel (5.2.5) - activesupport (= 5.2.5) - activerecord (5.2.5) - activemodel (= 5.2.5) - activesupport (= 5.2.5) + activemodel (5.2.6) + activesupport (= 5.2.6) + activerecord (5.2.6) + activemodel (= 5.2.6) + activesupport (= 5.2.6) arel (>= 9.0) - activesupport (5.2.5) + activesupport (5.2.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -45,14 +45,14 @@ GEM ast (2.4.2) builder (3.2.4) byebug (11.1.3) - climate_control (1.0.0) + climate_control (1.0.1) coderay (1.1.3) colorize (0.8.1) combustion (1.3.1) activesupport (>= 3.0.0) railties (>= 3.0.0) thor (>= 0.14.6) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.9) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -62,19 +62,19 @@ GEM crass (1.0.6) database_cleaner (2.0.1) database_cleaner-active_record (~> 2.0.0) - database_cleaner-active_record (2.0.0) + database_cleaner-active_record (2.0.1) activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) diff-lcs (1.4.4) - docile (1.3.5) + docile (1.4.0) erubi (1.10.0) et-orbi (1.2.4) tzinfo fasterer (0.9.0) colorize (~> 0.7) ruby_parser (>= 3.14.1) - fugit (1.4.5) + fugit (1.5.0) et-orbi (~> 1.1, >= 1.1.8) raabro (~> 1.4) globalid (0.4.2) @@ -84,17 +84,17 @@ GEM concurrent-ruby (~> 1.0) json (2.5.1) kwalify (0.7.2) - loofah (2.9.1) + loofah (2.10.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (1.0.0) - mini_portile2 (2.5.1) + mini_portile2 (2.5.3) minitest (5.14.4) - nokogiri (1.11.3) + nokogiri (1.11.7) mini_portile2 (~> 2.5.0) racc (~> 1.4) parallel (1.20.1) - parser (3.0.1.0) + parser (3.0.1.1) ast (~> 2.4.1) pg (0.21.0) pry (0.13.1) @@ -103,7 +103,7 @@ GEM pry-byebug (3.9.0) byebug (~> 11.0) pry (~> 0.13.0) - psych (3.3.1) + psych (3.3.2) que (0.12.3) raabro (1.4.0) racc (1.5.2) @@ -115,9 +115,9 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) - railties (5.2.5) - actionpack (= 5.2.5) - activesupport (= 5.2.5) + railties (5.2.6) + actionpack (= 5.2.6) + activesupport (= 5.2.6) method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) @@ -152,15 +152,15 @@ GEM rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) - rubocop-rspec (2.3.0) + rubocop-ast (1.7.0) + parser (>= 3.0.1.1) + rubocop-rspec (2.4.0) rubocop (~> 1.0) rubocop-ast (>= 1.1.0) ruby-progressbar (1.11.0) - ruby_parser (3.15.1) - sexp_processor (~> 4.9) - sexp_processor (4.15.2) + ruby_parser (3.16.0) + sexp_processor (~> 4.15, >= 4.15.1) + sexp_processor (4.15.3) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -173,7 +173,7 @@ GEM thor (1.1.0) thread_safe (0.3.6) timecop (0.9.4) - tins (1.28.0) + tins (1.29.1) sync tzinfo (1.2.9) thread_safe (~> 0.1) diff --git a/gemfiles/activesupport_5_que_0_14.gemfile.lock b/gemfiles/activesupport_5_que_0_14.gemfile.lock index c66e71ae..17fb14ab 100644 --- a/gemfiles/activesupport_5_que_0_14.gemfile.lock +++ b/gemfiles/activesupport_5_que_0_14.gemfile.lock @@ -10,26 +10,26 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (5.2.5) - actionview (= 5.2.5) - activesupport (= 5.2.5) + actionpack (5.2.6) + actionview (= 5.2.6) + activesupport (= 5.2.6) rack (~> 2.0, >= 2.0.8) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.5) - activesupport (= 5.2.5) + actionview (5.2.6) + activesupport (= 5.2.6) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activemodel (5.2.5) - activesupport (= 5.2.5) - activerecord (5.2.5) - activemodel (= 5.2.5) - activesupport (= 5.2.5) + activemodel (5.2.6) + activesupport (= 5.2.6) + activerecord (5.2.6) + activemodel (= 5.2.6) + activesupport (= 5.2.6) arel (>= 9.0) - activesupport (5.2.5) + activesupport (5.2.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -42,14 +42,14 @@ GEM ast (2.4.2) builder (3.2.4) byebug (11.1.3) - climate_control (1.0.0) + climate_control (1.0.1) coderay (1.1.3) colorize (0.8.1) combustion (1.3.1) activesupport (>= 3.0.0) railties (>= 3.0.0) thor (>= 0.14.6) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.9) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -59,19 +59,19 @@ GEM crass (1.0.6) database_cleaner (2.0.1) database_cleaner-active_record (~> 2.0.0) - database_cleaner-active_record (2.0.0) + database_cleaner-active_record (2.0.1) activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) diff-lcs (1.4.4) - docile (1.3.5) + docile (1.4.0) erubi (1.10.0) et-orbi (1.2.4) tzinfo fasterer (0.9.0) colorize (~> 0.7) ruby_parser (>= 3.14.1) - fugit (1.4.5) + fugit (1.5.0) et-orbi (~> 1.1, >= 1.1.8) raabro (~> 1.4) hashie (4.1.0) @@ -79,17 +79,17 @@ GEM concurrent-ruby (~> 1.0) json (2.5.1) kwalify (0.7.2) - loofah (2.9.1) + loofah (2.10.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (1.0.0) - mini_portile2 (2.5.1) + mini_portile2 (2.5.3) minitest (5.14.4) - nokogiri (1.11.3) + nokogiri (1.11.7) mini_portile2 (~> 2.5.0) racc (~> 1.4) parallel (1.20.1) - parser (3.0.1.0) + parser (3.0.1.1) ast (~> 2.4.1) pg (0.21.0) pry (0.13.1) @@ -98,7 +98,7 @@ GEM pry-byebug (3.9.0) byebug (~> 11.0) pry (~> 0.13.0) - psych (3.3.1) + psych (3.3.2) que (0.14.3) raabro (1.4.0) racc (1.5.2) @@ -110,9 +110,9 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) - railties (5.2.5) - actionpack (= 5.2.5) - activesupport (= 5.2.5) + railties (5.2.6) + actionpack (= 5.2.6) + activesupport (= 5.2.6) method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) @@ -147,15 +147,15 @@ GEM rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) - rubocop-rspec (2.3.0) + rubocop-ast (1.7.0) + parser (>= 3.0.1.1) + rubocop-rspec (2.4.0) rubocop (~> 1.0) rubocop-ast (>= 1.1.0) ruby-progressbar (1.11.0) - ruby_parser (3.15.1) - sexp_processor (~> 4.9) - sexp_processor (4.15.2) + ruby_parser (3.16.0) + sexp_processor (~> 4.15, >= 4.15.1) + sexp_processor (4.15.3) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -168,7 +168,7 @@ GEM thor (1.1.0) thread_safe (0.3.6) timecop (0.9.4) - tins (1.28.0) + tins (1.29.1) sync tzinfo (1.2.9) thread_safe (~> 0.1) diff --git a/gemfiles/activesupport_5_que_0_14_activejob.gemfile.lock b/gemfiles/activesupport_5_que_0_14_activejob.gemfile.lock index 09ee11cb..11eae858 100644 --- a/gemfiles/activesupport_5_que_0_14_activejob.gemfile.lock +++ b/gemfiles/activesupport_5_que_0_14_activejob.gemfile.lock @@ -10,29 +10,29 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (5.2.5) - actionview (= 5.2.5) - activesupport (= 5.2.5) + actionpack (5.2.6) + actionview (= 5.2.6) + activesupport (= 5.2.6) rack (~> 2.0, >= 2.0.8) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.5) - activesupport (= 5.2.5) + actionview (5.2.6) + activesupport (= 5.2.6) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.2.5) - activesupport (= 5.2.5) + activejob (5.2.6) + activesupport (= 5.2.6) globalid (>= 0.3.6) - activemodel (5.2.5) - activesupport (= 5.2.5) - activerecord (5.2.5) - activemodel (= 5.2.5) - activesupport (= 5.2.5) + activemodel (5.2.6) + activesupport (= 5.2.6) + activerecord (5.2.6) + activemodel (= 5.2.6) + activesupport (= 5.2.6) arel (>= 9.0) - activesupport (5.2.5) + activesupport (5.2.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -45,14 +45,14 @@ GEM ast (2.4.2) builder (3.2.4) byebug (11.1.3) - climate_control (1.0.0) + climate_control (1.0.1) coderay (1.1.3) colorize (0.8.1) combustion (1.3.1) activesupport (>= 3.0.0) railties (>= 3.0.0) thor (>= 0.14.6) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.9) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -62,19 +62,19 @@ GEM crass (1.0.6) database_cleaner (2.0.1) database_cleaner-active_record (~> 2.0.0) - database_cleaner-active_record (2.0.0) + database_cleaner-active_record (2.0.1) activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) diff-lcs (1.4.4) - docile (1.3.5) + docile (1.4.0) erubi (1.10.0) et-orbi (1.2.4) tzinfo fasterer (0.9.0) colorize (~> 0.7) ruby_parser (>= 3.14.1) - fugit (1.4.5) + fugit (1.5.0) et-orbi (~> 1.1, >= 1.1.8) raabro (~> 1.4) globalid (0.4.2) @@ -84,17 +84,17 @@ GEM concurrent-ruby (~> 1.0) json (2.5.1) kwalify (0.7.2) - loofah (2.9.1) + loofah (2.10.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (1.0.0) - mini_portile2 (2.5.1) + mini_portile2 (2.5.3) minitest (5.14.4) - nokogiri (1.11.3) + nokogiri (1.11.7) mini_portile2 (~> 2.5.0) racc (~> 1.4) parallel (1.20.1) - parser (3.0.1.0) + parser (3.0.1.1) ast (~> 2.4.1) pg (0.21.0) pry (0.13.1) @@ -103,7 +103,7 @@ GEM pry-byebug (3.9.0) byebug (~> 11.0) pry (~> 0.13.0) - psych (3.3.1) + psych (3.3.2) que (0.14.3) raabro (1.4.0) racc (1.5.2) @@ -115,9 +115,9 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) - railties (5.2.5) - actionpack (= 5.2.5) - activesupport (= 5.2.5) + railties (5.2.6) + actionpack (= 5.2.6) + activesupport (= 5.2.6) method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) @@ -152,15 +152,15 @@ GEM rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) - rubocop-rspec (2.3.0) + rubocop-ast (1.7.0) + parser (>= 3.0.1.1) + rubocop-rspec (2.4.0) rubocop (~> 1.0) rubocop-ast (>= 1.1.0) ruby-progressbar (1.11.0) - ruby_parser (3.15.1) - sexp_processor (~> 4.9) - sexp_processor (4.15.2) + ruby_parser (3.16.0) + sexp_processor (~> 4.15, >= 4.15.1) + sexp_processor (4.15.3) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -173,7 +173,7 @@ GEM thor (1.1.0) thread_safe (0.3.6) timecop (0.9.4) - tins (1.28.0) + tins (1.29.1) sync tzinfo (1.2.9) thread_safe (~> 0.1) diff --git a/gemfiles/activesupport_5_que_1_x.gemfile.lock b/gemfiles/activesupport_5_que_1_x.gemfile.lock index 71c85dd4..a6f8189d 100644 --- a/gemfiles/activesupport_5_que_1_x.gemfile.lock +++ b/gemfiles/activesupport_5_que_1_x.gemfile.lock @@ -10,26 +10,26 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (5.2.5) - actionview (= 5.2.5) - activesupport (= 5.2.5) + actionpack (5.2.6) + actionview (= 5.2.6) + activesupport (= 5.2.6) rack (~> 2.0, >= 2.0.8) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.5) - activesupport (= 5.2.5) + actionview (5.2.6) + activesupport (= 5.2.6) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activemodel (5.2.5) - activesupport (= 5.2.5) - activerecord (5.2.5) - activemodel (= 5.2.5) - activesupport (= 5.2.5) + activemodel (5.2.6) + activesupport (= 5.2.6) + activerecord (5.2.6) + activemodel (= 5.2.6) + activesupport (= 5.2.6) arel (>= 9.0) - activesupport (5.2.5) + activesupport (5.2.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -42,14 +42,14 @@ GEM ast (2.4.2) builder (3.2.4) byebug (11.1.3) - climate_control (1.0.0) + climate_control (1.0.1) coderay (1.1.3) colorize (0.8.1) combustion (1.3.1) activesupport (>= 3.0.0) railties (>= 3.0.0) thor (>= 0.14.6) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.9) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -59,19 +59,19 @@ GEM crass (1.0.6) database_cleaner (2.0.1) database_cleaner-active_record (~> 2.0.0) - database_cleaner-active_record (2.0.0) + database_cleaner-active_record (2.0.1) activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) diff-lcs (1.4.4) - docile (1.3.5) + docile (1.4.0) erubi (1.10.0) et-orbi (1.2.4) tzinfo fasterer (0.9.0) colorize (~> 0.7) ruby_parser (>= 3.14.1) - fugit (1.4.5) + fugit (1.5.0) et-orbi (~> 1.1, >= 1.1.8) raabro (~> 1.4) hashie (4.1.0) @@ -79,17 +79,17 @@ GEM concurrent-ruby (~> 1.0) json (2.5.1) kwalify (0.7.2) - loofah (2.9.1) + loofah (2.10.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (1.0.0) - mini_portile2 (2.5.1) + mini_portile2 (2.5.3) minitest (5.14.4) - nokogiri (1.11.3) + nokogiri (1.11.7) mini_portile2 (~> 2.5.0) racc (~> 1.4) parallel (1.20.1) - parser (3.0.1.0) + parser (3.0.1.1) ast (~> 2.4.1) pg (0.21.0) pry (0.13.1) @@ -98,7 +98,7 @@ GEM pry-byebug (3.9.0) byebug (~> 11.0) pry (~> 0.13.0) - psych (3.3.1) + psych (3.3.2) que (1.0.0.beta4) raabro (1.4.0) racc (1.5.2) @@ -110,9 +110,9 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) - railties (5.2.5) - actionpack (= 5.2.5) - activesupport (= 5.2.5) + railties (5.2.6) + actionpack (= 5.2.6) + activesupport (= 5.2.6) method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) @@ -147,15 +147,15 @@ GEM rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) - rubocop-rspec (2.3.0) + rubocop-ast (1.7.0) + parser (>= 3.0.1.1) + rubocop-rspec (2.4.0) rubocop (~> 1.0) rubocop-ast (>= 1.1.0) ruby-progressbar (1.11.0) - ruby_parser (3.15.1) - sexp_processor (~> 4.9) - sexp_processor (4.15.2) + ruby_parser (3.16.0) + sexp_processor (~> 4.15, >= 4.15.1) + sexp_processor (4.15.3) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -168,7 +168,7 @@ GEM thor (1.1.0) thread_safe (0.3.6) timecop (0.9.4) - tins (1.28.0) + tins (1.29.1) sync tzinfo (1.2.9) thread_safe (~> 0.1) diff --git a/gemfiles/activesupport_5_que_1_x_activejob.gemfile.lock b/gemfiles/activesupport_5_que_1_x_activejob.gemfile.lock index b5b339df..8b35ca0d 100644 --- a/gemfiles/activesupport_5_que_1_x_activejob.gemfile.lock +++ b/gemfiles/activesupport_5_que_1_x_activejob.gemfile.lock @@ -10,29 +10,29 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (5.2.5) - actionview (= 5.2.5) - activesupport (= 5.2.5) + actionpack (5.2.6) + actionview (= 5.2.6) + activesupport (= 5.2.6) rack (~> 2.0, >= 2.0.8) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.5) - activesupport (= 5.2.5) + actionview (5.2.6) + activesupport (= 5.2.6) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.2.5) - activesupport (= 5.2.5) + activejob (5.2.6) + activesupport (= 5.2.6) globalid (>= 0.3.6) - activemodel (5.2.5) - activesupport (= 5.2.5) - activerecord (5.2.5) - activemodel (= 5.2.5) - activesupport (= 5.2.5) + activemodel (5.2.6) + activesupport (= 5.2.6) + activerecord (5.2.6) + activemodel (= 5.2.6) + activesupport (= 5.2.6) arel (>= 9.0) - activesupport (5.2.5) + activesupport (5.2.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -45,14 +45,14 @@ GEM ast (2.4.2) builder (3.2.4) byebug (11.1.3) - climate_control (1.0.0) + climate_control (1.0.1) coderay (1.1.3) colorize (0.8.1) combustion (1.3.1) activesupport (>= 3.0.0) railties (>= 3.0.0) thor (>= 0.14.6) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.9) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -62,19 +62,19 @@ GEM crass (1.0.6) database_cleaner (2.0.1) database_cleaner-active_record (~> 2.0.0) - database_cleaner-active_record (2.0.0) + database_cleaner-active_record (2.0.1) activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) diff-lcs (1.4.4) - docile (1.3.5) + docile (1.4.0) erubi (1.10.0) et-orbi (1.2.4) tzinfo fasterer (0.9.0) colorize (~> 0.7) ruby_parser (>= 3.14.1) - fugit (1.4.5) + fugit (1.5.0) et-orbi (~> 1.1, >= 1.1.8) raabro (~> 1.4) globalid (0.4.2) @@ -84,17 +84,17 @@ GEM concurrent-ruby (~> 1.0) json (2.5.1) kwalify (0.7.2) - loofah (2.9.1) + loofah (2.10.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (1.0.0) - mini_portile2 (2.5.1) + mini_portile2 (2.5.3) minitest (5.14.4) - nokogiri (1.11.3) + nokogiri (1.11.7) mini_portile2 (~> 2.5.0) racc (~> 1.4) parallel (1.20.1) - parser (3.0.1.0) + parser (3.0.1.1) ast (~> 2.4.1) pg (0.21.0) pry (0.13.1) @@ -103,7 +103,7 @@ GEM pry-byebug (3.9.0) byebug (~> 11.0) pry (~> 0.13.0) - psych (3.3.1) + psych (3.3.2) que (1.0.0.beta4) raabro (1.4.0) racc (1.5.2) @@ -115,9 +115,9 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) - railties (5.2.5) - actionpack (= 5.2.5) - activesupport (= 5.2.5) + railties (5.2.6) + actionpack (= 5.2.6) + activesupport (= 5.2.6) method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) @@ -152,15 +152,15 @@ GEM rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) - rubocop-rspec (2.3.0) + rubocop-ast (1.7.0) + parser (>= 3.0.1.1) + rubocop-rspec (2.4.0) rubocop (~> 1.0) rubocop-ast (>= 1.1.0) ruby-progressbar (1.11.0) - ruby_parser (3.15.1) - sexp_processor (~> 4.9) - sexp_processor (4.15.2) + ruby_parser (3.16.0) + sexp_processor (~> 4.15, >= 4.15.1) + sexp_processor (4.15.3) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -173,7 +173,7 @@ GEM thor (1.1.0) thread_safe (0.3.6) timecop (0.9.4) - tins (1.28.0) + tins (1.29.1) sync tzinfo (1.2.9) thread_safe (~> 0.1) diff --git a/gemfiles/activesupport_6_que_0_14.gemfile.lock b/gemfiles/activesupport_6_que_0_14.gemfile.lock index f1957a1a..e9bebc92 100644 --- a/gemfiles/activesupport_6_que_0_14.gemfile.lock +++ b/gemfiles/activesupport_6_que_0_14.gemfile.lock @@ -10,25 +10,25 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (6.0.3.6) - actionview (= 6.0.3.6) - activesupport (= 6.0.3.6) + actionpack (6.0.4) + actionview (= 6.0.4) + activesupport (= 6.0.4) rack (~> 2.0, >= 2.0.8) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (6.0.3.6) - activesupport (= 6.0.3.6) + actionview (6.0.4) + activesupport (= 6.0.4) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activemodel (6.0.3.6) - activesupport (= 6.0.3.6) - activerecord (6.0.3.6) - activemodel (= 6.0.3.6) - activesupport (= 6.0.3.6) - activesupport (6.0.3.6) + activemodel (6.0.4) + activesupport (= 6.0.4) + activerecord (6.0.4) + activemodel (= 6.0.4) + activesupport (= 6.0.4) + activesupport (6.0.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -41,14 +41,14 @@ GEM ast (2.4.2) builder (3.2.4) byebug (11.1.3) - climate_control (1.0.0) + climate_control (1.0.1) coderay (1.1.3) colorize (0.8.1) combustion (1.3.1) activesupport (>= 3.0.0) railties (>= 3.0.0) thor (>= 0.14.6) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.9) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -58,19 +58,19 @@ GEM crass (1.0.6) database_cleaner (2.0.1) database_cleaner-active_record (~> 2.0.0) - database_cleaner-active_record (2.0.0) + database_cleaner-active_record (2.0.1) activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) diff-lcs (1.4.4) - docile (1.3.5) + docile (1.4.0) erubi (1.10.0) et-orbi (1.2.4) tzinfo fasterer (0.9.0) colorize (~> 0.7) ruby_parser (>= 3.14.1) - fugit (1.4.5) + fugit (1.5.0) et-orbi (~> 1.1, >= 1.1.8) raabro (~> 1.4) hashie (4.1.0) @@ -78,17 +78,17 @@ GEM concurrent-ruby (~> 1.0) json (2.5.1) kwalify (0.7.2) - loofah (2.9.1) + loofah (2.10.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (1.0.0) - mini_portile2 (2.5.1) + mini_portile2 (2.5.3) minitest (5.14.4) - nokogiri (1.11.3) + nokogiri (1.11.7) mini_portile2 (~> 2.5.0) racc (~> 1.4) parallel (1.20.1) - parser (3.0.1.0) + parser (3.0.1.1) ast (~> 2.4.1) pg (0.21.0) pry (0.13.1) @@ -97,7 +97,7 @@ GEM pry-byebug (3.9.0) byebug (~> 11.0) pry (~> 0.13.0) - psych (3.3.1) + psych (3.3.2) que (0.14.3) raabro (1.4.0) racc (1.5.2) @@ -109,9 +109,9 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) - railties (6.0.3.6) - actionpack (= 6.0.3.6) - activesupport (= 6.0.3.6) + railties (6.0.4) + actionpack (= 6.0.4) + activesupport (= 6.0.4) method_source rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) @@ -146,15 +146,15 @@ GEM rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) - rubocop-rspec (2.3.0) + rubocop-ast (1.7.0) + parser (>= 3.0.1.1) + rubocop-rspec (2.4.0) rubocop (~> 1.0) rubocop-ast (>= 1.1.0) ruby-progressbar (1.11.0) - ruby_parser (3.15.1) - sexp_processor (~> 4.9) - sexp_processor (4.15.2) + ruby_parser (3.16.0) + sexp_processor (~> 4.15, >= 4.15.1) + sexp_processor (4.15.3) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -167,7 +167,7 @@ GEM thor (1.1.0) thread_safe (0.3.6) timecop (0.9.4) - tins (1.28.0) + tins (1.29.1) sync tzinfo (1.2.9) thread_safe (~> 0.1) diff --git a/gemfiles/activesupport_6_que_1_x.gemfile.lock b/gemfiles/activesupport_6_que_1_x.gemfile.lock index dd3dffdd..f1393d84 100644 --- a/gemfiles/activesupport_6_que_1_x.gemfile.lock +++ b/gemfiles/activesupport_6_que_1_x.gemfile.lock @@ -10,25 +10,25 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (6.0.3.6) - actionview (= 6.0.3.6) - activesupport (= 6.0.3.6) + actionpack (6.0.4) + actionview (= 6.0.4) + activesupport (= 6.0.4) rack (~> 2.0, >= 2.0.8) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (6.0.3.6) - activesupport (= 6.0.3.6) + actionview (6.0.4) + activesupport (= 6.0.4) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activemodel (6.0.3.6) - activesupport (= 6.0.3.6) - activerecord (6.0.3.6) - activemodel (= 6.0.3.6) - activesupport (= 6.0.3.6) - activesupport (6.0.3.6) + activemodel (6.0.4) + activesupport (= 6.0.4) + activerecord (6.0.4) + activemodel (= 6.0.4) + activesupport (= 6.0.4) + activesupport (6.0.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -41,14 +41,14 @@ GEM ast (2.4.2) builder (3.2.4) byebug (11.1.3) - climate_control (1.0.0) + climate_control (1.0.1) coderay (1.1.3) colorize (0.8.1) combustion (1.3.1) activesupport (>= 3.0.0) railties (>= 3.0.0) thor (>= 0.14.6) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.9) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -58,19 +58,19 @@ GEM crass (1.0.6) database_cleaner (2.0.1) database_cleaner-active_record (~> 2.0.0) - database_cleaner-active_record (2.0.0) + database_cleaner-active_record (2.0.1) activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) diff-lcs (1.4.4) - docile (1.3.5) + docile (1.4.0) erubi (1.10.0) et-orbi (1.2.4) tzinfo fasterer (0.9.0) colorize (~> 0.7) ruby_parser (>= 3.14.1) - fugit (1.4.5) + fugit (1.5.0) et-orbi (~> 1.1, >= 1.1.8) raabro (~> 1.4) hashie (4.1.0) @@ -78,17 +78,17 @@ GEM concurrent-ruby (~> 1.0) json (2.5.1) kwalify (0.7.2) - loofah (2.9.1) + loofah (2.10.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (1.0.0) - mini_portile2 (2.5.1) + mini_portile2 (2.5.3) minitest (5.14.4) - nokogiri (1.11.3) + nokogiri (1.11.7) mini_portile2 (~> 2.5.0) racc (~> 1.4) parallel (1.20.1) - parser (3.0.1.0) + parser (3.0.1.1) ast (~> 2.4.1) pg (0.21.0) pry (0.13.1) @@ -97,7 +97,7 @@ GEM pry-byebug (3.9.0) byebug (~> 11.0) pry (~> 0.13.0) - psych (3.3.1) + psych (3.3.2) que (1.0.0.beta4) raabro (1.4.0) racc (1.5.2) @@ -109,9 +109,9 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) - railties (6.0.3.6) - actionpack (= 6.0.3.6) - activesupport (= 6.0.3.6) + railties (6.0.4) + actionpack (= 6.0.4) + activesupport (= 6.0.4) method_source rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) @@ -146,15 +146,15 @@ GEM rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) - rubocop-rspec (2.3.0) + rubocop-ast (1.7.0) + parser (>= 3.0.1.1) + rubocop-rspec (2.4.0) rubocop (~> 1.0) rubocop-ast (>= 1.1.0) ruby-progressbar (1.11.0) - ruby_parser (3.15.1) - sexp_processor (~> 4.9) - sexp_processor (4.15.2) + ruby_parser (3.16.0) + sexp_processor (~> 4.15, >= 4.15.1) + sexp_processor (4.15.3) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -167,7 +167,7 @@ GEM thor (1.1.0) thread_safe (0.3.6) timecop (0.9.4) - tins (1.28.0) + tins (1.29.1) sync tzinfo (1.2.9) thread_safe (~> 0.1) diff --git a/gemfiles/activesupport_6_with_queue_names_que_0_14_activejob.gemfile.lock b/gemfiles/activesupport_6_with_queue_names_que_0_14_activejob.gemfile.lock index 2c2f917d..28d84147 100644 --- a/gemfiles/activesupport_6_with_queue_names_que_0_14_activejob.gemfile.lock +++ b/gemfiles/activesupport_6_with_queue_names_que_0_14_activejob.gemfile.lock @@ -10,28 +10,28 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (6.0.3.6) - actionview (= 6.0.3.6) - activesupport (= 6.0.3.6) + actionpack (6.0.4) + actionview (= 6.0.4) + activesupport (= 6.0.4) rack (~> 2.0, >= 2.0.8) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (6.0.3.6) - activesupport (= 6.0.3.6) + actionview (6.0.4) + activesupport (= 6.0.4) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (6.0.3.6) - activesupport (= 6.0.3.6) + activejob (6.0.4) + activesupport (= 6.0.4) globalid (>= 0.3.6) - activemodel (6.0.3.6) - activesupport (= 6.0.3.6) - activerecord (6.0.3.6) - activemodel (= 6.0.3.6) - activesupport (= 6.0.3.6) - activesupport (6.0.3.6) + activemodel (6.0.4) + activesupport (= 6.0.4) + activerecord (6.0.4) + activemodel (= 6.0.4) + activesupport (= 6.0.4) + activesupport (6.0.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -44,14 +44,14 @@ GEM ast (2.4.2) builder (3.2.4) byebug (11.1.3) - climate_control (1.0.0) + climate_control (1.0.1) coderay (1.1.3) colorize (0.8.1) combustion (1.3.1) activesupport (>= 3.0.0) railties (>= 3.0.0) thor (>= 0.14.6) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.9) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -61,19 +61,19 @@ GEM crass (1.0.6) database_cleaner (2.0.1) database_cleaner-active_record (~> 2.0.0) - database_cleaner-active_record (2.0.0) + database_cleaner-active_record (2.0.1) activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) diff-lcs (1.4.4) - docile (1.3.5) + docile (1.4.0) erubi (1.10.0) et-orbi (1.2.4) tzinfo fasterer (0.9.0) colorize (~> 0.7) ruby_parser (>= 3.14.1) - fugit (1.4.5) + fugit (1.5.0) et-orbi (~> 1.1, >= 1.1.8) raabro (~> 1.4) globalid (0.4.2) @@ -83,17 +83,17 @@ GEM concurrent-ruby (~> 1.0) json (2.5.1) kwalify (0.7.2) - loofah (2.9.1) + loofah (2.10.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (1.0.0) - mini_portile2 (2.5.1) + mini_portile2 (2.5.3) minitest (5.14.4) - nokogiri (1.11.3) + nokogiri (1.11.7) mini_portile2 (~> 2.5.0) racc (~> 1.4) parallel (1.20.1) - parser (3.0.1.0) + parser (3.0.1.1) ast (~> 2.4.1) pg (0.21.0) pry (0.13.1) @@ -102,7 +102,7 @@ GEM pry-byebug (3.9.0) byebug (~> 11.0) pry (~> 0.13.0) - psych (3.3.1) + psych (3.3.2) que (0.14.3) raabro (1.4.0) racc (1.5.2) @@ -114,9 +114,9 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) - railties (6.0.3.6) - actionpack (= 6.0.3.6) - activesupport (= 6.0.3.6) + railties (6.0.4) + actionpack (= 6.0.4) + activesupport (= 6.0.4) method_source rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) @@ -151,15 +151,15 @@ GEM rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) - rubocop-rspec (2.3.0) + rubocop-ast (1.7.0) + parser (>= 3.0.1.1) + rubocop-rspec (2.4.0) rubocop (~> 1.0) rubocop-ast (>= 1.1.0) ruby-progressbar (1.11.0) - ruby_parser (3.15.1) - sexp_processor (~> 4.9) - sexp_processor (4.15.2) + ruby_parser (3.16.0) + sexp_processor (~> 4.15, >= 4.15.1) + sexp_processor (4.15.3) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -172,7 +172,7 @@ GEM thor (1.1.0) thread_safe (0.3.6) timecop (0.9.4) - tins (1.28.0) + tins (1.29.1) sync tzinfo (1.2.9) thread_safe (~> 0.1) diff --git a/gemfiles/activesupport_6_with_queue_names_que_1_x_activejob.gemfile.lock b/gemfiles/activesupport_6_with_queue_names_que_1_x_activejob.gemfile.lock index dc0959d7..145968c6 100644 --- a/gemfiles/activesupport_6_with_queue_names_que_1_x_activejob.gemfile.lock +++ b/gemfiles/activesupport_6_with_queue_names_que_1_x_activejob.gemfile.lock @@ -10,28 +10,28 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (6.0.3.6) - actionview (= 6.0.3.6) - activesupport (= 6.0.3.6) + actionpack (6.0.4) + actionview (= 6.0.4) + activesupport (= 6.0.4) rack (~> 2.0, >= 2.0.8) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (6.0.3.6) - activesupport (= 6.0.3.6) + actionview (6.0.4) + activesupport (= 6.0.4) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (6.0.3.6) - activesupport (= 6.0.3.6) + activejob (6.0.4) + activesupport (= 6.0.4) globalid (>= 0.3.6) - activemodel (6.0.3.6) - activesupport (= 6.0.3.6) - activerecord (6.0.3.6) - activemodel (= 6.0.3.6) - activesupport (= 6.0.3.6) - activesupport (6.0.3.6) + activemodel (6.0.4) + activesupport (= 6.0.4) + activerecord (6.0.4) + activemodel (= 6.0.4) + activesupport (= 6.0.4) + activesupport (6.0.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -44,14 +44,14 @@ GEM ast (2.4.2) builder (3.2.4) byebug (11.1.3) - climate_control (1.0.0) + climate_control (1.0.1) coderay (1.1.3) colorize (0.8.1) combustion (1.3.1) activesupport (>= 3.0.0) railties (>= 3.0.0) thor (>= 0.14.6) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.9) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -61,19 +61,19 @@ GEM crass (1.0.6) database_cleaner (2.0.1) database_cleaner-active_record (~> 2.0.0) - database_cleaner-active_record (2.0.0) + database_cleaner-active_record (2.0.1) activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) diff-lcs (1.4.4) - docile (1.3.5) + docile (1.4.0) erubi (1.10.0) et-orbi (1.2.4) tzinfo fasterer (0.9.0) colorize (~> 0.7) ruby_parser (>= 3.14.1) - fugit (1.4.5) + fugit (1.5.0) et-orbi (~> 1.1, >= 1.1.8) raabro (~> 1.4) globalid (0.4.2) @@ -83,17 +83,17 @@ GEM concurrent-ruby (~> 1.0) json (2.5.1) kwalify (0.7.2) - loofah (2.9.1) + loofah (2.10.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (1.0.0) - mini_portile2 (2.5.1) + mini_portile2 (2.5.3) minitest (5.14.4) - nokogiri (1.11.3) + nokogiri (1.11.7) mini_portile2 (~> 2.5.0) racc (~> 1.4) parallel (1.20.1) - parser (3.0.1.0) + parser (3.0.1.1) ast (~> 2.4.1) pg (0.21.0) pry (0.13.1) @@ -102,7 +102,7 @@ GEM pry-byebug (3.9.0) byebug (~> 11.0) pry (~> 0.13.0) - psych (3.3.1) + psych (3.3.2) que (1.0.0.beta4) raabro (1.4.0) racc (1.5.2) @@ -114,9 +114,9 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) - railties (6.0.3.6) - actionpack (= 6.0.3.6) - activesupport (= 6.0.3.6) + railties (6.0.4) + actionpack (= 6.0.4) + activesupport (= 6.0.4) method_source rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) @@ -151,15 +151,15 @@ GEM rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) - rubocop-rspec (2.3.0) + rubocop-ast (1.7.0) + parser (>= 3.0.1.1) + rubocop-rspec (2.4.0) rubocop (~> 1.0) rubocop-ast (>= 1.1.0) ruby-progressbar (1.11.0) - ruby_parser (3.15.1) - sexp_processor (~> 4.9) - sexp_processor (4.15.2) + ruby_parser (3.16.0) + sexp_processor (~> 4.15, >= 4.15.1) + sexp_processor (4.15.3) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -172,7 +172,7 @@ GEM thor (1.1.0) thread_safe (0.3.6) timecop (0.9.4) - tins (1.28.0) + tins (1.29.1) sync tzinfo (1.2.9) thread_safe (~> 0.1) diff --git a/gemfiles/activesupport_6_without_queue_names_1_x_activejob.gemfile.lock b/gemfiles/activesupport_6_without_queue_names_1_x_activejob.gemfile.lock index b9f7c144..c485c93e 100644 --- a/gemfiles/activesupport_6_without_queue_names_1_x_activejob.gemfile.lock +++ b/gemfiles/activesupport_6_without_queue_names_1_x_activejob.gemfile.lock @@ -44,14 +44,14 @@ GEM ast (2.4.2) builder (3.2.4) byebug (11.1.3) - climate_control (1.0.0) + climate_control (1.0.1) coderay (1.1.3) colorize (0.8.1) combustion (1.3.1) activesupport (>= 3.0.0) railties (>= 3.0.0) thor (>= 0.14.6) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.9) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -61,19 +61,19 @@ GEM crass (1.0.6) database_cleaner (2.0.1) database_cleaner-active_record (~> 2.0.0) - database_cleaner-active_record (2.0.0) + database_cleaner-active_record (2.0.1) activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) diff-lcs (1.4.4) - docile (1.3.5) + docile (1.4.0) erubi (1.10.0) et-orbi (1.2.4) tzinfo fasterer (0.9.0) colorize (~> 0.7) ruby_parser (>= 3.14.1) - fugit (1.4.5) + fugit (1.5.0) et-orbi (~> 1.1, >= 1.1.8) raabro (~> 1.4) globalid (0.4.2) @@ -83,17 +83,17 @@ GEM concurrent-ruby (~> 1.0) json (2.5.1) kwalify (0.7.2) - loofah (2.9.1) + loofah (2.10.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (1.0.0) - mini_portile2 (2.5.1) + mini_portile2 (2.5.3) minitest (5.14.4) - nokogiri (1.11.3) + nokogiri (1.11.7) mini_portile2 (~> 2.5.0) racc (~> 1.4) parallel (1.20.1) - parser (3.0.1.0) + parser (3.0.1.1) ast (~> 2.4.1) pg (0.21.0) pry (0.13.1) @@ -102,7 +102,7 @@ GEM pry-byebug (3.9.0) byebug (~> 11.0) pry (~> 0.13.0) - psych (3.3.1) + psych (3.3.2) que (1.0.0.beta4) raabro (1.4.0) racc (1.5.2) @@ -151,15 +151,15 @@ GEM rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) - rubocop-rspec (2.3.0) + rubocop-ast (1.7.0) + parser (>= 3.0.1.1) + rubocop-rspec (2.4.0) rubocop (~> 1.0) rubocop-ast (>= 1.1.0) ruby-progressbar (1.11.0) - ruby_parser (3.15.1) - sexp_processor (~> 4.9) - sexp_processor (4.15.2) + ruby_parser (3.16.0) + sexp_processor (~> 4.15, >= 4.15.1) + sexp_processor (4.15.3) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -172,7 +172,7 @@ GEM thor (1.1.0) thread_safe (0.3.6) timecop (0.9.4) - tins (1.28.0) + tins (1.29.1) sync tzinfo (1.2.9) thread_safe (~> 0.1) diff --git a/gemfiles/activesupport_6_without_queue_names_que_0_14_activejob.gemfile.lock b/gemfiles/activesupport_6_without_queue_names_que_0_14_activejob.gemfile.lock index d9cf8455..6f93ff58 100644 --- a/gemfiles/activesupport_6_without_queue_names_que_0_14_activejob.gemfile.lock +++ b/gemfiles/activesupport_6_without_queue_names_que_0_14_activejob.gemfile.lock @@ -44,14 +44,14 @@ GEM ast (2.4.2) builder (3.2.4) byebug (11.1.3) - climate_control (1.0.0) + climate_control (1.0.1) coderay (1.1.3) colorize (0.8.1) combustion (1.3.1) activesupport (>= 3.0.0) railties (>= 3.0.0) thor (>= 0.14.6) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.9) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -61,19 +61,19 @@ GEM crass (1.0.6) database_cleaner (2.0.1) database_cleaner-active_record (~> 2.0.0) - database_cleaner-active_record (2.0.0) + database_cleaner-active_record (2.0.1) activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) diff-lcs (1.4.4) - docile (1.3.5) + docile (1.4.0) erubi (1.10.0) et-orbi (1.2.4) tzinfo fasterer (0.9.0) colorize (~> 0.7) ruby_parser (>= 3.14.1) - fugit (1.4.5) + fugit (1.5.0) et-orbi (~> 1.1, >= 1.1.8) raabro (~> 1.4) globalid (0.4.2) @@ -83,17 +83,17 @@ GEM concurrent-ruby (~> 1.0) json (2.5.1) kwalify (0.7.2) - loofah (2.9.1) + loofah (2.10.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (1.0.0) - mini_portile2 (2.5.1) + mini_portile2 (2.5.3) minitest (5.14.4) - nokogiri (1.11.3) + nokogiri (1.11.7) mini_portile2 (~> 2.5.0) racc (~> 1.4) parallel (1.20.1) - parser (3.0.1.0) + parser (3.0.1.1) ast (~> 2.4.1) pg (0.21.0) pry (0.13.1) @@ -102,7 +102,7 @@ GEM pry-byebug (3.9.0) byebug (~> 11.0) pry (~> 0.13.0) - psych (3.3.1) + psych (3.3.2) que (0.14.3) raabro (1.4.0) racc (1.5.2) @@ -151,15 +151,15 @@ GEM rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) - rubocop-rspec (2.3.0) + rubocop-ast (1.7.0) + parser (>= 3.0.1.1) + rubocop-rspec (2.4.0) rubocop (~> 1.0) rubocop-ast (>= 1.1.0) ruby-progressbar (1.11.0) - ruby_parser (3.15.1) - sexp_processor (~> 4.9) - sexp_processor (4.15.2) + ruby_parser (3.16.0) + sexp_processor (~> 4.15, >= 4.15.1) + sexp_processor (4.15.3) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -172,7 +172,7 @@ GEM thor (1.1.0) thread_safe (0.3.6) timecop (0.9.4) - tins (1.28.0) + tins (1.29.1) sync tzinfo (1.2.9) thread_safe (~> 0.1) diff --git a/gemfiles/rails_6_que_0_14.gemfile.lock b/gemfiles/rails_6_que_0_14.gemfile.lock index 1773e916..0e691abf 100644 --- a/gemfiles/rails_6_que_0_14.gemfile.lock +++ b/gemfiles/rails_6_que_0_14.gemfile.lock @@ -10,56 +10,56 @@ PATH GEM remote: https://rubygems.org/ specs: - actioncable (6.0.3.6) - actionpack (= 6.0.3.6) + actioncable (6.0.4) + actionpack (= 6.0.4) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (6.0.3.6) - actionpack (= 6.0.3.6) - activejob (= 6.0.3.6) - activerecord (= 6.0.3.6) - activestorage (= 6.0.3.6) - activesupport (= 6.0.3.6) + actionmailbox (6.0.4) + actionpack (= 6.0.4) + activejob (= 6.0.4) + activerecord (= 6.0.4) + activestorage (= 6.0.4) + activesupport (= 6.0.4) mail (>= 2.7.1) - actionmailer (6.0.3.6) - actionpack (= 6.0.3.6) - actionview (= 6.0.3.6) - activejob (= 6.0.3.6) + actionmailer (6.0.4) + actionpack (= 6.0.4) + actionview (= 6.0.4) + activejob (= 6.0.4) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (6.0.3.6) - actionview (= 6.0.3.6) - activesupport (= 6.0.3.6) + actionpack (6.0.4) + actionview (= 6.0.4) + activesupport (= 6.0.4) rack (~> 2.0, >= 2.0.8) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (6.0.3.6) - actionpack (= 6.0.3.6) - activerecord (= 6.0.3.6) - activestorage (= 6.0.3.6) - activesupport (= 6.0.3.6) + actiontext (6.0.4) + actionpack (= 6.0.4) + activerecord (= 6.0.4) + activestorage (= 6.0.4) + activesupport (= 6.0.4) nokogiri (>= 1.8.5) - actionview (6.0.3.6) - activesupport (= 6.0.3.6) + actionview (6.0.4) + activesupport (= 6.0.4) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (6.0.3.6) - activesupport (= 6.0.3.6) + activejob (6.0.4) + activesupport (= 6.0.4) globalid (>= 0.3.6) - activemodel (6.0.3.6) - activesupport (= 6.0.3.6) - activerecord (6.0.3.6) - activemodel (= 6.0.3.6) - activesupport (= 6.0.3.6) - activestorage (6.0.3.6) - actionpack (= 6.0.3.6) - activejob (= 6.0.3.6) - activerecord (= 6.0.3.6) + activemodel (6.0.4) + activesupport (= 6.0.4) + activerecord (6.0.4) + activemodel (= 6.0.4) + activesupport (= 6.0.4) + activestorage (6.0.4) + actionpack (= 6.0.4) + activejob (= 6.0.4) + activerecord (= 6.0.4) marcel (~> 1.0.0) - activesupport (6.0.3.6) + activesupport (6.0.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -72,14 +72,14 @@ GEM ast (2.4.2) builder (3.2.4) byebug (11.1.3) - climate_control (1.0.0) + climate_control (1.0.1) coderay (1.1.3) colorize (0.8.1) combustion (1.3.1) activesupport (>= 3.0.0) railties (>= 3.0.0) thor (>= 0.14.6) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.9) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -89,19 +89,19 @@ GEM crass (1.0.6) database_cleaner (2.0.1) database_cleaner-active_record (~> 2.0.0) - database_cleaner-active_record (2.0.0) + database_cleaner-active_record (2.0.1) activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) diff-lcs (1.4.4) - docile (1.3.5) + docile (1.4.0) erubi (1.10.0) et-orbi (1.2.4) tzinfo fasterer (0.9.0) colorize (~> 0.7) ruby_parser (>= 3.14.1) - fugit (1.4.5) + fugit (1.5.0) et-orbi (~> 1.1, >= 1.1.8) raabro (~> 1.4) globalid (0.4.2) @@ -111,7 +111,7 @@ GEM concurrent-ruby (~> 1.0) json (2.5.1) kwalify (0.7.2) - loofah (2.9.1) + loofah (2.10.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -119,14 +119,14 @@ GEM marcel (1.0.1) method_source (1.0.0) mini_mime (1.1.0) - mini_portile2 (2.5.1) + mini_portile2 (2.5.3) minitest (5.14.4) nio4r (2.5.7) - nokogiri (1.11.3) + nokogiri (1.11.7) mini_portile2 (~> 2.5.0) racc (~> 1.4) parallel (1.20.1) - parser (3.0.1.0) + parser (3.0.1.1) ast (~> 2.4.1) pg (0.21.0) pry (0.13.1) @@ -135,36 +135,36 @@ GEM pry-byebug (3.9.0) byebug (~> 11.0) pry (~> 0.13.0) - psych (3.3.1) + psych (3.3.2) que (0.14.3) raabro (1.4.0) racc (1.5.2) rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) - rails (6.0.3.6) - actioncable (= 6.0.3.6) - actionmailbox (= 6.0.3.6) - actionmailer (= 6.0.3.6) - actionpack (= 6.0.3.6) - actiontext (= 6.0.3.6) - actionview (= 6.0.3.6) - activejob (= 6.0.3.6) - activemodel (= 6.0.3.6) - activerecord (= 6.0.3.6) - activestorage (= 6.0.3.6) - activesupport (= 6.0.3.6) + rails (6.0.4) + actioncable (= 6.0.4) + actionmailbox (= 6.0.4) + actionmailer (= 6.0.4) + actionpack (= 6.0.4) + actiontext (= 6.0.4) + actionview (= 6.0.4) + activejob (= 6.0.4) + activemodel (= 6.0.4) + activerecord (= 6.0.4) + activestorage (= 6.0.4) + activesupport (= 6.0.4) bundler (>= 1.3.0) - railties (= 6.0.3.6) + railties (= 6.0.4) sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) - railties (6.0.3.6) - actionpack (= 6.0.3.6) - activesupport (= 6.0.3.6) + railties (6.0.4) + actionpack (= 6.0.4) + activesupport (= 6.0.4) method_source rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) @@ -199,15 +199,15 @@ GEM rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) - rubocop-rspec (2.3.0) + rubocop-ast (1.7.0) + parser (>= 3.0.1.1) + rubocop-rspec (2.4.0) rubocop (~> 1.0) rubocop-ast (>= 1.1.0) ruby-progressbar (1.11.0) - ruby_parser (3.15.1) - sexp_processor (~> 4.9) - sexp_processor (4.15.2) + ruby_parser (3.16.0) + sexp_processor (~> 4.15, >= 4.15.1) + sexp_processor (4.15.3) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -227,12 +227,12 @@ GEM thor (1.1.0) thread_safe (0.3.6) timecop (0.9.4) - tins (1.28.0) + tins (1.29.1) sync tzinfo (1.2.9) thread_safe (~> 0.1) unicode-display_width (1.7.0) - websocket-driver (0.7.3) + websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) zeitwerk (2.4.2) diff --git a/spec/que/scheduler/scheduler_job_spec.rb b/spec/que/scheduler/scheduler_job_spec.rb index e673cba3..88a752bf 100644 --- a/spec/que/scheduler/scheduler_job_spec.rb +++ b/spec/que/scheduler/scheduler_job_spec.rb @@ -205,6 +205,10 @@ def expect_itself_enqueued def expect_job_args_to_equal(args, to_equal) args_sym = JSON.parse(args.to_json, symbolize_names: true) + # Remove the ActiveJob noise + if args_sym.is_a?(Array) && args_sym[0].is_a?(Hash) + args_sym[0] = args_sym[0].except(:_aj_ruby2_keywords) + end expect(args_sym).to eq(to_equal) end end