ileitch/modis

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    modis (4.2.0)
      activemodel (>= 5.2)
      activesupport (>= 5.2)
      connection_pool (>= 2)
      msgpack (>= 0.5)
      redis (>= 3.0)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (7.0.4.2)
      activesupport (= 7.0.4.2)
    activesupport (7.0.4.2)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
    addressable (2.8.1)
      public_suffix (>= 2.0.2, < 6.0)
    appraisal (2.3.0)
      bundler
      rake
      thor (>= 0.14.0)
    ast (2.4.2)
    async (2.3.1)
      console (~> 1.10)
      io-event (~> 1.1)
      timers (~> 4.1)
    async-http (0.59.5)
      async (>= 1.25)
      async-io (>= 1.28)
      async-pool (>= 0.2)
      protocol-http (~> 0.23)
      protocol-http1 (~> 0.14.0)
      protocol-http2 (~> 0.14.0)
      traces (>= 0.8.0)
    async-http-faraday (0.11.0)
      async-http (~> 0.42)
      faraday
    async-io (1.34.3)
      async
    async-pool (0.3.12)
      async (>= 1.25)
    cane (3.0.0)
      parallel
    codeclimate-test-reporter (1.0.7)
      simplecov
    concurrent-ruby (1.2.0)
    connection_pool (2.3.0)
    console (1.16.2)
      fiber-local
    diff-lcs (1.4.4)
    docile (1.3.2)
    faraday (2.7.4)
      faraday-net_http (>= 2.0, < 3.1)
      ruby2_keywords (>= 0.0.4)
    faraday-http-cache (2.4.1)
      faraday (>= 0.8)
    faraday-net_http (3.0.2)
    fiber-local (1.0.0)
    github_changelog_generator (1.16.4)
      activesupport
      async (>= 1.25.0)
      async-http-faraday
      faraday-http-cache
      multi_json
      octokit (~> 4.6)
      rainbow (>= 2.2.1)
      rake (>= 10.0)
    hiredis (0.6.3)
    i18n (1.12.0)
      concurrent-ruby (~> 1.0)
    io-event (1.1.6)
    jaro_winkler (1.5.4)
    minitest (5.17.0)
    msgpack (1.6.0)
    multi_json (1.15.0)
    octokit (4.25.1)
      faraday (>= 1, < 3)
      sawyer (~> 0.9)
    parallel (1.20.1)
    parser (3.0.1.0)
      ast (~> 2.4.1)
    protocol-hpack (1.4.2)
    protocol-http (0.24.0)
    protocol-http1 (0.14.6)
      protocol-http (~> 0.22)
    protocol-http2 (0.14.2)
      protocol-hpack (~> 1.4)
      protocol-http (~> 0.18)
    public_suffix (5.0.1)
    rainbow (3.0.0)
    rake (13.0.1)
    redis (5.0.6)
      redis-client (>= 0.9.0)
    redis-client (0.12.1)
      connection_pool
    rexml (3.2.5)
    rspec (3.9.0)
      rspec-core (~> 3.9.0)
      rspec-expectations (~> 3.9.0)
      rspec-mocks (~> 3.9.0)
    rspec-core (3.9.2)
      rspec-support (~> 3.9.3)
    rspec-expectations (3.9.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-mocks (3.9.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-support (3.9.3)
    rubocop (0.81.0)
      jaro_winkler (~> 1.5.1)
      parallel (~> 1.10)
      parser (>= 2.7.0.1)
      rainbow (>= 2.2.2, < 4.0)
      rexml
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 2.0)
    ruby-progressbar (1.11.0)
    ruby2_keywords (0.0.5)
    sawyer (0.9.2)
      addressable (>= 2.3.5)
      faraday (>= 0.17.3, < 3)
    simplecov (0.18.5)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
    simplecov-html (0.12.3)
    thor (1.0.1)
    timers (4.3.5)
    traces (0.8.0)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    unicode-display_width (1.7.0)

PLATFORMS
  ruby

DEPENDENCIES
  appraisal
  cane
  codeclimate-test-reporter
  github_changelog_generator
  hiredis (>= 0.5)
  modis!
  rake
  rspec
  rubocop (= 0.81.0)
  simplecov

BUNDLED WITH
   2.2.21