๐Ÿก index : github.com/captn3m0/opml-gen.git

GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.7.0)
      public_suffix (>= 2.0.2, < 5.0)
    dotenv (2.7.6)
    faraday (1.3.0)
      faraday-net_http (~> 1.0)
      multipart-post (>= 1.2, < 3)
      ruby2_keywords
    faraday-net_http (1.0.1)
    mini_portile2 (2.8.0)
    multi_json (1.15.0)
    multipart-post (2.1.1)
    mustermann (1.1.1)
      ruby2_keywords (~> 0.0.1)
    nokogiri (1.13.5)
      mini_portile2 (~> 2.8.0)
      racc (~> 1.4)
    octokit (4.21.0)
      faraday (>= 0.9)
      sawyer (~> 0.8.0, >= 0.5.3)
    public_suffix (4.0.6)
    racc (1.6.0)
    rack (2.2.3)
    rack-protection (2.2.0)
      rack
    redis (4.3.1)
    ruby2_keywords (0.0.5)
    sawyer (0.8.2)
      addressable (>= 2.3.5)
      faraday (> 0.8, < 2.0)
    sinatra (2.2.0)
      mustermann (~> 1.0)
      rack (~> 2.2)
      rack-protection (= 2.2.0)
      tilt (~> 2.0)
    sinatra-contrib (2.2.0)
      multi_json
      mustermann (~> 1.0)
      rack-protection (= 2.2.0)
      sinatra (= 2.2.0)
      tilt (~> 2.0)
    tilt (2.0.10)

PLATFORMS
  ruby

DEPENDENCIES
  dotenv (~> 2.7)
  nokogiri (~> 1.13)
  octokit (~> 4.21)
  redis (~> 4.3)
  sinatra (~> 2.2.0)
  sinatra-contrib (~> 2.2)

BUNDLED WITH
   2.0.1