Falkor/falkorlib

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    falkorlib (0.9.1)
      activesupport (~> 6.1, >= 6.1.7.5)
      artii (~> 2.1, >= 2.1.2)
      awesome_print (~> 1.9, >= 1.9.2)
      configatron (~> 3.0)
      deep_merge (~> 1.0)
      diffy (~> 3.4, >= 3.4.2)
      facter (~> 4.6.1)
      git_remote_branch (~> 0)
      json (~> 2.6, >= 2.6.3)
      license-generator (~> 0)
      logger (~> 1.6)
      minigit (~> 0)
      rake (~> 13.1)
      term-ansicolor (> 1.3)
      thor (~> 1.3)

GEM
  remote: http://rubygems.org/
  specs:
    activesupport (6.1.7.6)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
      zeitwerk (~> 2.3)
    artii (2.1.2)
    ast (2.4.2)
    awesome_print (1.9.2)
    coderay (1.1.3)
    concurrent-ruby (1.2.2)
    configatron (3.2.0)
    deep_merge (1.2.2)
    diff-lcs (1.5.0)
    diffy (3.4.2)
    docile (1.4.0)
    facter (4.6.1)
      hocon (~> 1.3)
      thor (>= 1.0.1, < 2.0)
    git_remote_branch (0.3.8)
    hocon (1.4.0)
    i18n (1.14.1)
      concurrent-ruby (~> 1.0)
    io-console (0.6.0)
    irb (1.10.0)
      rdoc
      reline (>= 0.3.8)
    json (2.7.0)
    license-generator (0.4.1)
      thor
    logger (1.6.0)
    method_source (1.0.0)
    minigit (0.0.4)
    minitest (5.20.0)
    parallel (1.23.0)
    parser (2.7.2.0)
      ast (~> 2.4.1)
    powerpack (0.1.3)
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    psych (5.1.2)
      stringio
    rainbow (2.2.2)
      rake
    rake (13.1.0)
    rdoc (6.6.3.1)
      psych (>= 4.0.0)
    reline (0.4.1)
      io-console (~> 0.5)
    rspec (3.12.0)
      rspec-core (~> 3.12.0)
      rspec-expectations (~> 3.12.0)
      rspec-mocks (~> 3.12.0)
    rspec-core (3.12.2)
      rspec-support (~> 3.12.0)
    rspec-expectations (3.12.3)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-mocks (3.12.6)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-support (3.12.1)
    rubocop (0.49.1)
      parallel (~> 1.10)
      parser (>= 2.3.3.1, < 3.0)
      powerpack (~> 0.1)
      rainbow (>= 1.99.1, < 3.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.0, >= 1.0.1)
    ruby-progressbar (1.13.0)
    rubygems-tasks (0.2.6)
      irb (~> 1.0)
      rake (>= 10.0.0)
    simplecov (0.17.1)
      docile (~> 1.1)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    stringio (3.1.0)
    sync (0.5.0)
    term-ansicolor (1.7.1)
      tins (~> 1.0)
    thor (1.3.0)
    tins (1.32.1)
      sync
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    unicode-display_width (1.8.0)
    yard (0.9.36)
    zeitwerk (2.6.12)

PLATFORMS
  x86_64-linux

DEPENDENCIES
  bundler (~> 2.4)
  falkorlib!
  pry (~> 0.9)
  rspec (~> 3.0)
  rubocop (~> 0.49.0)
  rubygems-tasks (~> 0.2)
  simplecov (<= 0.17.1)
  yard (>= 0.9.20)

BUNDLED WITH
   2.4.22