hlascelles/que-scheduler

View on GitHub
gemfiles/activesupport_6_que_2_x.gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ..
  specs:
    que-scheduler (5.1.0)
      activesupport (>= 6.0)
      fugit (~> 1.1, >= 1.1.8)
      hashie (>= 3, < 6)
      que (>= 0.14, < 3.0.0)

GEM
  remote: https://rubygems.org/
  specs:
    actionpack (6.0.6.1)
      actionview (= 6.0.6.1)
      activesupport (= 6.0.6.1)
      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.6.1)
      activesupport (= 6.0.6.1)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.1, >= 1.2.0)
    activemodel (6.0.6.1)
      activesupport (= 6.0.6.1)
    activerecord (6.0.6.1)
      activemodel (= 6.0.6.1)
      activesupport (= 6.0.6.1)
    activesupport (6.0.6.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
      zeitwerk (~> 2.2, >= 2.2.2)
    appraisal (2.5.0)
      bundler
      rake
      thor (>= 0.14.0)
    ast (2.4.2)
    bigdecimal (3.1.7)
    builder (3.2.4)
    byebug (11.1.3)
    climate_control (1.2.0)
    coderay (1.1.3)
    combustion (1.4.0)
      activesupport (>= 3.0.0)
      railties (>= 3.0.0)
      thor (>= 0.14.6)
    concurrent-ruby (1.2.3)
    coveralls_reborn (0.28.0)
      simplecov (~> 0.22.0)
      term-ansicolor (~> 1.7)
      thor (~> 1.2)
      tins (~> 1.32)
    crass (1.0.6)
    database_cleaner (2.0.2)
      database_cleaner-active_record (>= 2, < 3)
    database_cleaner-active_record (2.1.0)
      activerecord (>= 5.a)
      database_cleaner-core (~> 2.0.0)
    database_cleaner-core (2.0.1)
    dememoize (0.1.0)
    diff-lcs (1.5.1)
    docile (1.4.0)
    dry-configurable (1.1.0)
      dry-core (~> 1.0, < 2)
      zeitwerk (~> 2.6)
    dry-core (1.0.1)
      concurrent-ruby (~> 1.0)
      zeitwerk (~> 2.6)
    dry-inflector (1.0.0)
    dry-initializer (3.1.1)
    dry-logic (1.5.0)
      concurrent-ruby (~> 1.0)
      dry-core (~> 1.0, < 2)
      zeitwerk (~> 2.6)
    dry-schema (1.13.3)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 1.0, >= 1.0.1)
      dry-core (~> 1.0, < 2)
      dry-initializer (~> 3.0)
      dry-logic (>= 1.4, < 2)
      dry-types (>= 1.7, < 2)
      zeitwerk (~> 2.6)
    dry-types (1.7.2)
      bigdecimal (~> 3.0)
      concurrent-ruby (~> 1.0)
      dry-core (~> 1.0)
      dry-inflector (~> 1.0)
      dry-logic (~> 1.4)
      zeitwerk (~> 2.6)
    erubi (1.12.0)
    et-orbi (1.2.11)
      tzinfo
    fasterer (0.11.0)
      ruby_parser (>= 3.19.1)
    fugit (1.10.1)
      et-orbi (~> 1, >= 1.2.7)
      raabro (~> 1.4)
    hashie (5.0.0)
    i18n (1.14.4)
      concurrent-ruby (~> 1.0)
    json (2.7.2)
    language_server-protocol (3.17.0.3)
    loofah (2.22.0)
      crass (~> 1.0.2)
      nokogiri (>= 1.12.0)
    method_source (1.0.0)
    minitest (5.22.3)
    nokogiri (1.16.3-x86_64-linux)
      racc (~> 1.4)
    parallel (1.24.0)
    parser (3.3.0.5)
      ast (~> 2.4.1)
      racc
    pg (1.5.6)
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry-byebug (3.10.1)
      byebug (~> 11.0)
      pry (>= 0.13, < 0.15)
    psych (3.1.0)
    que (2.3.0)
    raabro (1.4.0)
    racc (1.7.3)
    rack (2.2.9)
    rack-test (2.1.0)
      rack (>= 1.3)
    rails-dom-testing (2.2.0)
      activesupport (>= 5.0.0)
      minitest
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.6.0)
      loofah (~> 2.21)
      nokogiri (~> 1.14)
    railties (6.0.6.1)
      actionpack (= 6.0.6.1)
      activesupport (= 6.0.6.1)
      method_source
      rake (>= 0.8.7)
      thor (>= 0.20.3, < 2.0)
    rainbow (3.1.1)
    rake (13.2.1)
    reek (6.3.0)
      dry-schema (~> 1.13.0)
      parser (~> 3.3.0)
      rainbow (>= 2.0, < 4.0)
      rexml (~> 3.1)
    regexp_parser (2.9.0)
    rexml (3.2.6)
    rspec (3.13.0)
      rspec-core (~> 3.13.0)
      rspec-expectations (~> 3.13.0)
      rspec-mocks (~> 3.13.0)
    rspec-core (3.13.0)
      rspec-support (~> 3.13.0)
    rspec-expectations (3.13.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-mocks (3.13.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-support (3.13.1)
    rubocop (1.63.1)
      json (~> 2.3)
      language_server-protocol (>= 3.17.0)
      parallel (~> 1.10)
      parser (>= 3.3.0.2)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml (>= 3.2.5, < 4.0)
      rubocop-ast (>= 1.31.1, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 2.4.0, < 3.0)
    rubocop-ast (1.31.2)
      parser (>= 3.3.0.4)
    rubocop-capybara (2.20.0)
      rubocop (~> 1.41)
    rubocop-factory_bot (2.25.1)
      rubocop (~> 1.41)
    rubocop-performance (1.21.0)
      rubocop (>= 1.48.1, < 2.0)
      rubocop-ast (>= 1.31.1, < 2.0)
    rubocop-rspec (2.29.1)
      rubocop (~> 1.40)
      rubocop-capybara (~> 2.17)
      rubocop-factory_bot (~> 2.22)
      rubocop-rspec_rails (~> 2.28)
    rubocop-rspec_rails (2.28.2)
      rubocop (~> 1.40)
    ruby-progressbar (1.13.0)
    ruby_parser (3.21.0)
      racc (~> 1.5)
      sexp_processor (~> 4.16)
    sexp_processor (4.17.1)
    simplecov (0.22.0)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-html (0.12.3)
    simplecov_json_formatter (0.1.4)
    sqlite3 (1.7.3-x86_64-linux)
    sync (0.5.0)
    term-ansicolor (1.7.2)
      tins (~> 1.0)
    thor (1.3.1)
    thread_safe (0.3.6)
    timecop (0.9.8)
    tins (1.32.1)
      sync
    tzinfo (1.2.11)
      thread_safe (~> 0.1)
    unicode-display_width (2.5.0)
    zeitwerk (2.6.13)
    zonebie (0.6.1)

PLATFORMS
  x86_64-linux

DEPENDENCIES
  activerecord (>= 5.0, < 8.0)
  activesupport (~> 6.0.3)
  appraisal
  climate_control
  combustion
  coveralls_reborn
  database_cleaner
  dememoize
  fasterer
  pg (~> 1.0)
  pry-byebug
  psych (= 3.1.0)
  que (~> 2.0)
  que-scheduler!
  rake
  reek
  rspec
  rubocop
  rubocop-performance
  rubocop-rspec
  sqlite3 (>= 1.3)
  timecop
  zonebie

BUNDLED WITH
   2.4.4