Dahie/caramelize

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    caramelize (1.3.1)
      commander
      gollum-lib
      mysql2
      paru
      ruby-progressbar

GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.2)
    byebug (11.1.3)
    coderay (1.1.3)
    commander (5.0.0)
      highline (~> 3.0.0)
    crass (1.0.6)
    diff-lcs (1.5.1)
    ffi (1.16.3)
    formatador (1.1.0)
    gemojione (4.3.3)
      json
    github-markup (4.0.2)
    gollum-lib (6.0)
      gemojione (~> 4.1)
      github-markup (~> 4.0)
      gollum-rugged_adapter (~> 3.0)
      loofah (~> 2.3)
      nokogiri (~> 1.8)
      rouge (~> 3.1)
      twitter-text (= 1.14.7)
    gollum-rugged_adapter (3.0)
      mime-types (~> 3.4)
      rugged (~> 1.5)
    guard (2.18.1)
      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-rspec (4.7.3)
      guard (~> 2.1)
      guard-compat (~> 1.1)
      rspec (>= 2.99.0, < 4.0)
    highline (3.0.1)
    json (2.7.2)
    language_server-protocol (3.17.0.3)
    listen (3.9.0)
      rb-fsevent (~> 0.10, >= 0.10.3)
      rb-inotify (~> 0.9, >= 0.9.10)
    loofah (2.22.0)
      crass (~> 1.0.2)
      nokogiri (>= 1.12.0)
    lumberjack (1.2.10)
    method_source (1.0.0)
    mime-types (3.5.2)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2024.0206)
    mini_portile2 (2.8.6)
    mysql2 (0.5.6)
    nenv (0.3.0)
    nokogiri (1.16.5)
      mini_portile2 (~> 2.8.2)
      racc (~> 1.4)
    notiffany (0.1.3)
      nenv (~> 0.1)
      shellany (~> 0.0)
    parallel (1.24.0)
    parser (3.3.0.5)
      ast (~> 2.4.1)
      racc
    paru (1.2.0)
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    racc (1.7.3)
    rainbow (3.1.1)
    rake (13.2.1)
    rb-fsevent (0.11.2)
    rb-inotify (0.10.1)
      ffi (~> 1.0)
    regexp_parser (2.9.0)
    rexml (3.2.8)
      strscan (>= 3.0.9)
    rouge (3.30.0)
    rspec (3.13.0)
      rspec-core (~> 3.13.0)
      rspec-expectations (~> 3.13.0)
      rspec-mocks (~> 3.13.0)
    rspec-core (3.13.0)
      rspec-support (~> 3.13.0)
    rspec-expectations (3.13.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-mocks (3.13.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-support (3.13.1)
    rubocop (1.63.2)
      json (~> 2.3)
      language_server-protocol (>= 3.17.0)
      parallel (~> 1.10)
      parser (>= 3.3.0.2)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml (>= 3.2.5, < 4.0)
      rubocop-ast (>= 1.31.1, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 2.4.0, < 3.0)
    rubocop-ast (1.31.2)
      parser (>= 3.3.0.4)
    rubocop-capybara (2.20.0)
      rubocop (~> 1.41)
    rubocop-factory_bot (2.25.1)
      rubocop (~> 1.41)
    rubocop-performance (1.21.0)
      rubocop (>= 1.48.1, < 2.0)
      rubocop-ast (>= 1.31.1, < 2.0)
    rubocop-rake (0.6.0)
      rubocop (~> 1.0)
    rubocop-rspec (2.29.1)
      rubocop (~> 1.40)
      rubocop-capybara (~> 2.17)
      rubocop-factory_bot (~> 2.22)
      rubocop-rspec_rails (~> 2.28)
    rubocop-rspec_rails (2.28.2)
      rubocop (~> 1.40)
    ruby-progressbar (1.13.0)
    rugged (1.7.2)
    shellany (0.0.1)
    strscan (3.1.0)
    thor (1.3.1)
    twitter-text (1.14.7)
      unf (~> 0.1.0)
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.9.1)
    unicode-display_width (2.5.0)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 2)
  byebug
  caramelize!
  guard
  guard-rspec
  rake
  rspec
  rubocop
  rubocop-performance
  rubocop-rake
  rubocop-rspec

BUNDLED WITH
   2.5.7