rickpeyton/nintendo_eshop

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    nintendo_eshop (0.2.1)

GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.7.0)
      public_suffix (>= 2.0.2, < 5.0)
    ast (2.4.0)
    backport (1.1.2)
    benchmark (0.1.0)
    coderay (1.1.2)
    crack (0.4.3)
      safe_yaml (~> 1.0.0)
    debase (0.2.4.1)
      debase-ruby_core_source (>= 0.10.2)
    debase-ruby_core_source (0.10.9)
    diff-lcs (1.3)
    docile (1.3.2)
    e2mmap (0.1.0)
    hashdiff (1.0.1)
    jaro_winkler (1.5.4)
    json (2.3.0)
    maruku (0.7.3)
    method_source (1.0.0)
    mini_portile2 (2.4.0)
    nokogiri (1.10.9)
      mini_portile2 (~> 2.4.0)
    parallel (1.19.1)
    parser (2.7.1.0)
      ast (~> 2.4.0)
    pry (0.13.0)
      coderay (~> 1.1)
      method_source (~> 1.0)
    public_suffix (4.0.3)
    rainbow (3.0.0)
    rake (13.0.1)
    reverse_markdown (1.4.0)
      nokogiri
    rspec (3.9.0)
      rspec-core (~> 3.9.0)
      rspec-expectations (~> 3.9.0)
      rspec-mocks (~> 3.9.0)
    rspec-core (3.9.1)
      rspec-support (~> 3.9.1)
    rspec-expectations (3.9.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-mocks (3.9.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-support (3.9.2)
    rspec_junit_formatter (0.4.1)
      rspec-core (>= 2, < 4, != 2.12.0)
    rubocop (0.71.0)
      jaro_winkler (~> 1.5.1)
      parallel (~> 1.10)
      parser (>= 2.6)
      rainbow (>= 2.2.2, < 4.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 1.7)
    rubocop-performance (1.5.2)
      rubocop (>= 0.71.0)
    ruby-debug-ide (0.7.0)
      rake (>= 0.8.1)
    ruby-progressbar (1.10.1)
    safe_yaml (1.0.5)
    simplecov (0.17.1)
      docile (~> 1.1)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    solargraph (0.38.6)
      backport (~> 1.1)
      benchmark
      bundler (>= 1.17.2)
      e2mmap
      jaro_winkler (~> 1.5)
      maruku (~> 0.7, >= 0.7.3)
      nokogiri (~> 1.9, >= 1.9.1)
      parser (~> 2.3)
      reverse_markdown (~> 1.0, >= 1.0.5)
      rubocop (~> 0.52)
      thor (~> 1.0)
      tilt (~> 2.0)
      yard (~> 0.9)
    thor (1.0.1)
    tilt (2.0.10)
    unicode-display_width (1.6.1)
    webmock (3.8.3)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)
    yard (0.9.24)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 1.17)
  debase
  nintendo_eshop!
  nokogiri (>= 1.10.8)
  pry
  rake (>= 12.3.3)
  rspec (~> 3.0)
  rspec_junit_formatter
  rubocop (~> 0.71.0)
  rubocop-performance
  ruby-debug-ide
  simplecov (~> 0.17.0)
  solargraph
  webmock

BUNDLED WITH
   1.17.3