🏡 index : github.com/captn3m0/opml-gen.git

GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.8.4)
      public_suffix (>= 2.0.2, < 6.0)
    connection_pool (2.4.1)
    dotenv (2.8.1)
    faraday (2.7.10)
      faraday-net_http (>= 2.0, < 3.1)
      ruby2_keywords (>= 0.0.4)
    faraday-net_http (3.0.2)
    mini_portile2 (2.8.4)
    multi_json (1.15.0)
    mustermann (3.0.0)
      ruby2_keywords (~> 0.0.1)
    nokogiri (1.15.3)
      mini_portile2 (~> 2.8.2)
      racc (~> 1.4)
    octokit (4.25.1)
      faraday (>= 1, < 3)
      sawyer (~> 0.9)
    public_suffix (5.0.3)
    racc (1.7.1)
    rack (2.2.8)
    rack-protection (3.1.0)
      rack (~> 2.2, >= 2.2.4)
    redis (5.0.6)
      redis-client (>= 0.9.0)
    redis-client (0.14.1)
      connection_pool
    ruby2_keywords (0.0.5)
    sawyer (0.9.2)
      addressable (>= 2.3.5)
      faraday (>= 0.17.3, < 3)
    sinatra (3.1.0)
      mustermann (~> 3.0)
      rack (~> 2.2, >= 2.2.4)
      rack-protection (= 3.1.0)
      tilt (~> 2.0)
    sinatra-contrib (3.1.0)
      multi_json
      mustermann (~> 3.0)
      rack-protection (= 3.1.0)
      sinatra (= 3.1.0)
      tilt (~> 2.0)
    tilt (2.2.0)

PLATFORMS
  ruby

DEPENDENCIES
  dotenv (~> 2.8)
  nokogiri (~> 1.15)
  octokit (~> 4.21)
  redis (~> 5.0)
  sinatra (~> 3.1.0)
  sinatra-contrib (~> 3.1)

BUNDLED WITH
   2.4.13