pedrozath/coltrane

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    coltrane (4.1.2)
      activesupport (> 5.2)
      color (~> 1.8)
      dry-monads (~> 0.4)
      gambiarra (= 0.0.6)
      paint (~> 2.0)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (7.0.4.3)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
    ast (2.4.2)
    byebug (11.1.3)
    cli-ui (1.5.1)
    coderay (1.1.3)
    color (1.8)
    concurrent-ruby (1.1.8)
    diff-lcs (1.4.4)
    docile (1.3.5)
    dry-core (0.9.1)
      concurrent-ruby (~> 1.0)
      zeitwerk (~> 2.6)
    dry-equalizer (0.3.0)
    dry-monads (0.4.0)
      dry-core (~> 0.3, >= 0.3.3)
      dry-equalizer
    gambiarra (0.0.6)
      activesupport (> 5.2)
      cli-ui (~> 1.1)
      thor (~> 1.1.0)
    hike (1.2.3)
    i18n (1.12.0)
      concurrent-ruby (~> 1.0)
    method_source (1.0.0)
    minitest (5.18.0)
    opal (0.10.6)
      hike (~> 1.2)
      sourcemap (~> 0.1.0)
      sprockets (~> 3.1)
      tilt (>= 1.4)
    opal-rspec (0.6.2)
      opal (>= 0.10.0, < 0.12)
    paint (2.3.0)
    parallel (1.20.1)
    parser (3.0.0.0)
      ast (~> 2.4.1)
    pastel (0.8.0)
      tty-color (~> 0.5)
    pry (0.13.1)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry-byebug (3.10.1)
      byebug (~> 11.0)
      pry (>= 0.13, < 0.15)
    rack (2.2.3)
    rainbow (3.0.0)
    rake (10.5.0)
    regexp_parser (2.0.3)
    rexml (3.2.4)
    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.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-support (3.10.2)
    rubocop (1.9.1)
      parallel (~> 1.10)
      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)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 3.0)
    rubocop-ast (1.4.1)
      parser (>= 2.7.1.5)
    ruby-progressbar (1.11.0)
    simplecov (0.21.2)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-html (0.12.3)
    simplecov_json_formatter (0.1.2)
    sourcemap (0.1.1)
    sprockets (3.7.2)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    thor (1.1.0)
    tilt (2.0.10)
    tty-color (0.6.0)
    tty-cursor (0.7.1)
    tty-prompt (0.23.0)
      pastel (~> 0.8)
      tty-reader (~> 0.8)
    tty-reader (0.9.0)
      tty-cursor (~> 0.7)
      tty-screen (~> 0.8)
      wisper (~> 2.0)
    tty-screen (0.8.1)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    unicode-display_width (2.0.0)
    wisper (2.0.1)
    zeitwerk (2.6.7)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 2.2.5)
  coltrane!
  opal-rspec
  pry
  pry-byebug
  rake (~> 10.0)
  rspec
  rubocop
  simplecov
  tty-prompt

BUNDLED WITH
   2.2.33