PATH
  remote: .
  specs:
    qiita_trend (0.4.4)
      mechanize (~> 2.7)
      nokogiri (~> 1.10)

GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.7.0)
      public_suffix (>= 2.0.2, < 5.0)
    ast (2.4.0)
    byebug (11.1.3)
    coderay (1.1.2)
    connection_pool (2.2.2)
    crack (0.4.3)
      safe_yaml (~> 1.0.0)
    diff-lcs (1.3)
    docile (1.3.2)
    domain_name (0.5.20190701)
      unf (>= 0.0.5, < 1.0.0)
    hashdiff (1.0.1)
    http-cookie (1.0.3)
      domain_name (~> 0.5)
    jaro_winkler (1.5.4)
    mechanize (2.7.6)
      domain_name (~> 0.5, >= 0.5.1)
      http-cookie (~> 1.0)
      mime-types (>= 1.17.2)
      net-http-digest_auth (~> 1.1, >= 1.1.1)
      net-http-persistent (>= 2.5.2)
      nokogiri (~> 1.6)
      ntlm-http (~> 0.1, >= 0.1.1)
      webrobots (>= 0.0.9, < 0.2)
    method_source (1.0.0)
    mime-types (3.3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2020.0425)
    mini_portile2 (2.4.0)
    net-http-digest_auth (1.4.1)
    net-http-persistent (4.0.0)
      connection_pool (~> 2.2)
    nokogiri (1.10.9)
      mini_portile2 (~> 2.4.0)
    ntlm-http (0.1.1)
    parallel (1.19.1)
    parser (2.7.1.2)
      ast (~> 2.4.0)
    pry (0.13.1)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry-byebug (3.9.0)
      byebug (~> 11.0)
      pry (~> 0.13.0)
    pry-doc (1.1.0)
      pry (~> 0.11)
      yard (~> 0.9.11)
    public_suffix (4.0.4)
    rainbow (3.0.0)
    rake (13.0.1)
    rexml (3.2.4)
    rspec (3.9.0)
      rspec-core (~> 3.9.0)
      rspec-expectations (~> 3.9.0)
      rspec-mocks (~> 3.9.0)
    rspec-core (3.9.2)
      rspec-support (~> 3.9.3)
    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.3)
    rspec_junit_formatter (0.4.1)
      rspec-core (>= 2, < 4, != 2.12.0)
    rubocop (0.82.0)
      jaro_winkler (~> 1.5.1)
      parallel (~> 1.10)
      parser (>= 2.7.0.1)
      rainbow (>= 2.2.2, < 4.0)
      rexml
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 2.0)
    rubocop-rspec (1.39.0)
      rubocop (>= 0.68.1)
    ruby-progressbar (1.10.1)
    safe_yaml (1.0.5)
    simplecov (0.18.5)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
    simplecov-html (0.12.2)
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.7.7)
    unicode-display_width (1.7.0)
    vcr (5.1.0)
    webmock (3.8.3)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)
    webrobots (0.1.2)
    yard (0.9.24)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 2.0)
  pry (~> 0.13)
  pry-byebug (~> 3.9)
  pry-doc (~> 1.1)
  qiita_trend!
  rake (~> 13.0)
  rspec (~> 3.0)
  rspec_junit_formatter (~> 0.4)
  rubocop (~> 0.62)
  rubocop-rspec (~> 1.39)
  simplecov (~> 0.18)
  vcr (~> 5.1)
  webmock (~> 3.8)
  yard (~> 0.9)

BUNDLED WITH
   2.1.2