norbertszivos/mail_plugger

View on GitHub
gemfiles/mail_2.6.gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ..
  specs:
    mail_plugger (1.7.6)
      mail (~> 2.5)
      net-smtp (~> 0.3)

GEM
  remote: https://rubygems.org/
  specs:
    appraisal (2.5.0)
      bundler
      rake
      thor (>= 0.14.0)
    ast (2.4.2)
    diff-lcs (1.5.1)
    docile (1.4.0)
    json (2.7.2)
    language_server-protocol (3.17.0.3)
    mail (2.6.6)
      mime-types (>= 1.16, < 4)
    mail_grabber (1.3.6)
      mail (~> 2.5)
      rackup (~> 0.2)
      sqlite3 (~> 1.4)
    mime-types (3.5.2)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2024.0507)
    mini_portile2 (2.8.6)
    net-protocol (0.2.2)
      timeout
    net-smtp (0.5.0)
      net-protocol
    parallel (1.24.0)
    parser (3.3.1.0)
      ast (~> 2.4.1)
      racc
    racc (1.7.3)
    rack (3.0.11)
    rackup (0.2.3)
      rack (>= 3.0.0.beta1)
      webrick
    rainbow (3.1.1)
    rake (13.2.1)
    regexp_parser (2.9.2)
    rexml (3.2.8)
      strscan (>= 3.0.9)
    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.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-support (3.13.1)
    rubocop (1.63.5)
      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.3)
      parser (>= 3.3.1.0)
    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-rspec (2.29.2)
      rubocop (~> 1.40)
      rubocop-capybara (~> 2.17)
      rubocop-factory_bot (~> 2.22)
      rubocop-rspec_rails (~> 2.28)
    rubocop-rspec_rails (2.28.3)
      rubocop (~> 1.40)
    ruby-progressbar (1.13.0)
    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)
    sqlite3 (1.7.3)
      mini_portile2 (~> 2.8.0)
    strscan (3.1.0)
    thor (1.3.1)
    timeout (0.4.1)
    unicode-display_width (2.5.0)
    webrick (1.8.1)

PLATFORMS
  ruby

DEPENDENCIES
  appraisal
  mail (~> 2.6.0)
  mail_grabber
  mail_plugger!
  rake (~> 13.0)
  rspec (~> 3.0)
  rubocop (~> 1.7)
  rubocop-performance
  rubocop-rspec
  simplecov

BUNDLED WITH
   2.4.22