realtradam/FelFlame

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    felecs (5.0.1)

GEM
  remote: https://rubygems.org/
  specs:
    ansi (1.5.0)
    ast (2.4.2)
    builder (3.2.4)
    diff-lcs (1.4.4)
    docile (1.4.0)
    minitest (5.14.4)
    minitest-reporters (1.4.3)
      ansi
      builder
      minitest (>= 5.0)
      ruby-progressbar
    parallel (1.20.1)
    parser (3.0.2.0)
      ast (~> 2.4.1)
    rainbow (3.0.0)
    rake (13.0.6)
    redcarpet (3.5.1)
    regexp_parser (2.1.1)
    rexml (3.2.5)
    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.18.3)
      parallel (~> 1.10)
      parser (>= 3.0.0.0)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml
      rubocop-ast (>= 1.7.0, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 3.0)
    rubocop-ast (1.7.0)
      parser (>= 3.0.1.1)
    ruby-progressbar (1.11.0)
    simplecov (0.21.2)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-console (0.9.1)
      ansi
      simplecov
      terminal-table
    simplecov-html (0.12.3)
    simplecov_json_formatter (0.1.3)
    terminal-table (3.0.1)
      unicode-display_width (>= 1.1.1, < 3)
    unicode-display_width (2.0.0)
    yard (0.9.26)

PLATFORMS
  ruby

DEPENDENCIES
  felecs!
  minitest-reporters (~> 1.4, >= 1.4.3)
  rake (~> 13.0)
  redcarpet (~> 3.5, >= 3.5.1)
  rspec (~> 3.10)
  rubocop (~> 1.7)
  simplecov (~> 0.21.2)
  simplecov-console (~> 0.9.1)
  simplecov_json_formatter (~> 0.1.3)
  yard (~> 0.9.26)

RUBY VERSION
   ruby 2.7.3p183

BUNDLED WITH
   2.1.4