paulfioravanti/resume

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.2)
    awesome_print (1.9.2)
    bundler-audit (0.9.1)
      bundler (>= 1.2.0, < 3)
      thor (~> 1.0)
    byebug (11.1.3)
    coderay (1.1.3)
    concurrent-ruby (1.2.2)
    diff-lcs (1.5.0)
    docile (1.4.0)
    ffi (1.15.5)
    formatador (1.1.0)
    fuubar (2.5.1)
      rspec-core (~> 3.0)
      ruby-progressbar (~> 1.4)
    guard (2.18.0)
      formatador (>= 0.2.4)
      listen (>= 2.7, < 4.0)
      lumberjack (>= 1.0.12, < 2.0)
      nenv (~> 0.1)
      notiffany (~> 0.0)
      pry (>= 0.13.0)
      shellany (~> 0.0)
      thor (>= 0.18.1)
    guard-compat (1.2.1)
    guard-reek (1.2.0)
      guard-compat (~> 1.1)
      reek
    guard-rspec (4.7.3)
      guard (~> 2.1)
      guard-compat (~> 1.1)
      rspec (>= 2.99.0, < 4.0)
    guard-rubocop (1.5.0)
      guard (~> 2.0)
      rubocop (< 2.0)
    guard-yard (2.2.1)
      guard (>= 1.1.0)
      yard (>= 0.7.0)
    i18n (1.14.1)
      concurrent-ruby (~> 1.0)
    io-console (0.6.0)
    irb (1.7.4)
      reline (>= 0.3.6)
    json (2.6.3)
    kramdown (2.4.0)
      rexml
    kwalify (0.7.2)
    language_server-protocol (3.17.0.3)
    listen (3.8.0)
      rb-fsevent (~> 0.10, >= 0.10.3)
      rb-inotify (~> 0.9, >= 0.9.10)
    lumberjack (1.2.9)
    matrix (0.4.2)
    method_source (1.0.0)
    nenv (0.3.0)
    notiffany (0.1.3)
      nenv (~> 0.1)
      shellany (~> 0.0)
    parallel (1.23.0)
    parser (3.2.2.3)
      ast (~> 2.4.1)
      racc
    pdf-core (0.9.0)
    prawn (2.4.0)
      pdf-core (~> 0.9.0)
      ttfunk (~> 1.7)
    prawn-table (0.2.2)
      prawn (>= 1.3.0, < 3.0.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)
    racc (1.7.1)
    rainbow (3.1.1)
    rake (13.0.6)
    rb-fsevent (0.11.2)
    rb-inotify (0.10.1)
      ffi (~> 1.0)
    reek (6.1.4)
      kwalify (~> 0.7.0)
      parser (~> 3.2.0)
      rainbow (>= 2.0, < 4.0)
    regexp_parser (2.8.1)
    reline (0.3.6)
      io-console (~> 0.5)
    rexml (3.2.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 (1.54.2)
      json (~> 2.3)
      language_server-protocol (>= 3.17.0)
      parallel (~> 1.10)
      parser (>= 3.2.2.3)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml (>= 3.2.5, < 4.0)
      rubocop-ast (>= 1.28.0, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 2.4.0, < 3.0)
    rubocop-ast (1.29.0)
      parser (>= 3.2.1.0)
    rubocop-capybara (2.18.0)
      rubocop (~> 1.41)
    rubocop-factory_bot (2.23.1)
      rubocop (~> 1.33)
    rubocop-rake (0.6.0)
      rubocop (~> 1.0)
    rubocop-rspec (2.22.0)
      rubocop (~> 1.33)
      rubocop-capybara (~> 2.17)
      rubocop-factory_bot (~> 2.22)
    ruby-progressbar (1.13.0)
    rubygems-tasks (0.2.5)
      irb (~> 1.0)
    rubyzip (2.3.2)
    shellany (0.0.1)
    simplecov (0.22.0)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-html (0.12.3)
    simplecov_json_formatter (0.1.4)
    thor (1.2.2)
    ttfunk (1.7.0)
    unicode-display_width (2.4.2)
    yard (0.9.34)

PLATFORMS
  arm64-darwin-21
  arm64-darwin-22
  x86_64-linux

DEPENDENCIES
  awesome_print (~> 1.8)
  bundler (~> 2.0)
  bundler-audit (~> 0.5)
  fuubar (~> 2.4)
  guard-reek (~> 1.0)
  guard-rspec (~> 4.6)
  guard-rubocop (~> 1.2)
  guard-yard (~> 2.2)
  i18n (~> 1.0)
  kramdown (~> 2.1)
  matrix (~> 0.4.2)
  prawn (~> 2.4)
  prawn-table (~> 0.2.2)
  pry-byebug (~> 3.1)
  rake (~> 13.0)
  reek (~> 6.0)
  rspec (~> 3.4)
  rubocop (~> 1.0)
  rubocop-rake (~> 0.6)
  rubocop-rspec (~> 2.4)
  rubygems-tasks (~> 0.2)
  rubyzip (~> 2.3)
  simplecov (~> 0.16)
  yard (~> 0.9)

RUBY VERSION
   ruby 3.2.2p53

BUNDLED WITH
   2.3.23