travis-ci/job-board

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: https://github.com/travis-ci/travis-logger.git
  revision: b589e0ca0e9f1a5d6cd8536ff7288d21d36c7560
  specs:
    travis-logger (0.0.1)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (5.2.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    addressable (2.5.2)
      public_suffix (>= 2.0.2, < 4.0)
    ast (2.4.0)
    backports (3.11.4)
    coderay (1.1.2)
    concurrent-ruby (1.0.5)
    connection_pool (2.2.2)
    diff-lcs (1.3)
    docile (1.1.5)
    factory_girl (4.9.0)
      activesupport (>= 3.0.0)
    fakeredis (0.7.0)
      redis (>= 3.2, < 5.0)
    faraday (0.15.3)
      multipart-post (>= 1.2, < 3)
    hashr (2.0.1)
    i18n (1.1.1)
      concurrent-ruby (~> 1.0)
    jaro_winkler (1.5.1)
    jemalloc (1.0.1)
    json (2.1.0)
    jwt (2.1.0)
    method_source (0.9.0)
    minitest (5.11.3)
    multi_json (1.13.1)
    multipart-post (2.0.0)
    mustermann (1.0.3)
    parallel (1.12.1)
    parser (2.5.1.2)
      ast (~> 2.4.0)
    pg (1.1.3)
    powerpack (0.1.2)
    pry (0.11.3)
      coderay (~> 1.1.0)
      method_source (~> 0.9.0)
    public_suffix (3.0.3)
    puma (3.12.0)
    rack (2.0.6)
    rack-protection (2.0.4)
      rack
    rack-ssl (1.4.1)
      rack
    rack-test (1.1.0)
      rack (>= 1.0, < 3)
    rainbow (3.0.0)
    rake (12.3.1)
    redis (4.0.2)
    redis-namespace (1.6.0)
      redis (>= 3.0.4)
    rspec (3.8.0)
      rspec-core (~> 3.8.0)
      rspec-expectations (~> 3.8.0)
      rspec-mocks (~> 3.8.0)
    rspec-core (3.8.0)
      rspec-support (~> 3.8.0)
    rspec-expectations (3.8.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.8.0)
    rspec-mocks (3.8.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.8.0)
    rspec-support (3.8.0)
    rubocop (0.59.2)
      jaro_winkler (~> 1.5.1)
      parallel (~> 1.10)
      parser (>= 2.5, != 2.5.1.1)
      powerpack (~> 0.1)
      rainbow (>= 2.2.2, < 4.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.0, >= 1.0.1)
    ruby-progressbar (1.10.0)
    sentry-raven (2.7.4)
      faraday (>= 0.7.6, < 1.0)
    sequel (5.13.0)
    simplecov (0.13.0)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    sinatra (2.0.4)
      mustermann (~> 1.0)
      rack (~> 2.0)
      rack-protection (= 2.0.4)
      tilt (~> 2.0)
    sinatra-contrib (2.0.4)
      activesupport (>= 4.0.0)
      backports (>= 2.8.2)
      multi_json
      mustermann (~> 1.0)
      rack-protection (= 2.0.4)
      sinatra (= 2.0.4)
      tilt (>= 1.3, < 3)
    sinatra-param (1.5.0)
      sinatra (>= 1.3)
    thread_safe (0.3.6)
    tilt (2.0.8)
    travis-config (1.1.3)
      hashr (~> 2.0)
    tzinfo (1.2.5)
      thread_safe (~> 0.1)
    unicode-display_width (1.4.0)

PLATFORMS
  ruby

DEPENDENCIES
  activesupport
  addressable
  connection_pool
  factory_girl
  fakeredis
  faraday
  jemalloc
  jwt
  pg
  pry
  puma
  rack-ssl
  rack-test
  rake
  redis
  redis-namespace
  rspec
  rubocop
  sentry-raven
  sequel
  simplecov
  sinatra
  sinatra-contrib
  sinatra-param
  travis-config
  travis-logger!

BUNDLED WITH
   2.0.1