codeforamerica/citygram

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    activesupport (4.2.4)
      i18n (~> 0.7)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      tzinfo (~> 1.1)
    addressable (2.3.8)
    airbrake (4.3.1)
      builder
      multi_json
    axiom-types (0.1.1)
      descendants_tracker (~> 0.0.4)
      ice_nine (~> 0.11.0)
      thread_safe (~> 0.3, >= 0.3.1)
    builder (3.2.2)
    celluloid (0.17.2)
      celluloid-essentials
      celluloid-extras
      celluloid-fsm
      celluloid-pool
      celluloid-supervision
      timers (>= 4.1.1)
    celluloid-essentials (0.20.5)
      timers (>= 4.1.1)
    celluloid-extras (0.20.5)
      timers (>= 4.1.1)
    celluloid-fsm (0.20.5)
      timers (>= 4.1.1)
    celluloid-pool (0.20.5)
      timers (>= 4.1.1)
    celluloid-supervision (0.20.5)
      timers (>= 4.1.1)
    coercible (1.0.0)
      descendants_tracker (~> 0.0.1)
    connection_pool (2.2.0)
    crack (0.4.2)
      safe_yaml (~> 1.0.0)
    dedent (1.0.1)
    descendants_tracker (0.0.4)
      thread_safe (~> 0.3, >= 0.3.1)
    diff-lcs (1.2.5)
    dotenv (1.0.2)
    equalizer (0.0.11)
    execjs (2.6.0)
    factory_girl (4.5.0)
      activesupport (>= 3.0.0)
    faraday (0.9.2)
      multipart-post (>= 1.2, < 3)
    faraday_middleware (0.10.0)
      faraday (>= 0.7.4, < 0.10)
    foreman (0.78.0)
      thor (~> 0.19.1)
    georuby (2.3.0)
    grape (0.9.0)
      activesupport
      builder
      hashie (>= 2.1.0)
      multi_json (>= 1.3.2)
      multi_xml (>= 0.5.2)
      rack (>= 1.3.0)
      rack-accept
      rack-mount
      virtus (>= 1.0.0)
    hashdiff (0.2.2)
    hashie (3.4.2)
    hike (1.2.3)
    hitimes (1.2.3)
    i18n (0.7.0)
    ice_nine (0.11.1)
    json (1.8.6)
    jwt (1.5.1)
    kgio (2.11.1)
    mail (2.6.3)
      mime-types (>= 1.16, < 3)
    mime-types (2.6.2)
    minitest (5.8.1)
    multi_json (1.13.1)
    multi_xml (0.5.5)
    multipart-post (2.0.0)
    newrelic_rpm (3.13.2.302)
    pg (0.18.3)
    phone (1.3.0.beta1)
    pony (1.11)
      mail (>= 2.0)
    rack (1.6.10)
    rack-accept (0.4.5)
      rack (>= 0.4)
    rack-cors (1.0.2)
    rack-mount (0.8.3)
      rack (>= 1.0.0)
    rack-protection (1.5.5)
      rack
    rack-ssl (1.4.1)
      rack
    rack-test (0.6.3)
      rack (>= 1.0)
    raindrops (0.19.0)
    rake (10.4.2)
    redis (3.2.1)
    redis-namespace (1.5.2)
      redis (~> 3.0, >= 3.0.4)
    rspec (3.3.0)
      rspec-core (~> 3.3.0)
      rspec-expectations (~> 3.3.0)
      rspec-mocks (~> 3.3.0)
    rspec-core (3.3.2)
      rspec-support (~> 3.3.0)
    rspec-expectations (3.3.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.3.0)
    rspec-mocks (3.3.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.3.0)
    rspec-support (3.3.0)
    safe_yaml (1.0.4)
    sass (3.4.19)
    sequel (4.12.0)
    sidekiq (3.5.1)
      celluloid (~> 0.17.2)
      connection_pool (~> 2.2, >= 2.2.0)
      json (~> 1.0)
      redis (~> 3.2, >= 3.2.1)
      redis-namespace (~> 1.5, >= 1.5.2)
    sinatra (1.4.8)
      rack (~> 1.5)
      rack-protection (~> 1.4)
      tilt (>= 1.3, < 3)
    sprockets (2.12.5)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    thor (0.19.1)
    thread_safe (0.3.5)
    tilt (1.4.1)
    timers (4.1.1)
      hitimes
    twilio-ruby (3.16.1)
      builder (>= 2.1.2)
      jwt (~> 1.0)
      multi_json (>= 1.3.0)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    uglifier (2.7.2)
      execjs (>= 0.3.0)
      json (>= 1.8.0)
    unicorn (5.4.0)
      kgio (~> 2.6)
      raindrops (~> 0.7)
    virtus (1.0.5)
      axiom-types (~> 0.1)
      coercible (~> 1.0)
      descendants_tracker (~> 0.0, >= 0.0.3)
      equalizer (~> 0.0, >= 0.0.9)
    webmock (1.22.1)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)
      hashdiff

PLATFORMS
  ruby

DEPENDENCIES
  activesupport
  airbrake
  dedent
  dotenv (~> 1.0)
  factory_girl
  faraday (~> 0.9)
  faraday_middleware (~> 0.9)
  foreman
  georuby (~> 2.3.0)
  grape (~> 0.9.0)
  json
  newrelic_rpm
  pg
  phone (~> 1.3.0.beta0)
  pony (~> 1.9)
  rack-cors
  rack-ssl
  rack-test
  rake
  rspec (~> 3.0)
  sass (~> 3.4)
  sequel (= 4.12)
  sidekiq (~> 3.0)
  sinatra (~> 1.4)
  sprockets (~> 2.12)
  twilio-ruby (~> 3.11)
  uglifier
  unicorn
  webmock

RUBY VERSION
   ruby 2.6.2p47

BUNDLED WITH
   1.17.2