linqueta/katinguele

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    eezee (1.0.16)
      faraday (>= 0.17.0)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (6.0.2.2)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
      zeitwerk (~> 2.2)
    addressable (2.7.0)
      public_suffix (>= 2.0.2, < 5.0)
    ansi (1.5.0)
    ast (2.4.0)
    byebug (11.1.2)
    coderay (1.1.2)
    concurrent-ruby (1.1.6)
    crack (0.4.3)
      safe_yaml (~> 1.0.0)
    diff-lcs (1.3)
    docile (1.3.2)
    factory_bot (5.1.2)
      activesupport (>= 4.2.0)
    faraday (1.3.0)
      faraday-net_http (~> 1.0)
      multipart-post (>= 1.2, < 3)
      ruby2_keywords
    faraday-net_http (1.0.1)
    hashdiff (1.0.1)
    i18n (1.8.2)
      concurrent-ruby (~> 1.0)
    jaro_winkler (1.5.4)
    method_source (1.0.0)
    minitest (5.14.0)
    multipart-post (2.1.1)
    parallel (1.19.1)
    parser (2.7.1.1)
      ast (~> 2.4.0)
    pry (0.13.1)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry-byebug (3.9.0)
      byebug (~> 11.0)
      pry (~> 0.13.0)
    public_suffix (4.0.4)
    rainbow (3.0.0)
    rake (10.5.0)
    rexml (3.2.4)
    rspec (3.9.0)
      rspec-core (~> 3.9.0)
      rspec-expectations (~> 3.9.0)
      rspec-mocks (~> 3.9.0)
    rspec-core (3.9.1)
      rspec-support (~> 3.9.1)
    rspec-expectations (3.9.1)
      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.2)
    rubocop (0.82.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)
    rubocop-performance (1.5.2)
      rubocop (>= 0.71.0)
    ruby-progressbar (1.10.1)
    ruby2_keywords (0.0.4)
    safe_yaml (1.0.5)
    simplecov (0.18.5)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
    simplecov-console (0.7.2)
      ansi
      simplecov
      terminal-table
    simplecov-html (0.12.2)
    terminal-table (1.8.0)
      unicode-display_width (~> 1.1, >= 1.1.1)
    thread_safe (0.3.6)
    tzinfo (1.2.7)
      thread_safe (~> 0.1)
    unicode-display_width (1.7.0)
    vcr (5.1.0)
    webmock (3.8.3)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)
    zeitwerk (2.3.0)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 2.0)
  eezee!
  factory_bot (~> 5.1, >= 5.1.1)
  pry-byebug (~> 3.7, >= 3.7.0)
  rake (~> 10.0)
  rspec (~> 3.0)
  rubocop (~> 0.74, >= 0.74.0)
  rubocop-performance (~> 1.4, >= 1.4.1)
  simplecov (~> 0.17, >= 0.17.0)
  simplecov-console (~> 0.5, >= 0.5.0)
  vcr (~> 5.0, >= 5.0.0)
  webmock (~> 3.7, >= 3.7.6)

BUNDLED WITH
   2.1.4