RobertDober/lab42_streams

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    lab42_streams (0.3.0)
      forwarder3 (~> 0.1)
      lab42_core (~> 0.4)

GEM
  remote: https://rubygems.org/
  specs:
    byebug (11.1.3)
    coderay (1.1.3)
    diff-lcs (1.5.1)
    docile (1.4.1)
    forwarder2 (0.2.0)
    forwarder3 (0.1.0)
    lab42_core (0.5.1)
      forwarder2 (~> 0.2)
    method_source (1.1.0)
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry-byebug (3.10.1)
      byebug (~> 11.0)
      pry (>= 0.13, < 0.15)
    rspec (3.13.0)
      rspec-core (~> 3.13.0)
      rspec-expectations (~> 3.13.0)
      rspec-mocks (~> 3.13.0)
    rspec-core (3.13.2)
      rspec-support (~> 3.13.0)
    rspec-expectations (3.13.3)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-mocks (3.13.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-support (3.13.1)
    simplecov (0.22.0)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-html (0.13.1)
    simplecov_json_formatter (0.1.4)
    speculate_about (0.6.1)

PLATFORMS
  arm64-darwin-23
  ruby

DEPENDENCIES
  lab42_streams!
  pry-byebug
  rspec (~> 3.9)
  simplecov
  speculate_about (~> 0.1)

BUNDLED WITH
   2.5.16