first-try-software/periodico

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    periodico (0.1.3)
      concurrent-ruby (~> 1.1)
      manufacturable (~> 2.1)

GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.2)
    concurrent-ruby (1.1.10)
    diff-lcs (1.5.0)
    docile (1.4.0)
    json (2.6.1)
    manufacturable (2.2.0)
    parallel (1.22.1)
    parser (3.1.2.0)
      ast (~> 2.4.1)
    rainbow (3.1.1)
    rake (13.0.6)
    regexp_parser (2.3.0)
    rexml (3.2.5)
    rspec (3.11.0)
      rspec-core (~> 3.11.0)
      rspec-expectations (~> 3.11.0)
      rspec-mocks (~> 3.11.0)
    rspec-core (3.11.0)
      rspec-support (~> 3.11.0)
    rspec-expectations (3.11.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.11.0)
    rspec-mocks (3.11.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.11.0)
    rspec-support (3.11.0)
    rspec_junit_formatter (0.5.1)
      rspec-core (>= 2, < 4, != 2.12.0)
    rubocop (1.27.0)
      parallel (~> 1.10)
      parser (>= 3.1.0.0)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml
      rubocop-ast (>= 1.16.0, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 3.0)
    rubocop-ast (1.17.0)
      parser (>= 3.1.1.0)
    rubocop-performance (1.13.3)
      rubocop (>= 1.7.0, < 2.0)
      rubocop-ast (>= 0.4.0)
    ruby-progressbar (1.11.0)
    simplecov (0.17.1)
      docile (~> 1.1)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    standard (1.10.0)
      rubocop (= 1.27.0)
      rubocop-performance (= 1.13.3)
    unicode-display_width (2.1.0)

PLATFORMS
  x86_64-darwin-21
  x86_64-linux

DEPENDENCIES
  bundler (~> 2.0)
  periodico!
  rake (~> 13.0)
  rspec (~> 3.0)
  rspec_junit_formatter (~> 0.4)
  simplecov (~> 0.17.1)
  standard (~> 1.3)

BUNDLED WITH
   2.3.11