substrakt/letsencrypt-heroku

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    acme-client (0.3.7)
      faraday (~> 0.9, >= 0.9.1)
      json-jwt (~> 1.2, >= 1.2.3)
    activesupport (5.0.0)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (~> 0.7)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    addressable (2.4.0)
    bindata (2.3.1)
    cloudflare (2.1.0)
      json (~> 1)
    concurrent-ruby (1.0.2)
    connection_pool (2.2.0)
    crack (0.4.3)
      safe_yaml (~> 1.0.0)
    dotenv (2.1.1)
    faraday (0.9.2)
      multipart-post (>= 1.2, < 3)
    hashdiff (0.3.0)
    httparty (0.14.0)
      multi_xml (>= 0.5.2)
    i18n (0.7.0)
    json (1.8.3)
    json-jwt (1.5.2)
      activesupport
      bindata
      multi_json (>= 1.3)
      securecompare
      url_safe_base64
    minitest (5.9.0)
    multi_json (1.12.1)
    multi_xml (0.5.5)
    multipart-post (2.0.0)
    puma (3.6.0)
    rack (1.6.4)
    rack-protection (1.5.3)
      rack
    rack-test (0.6.3)
      rack (>= 1.0)
    rake (11.2.2)
    redis (3.3.1)
    safe_yaml (1.0.4)
    securecompare (1.0.0)
    sidekiq (4.1.4)
      concurrent-ruby (~> 1.0)
      connection_pool (~> 2.2, >= 2.2.0)
      redis (~> 3.2, >= 3.2.1)
      sinatra (>= 1.4.7)
    sinatra (1.4.7)
      rack (~> 1.5)
      rack-protection (~> 1.4)
      tilt (>= 1.3, < 3)
    thread_safe (0.3.5)
    tilt (2.0.5)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    url_safe_base64 (0.2.2)
    vcr (3.0.3)
    webmock (2.1.0)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)
      hashdiff

PLATFORMS
  ruby

DEPENDENCIES
  acme-client
  cloudflare
  dotenv
  httparty
  json-jwt (= 1.5.2)
  minitest
  puma
  rack-test
  rake
  redis
  sidekiq
  sinatra
  vcr
  webmock

RUBY VERSION
   ruby 2.3.3p222

BUNDLED WITH
   1.13.6