bolshakov/fear

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    fear (3.0.0)
      zeitwerk

GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.2)
    benchmark-ips (2.13.0)
    bigdecimal (3.1.7)
    concurrent-ruby (1.2.3)
    diff-lcs (1.5.1)
    docile (1.4.0)
    dry-core (1.0.1)
      concurrent-ruby (~> 1.0)
      zeitwerk (~> 2.6)
    dry-inflector (1.0.0)
    dry-logic (1.5.0)
      concurrent-ruby (~> 1.0)
      dry-core (~> 1.0, < 2)
      zeitwerk (~> 2.6)
    dry-matcher (1.0.0)
      dry-core (~> 1.0, < 2)
    dry-monads (1.6.0)
      concurrent-ruby (~> 1.0)
      dry-core (~> 1.0, < 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)
    fear-rspec (0.3.0)
      fear (>= 1.0.0)
      rspec (~> 3.0)
    json (2.7.1)
    parallel (1.24.0)
    parser (3.3.0.5)
      ast (~> 2.4.1)
      racc
    racc (1.7.3)
    rainbow (3.1.1)
    rake (13.1.0)
    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.32.0)
      json (~> 2.3)
      parallel (~> 1.10)
      parser (>= 3.1.0.0)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml (>= 3.2.5, < 4.0)
      rubocop-ast (>= 1.19.1, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 3.0)
    rubocop-ast (1.31.2)
      parser (>= 3.3.0.4)
    rubocop-rspec (1.34.0)
      rubocop (>= 0.60.0)
    ruby-progressbar (1.13.0)
    ruby_coding_standard (0.4.0)
      rubocop (~> 1.32.0)
    simplecov (0.22.0)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-html (0.12.3)
    simplecov-lcov (0.8.0)
    simplecov_json_formatter (0.1.4)
    unicode-display_width (2.5.0)
    yard (0.9.36)
    zeitwerk (2.6.13)

PLATFORMS
  ruby

DEPENDENCIES
  benchmark-ips
  concurrent-ruby
  dry-matcher
  dry-monads
  dry-types
  fear!
  fear-rspec
  rake (~> 13.0)
  rspec (~> 3.1)
  rubocop (= 1.32.0)
  rubocop-rspec (= 1.34.0)
  ruby_coding_standard
  simplecov
  simplecov-lcov
  yard

BUNDLED WITH
   2.5.7