Gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: https://github.com/capistrano/rbenv.git
  revision: c029e4128e4a8f25adda35795f5729bd4f62e51f
  specs:
    capistrano-rbenv (2.1.3)
      capistrano (~> 3.1)
      sshkit (~> 1.3)

GEM
  remote: https://rubygems.org/
  specs:
    actionmailer (3.2.22.5)
      actionpack (= 3.2.22.5)
      mail (~> 2.5.4)
    actionpack (3.2.22.5)
      activemodel (= 3.2.22.5)
      activesupport (= 3.2.22.5)
      builder (~> 3.0.0)
      erubis (~> 2.7.0)
      journey (~> 1.0.4)
      rack (~> 1.4.5)
      rack-cache (~> 1.2)
      rack-test (~> 0.6.1)
      sprockets (~> 2.2.1)
    activemodel (3.2.22.5)
      activesupport (= 3.2.22.5)
      builder (~> 3.0.0)
    activerecord (3.2.22.5)
      activemodel (= 3.2.22.5)
      activesupport (= 3.2.22.5)
      arel (~> 3.0.2)
      tzinfo (~> 0.3.29)
    activerecord-jdbc-adapter (50.0)
      activerecord (>= 2.2)
    activerecord-jdbcmysql-adapter (50.0)
      activerecord-jdbc-adapter (~> 50.0)
      jdbc-mysql (~> 5.1.36)
    activerecord-jdbcpostgresql-adapter (50.0)
      activerecord-jdbc-adapter (~> 50.0)
      jdbc-postgres (>= 9.4, < 43)
    activerecord-jdbcsqlite3-adapter (50.0)
      activerecord-jdbc-adapter (~> 50.0)
      jdbc-sqlite3 (~> 3.8, < 3.30)
    activeresource (3.2.22.5)
      activemodel (= 3.2.22.5)
      activesupport (= 3.2.22.5)
    activesupport (3.2.22.5)
      i18n (~> 0.6, >= 0.6.4)
      multi_json (~> 1.0)
    arel (3.0.3)
    bcrypt (3.1.12)
    bcrypt (3.1.12-java)
    bcrypt_pbkdf (1.0.0)
    better_errors (2.4.0)
      coderay (>= 1.0.0)
      erubi (>= 1.0.0)
      rack (>= 0.9.0)
    binding_of_caller (0.8.0)
      debug_inspector (>= 0.0.1)
    bootstrap-sass (3.1.1.1)
      sass (~> 3.2)
    brakeman (4.3.0)
    builder (3.0.4)
    cancan (1.6.10)
    capistrano (3.1.0)
      i18n
      rake (>= 10.0.0)
      sshkit (~> 1.3)
    capistrano-bundler (1.3.0)
      capistrano (~> 3.1)
      sshkit (~> 1.2)
    capistrano-rails (1.3.1)
      capistrano (~> 3.1)
      capistrano-bundler (~> 1.1)
    choice (0.2.0)
    coderay (1.1.2)
    coffee-rails (3.2.2)
      coffee-script (>= 2.2.0)
      railties (~> 3.2.0)
    coffee-script (2.4.1)
      coffee-script-source
      execjs
    coffee-script-source (1.12.2)
    colorize (0.8.1)
    concurrent-ruby (1.1.5)
    config (1.7.0)
      activesupport (>= 3.0)
      deep_merge (~> 1.2.1)
      dry-validation (>= 0.10.4)
    coveralls (0.8.21)
      json (>= 1.8, < 3)
      simplecov (~> 0.14.1)
      term-ansicolor (~> 1.3)
      thor (~> 0.19.4)
      tins (~> 1.6)
    debug_inspector (0.0.3)
    deep_merge (1.2.1)
    default_value_for (3.1.0)
      activerecord (>= 3.2.0, < 6.0)
    devise (3.5.10)
      bcrypt (~> 3.0)
      orm_adapter (~> 0.1)
      railties (>= 3.2.6, < 5)
      responders
      thread_safe (~> 0.1)
      warden (~> 1.2.3)
    devise-encryptable (0.2.0)
      devise (>= 2.1.0)
    docile (1.1.5)
    dry-configurable (0.7.0)
      concurrent-ruby (~> 1.0)
    dry-container (0.6.0)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.1, >= 0.1.3)
    dry-core (0.4.5)
      concurrent-ruby (~> 1.0)
    dry-equalizer (0.2.0)
    dry-logic (0.4.2)
      dry-container (~> 0.2, >= 0.2.6)
      dry-core (~> 0.2)
      dry-equalizer (~> 0.2)
    dry-types (0.12.2)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.1)
      dry-container (~> 0.3)
      dry-core (~> 0.2, >= 0.2.1)
      dry-equalizer (~> 0.2)
      dry-logic (~> 0.4, >= 0.4.2)
      inflecto (~> 0.0.0, >= 0.0.2)
    dry-validation (0.11.1)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.1, >= 0.1.3)
      dry-core (~> 0.2, >= 0.2.1)
      dry-equalizer (~> 0.2)
      dry-logic (~> 0.4, >= 0.4.0)
      dry-types (~> 0.12.0)
    elasticsearch (6.0.2)
      elasticsearch-api (= 6.0.2)
      elasticsearch-transport (= 6.0.2)
    elasticsearch-api (6.0.2)
      multi_json
    elasticsearch-transport (6.0.2)
      faraday
      multi_json
    erubi (1.7.1)
    erubis (2.7.0)
    execjs (2.7.0)
    factory_girl (4.9.0)
      activesupport (>= 3.0.0)
    factory_girl_rails (4.9.0)
      factory_girl (~> 4.9.0)
      railties (>= 3.0.0)
    faker (1.9.5)
      i18n (>= 0.7)
    faraday (0.14.0)
      multipart-post (>= 1.2, < 3)
    ffi (1.10.0)
    ffi (1.10.0-java)
    foreigner (1.7.4)
      activerecord (>= 3.0.0)
    haml (5.0.4)
      temple (>= 0.8.0)
      tilt
    has_scope (0.6.0)
      actionpack (>= 3.2, < 5)
      activesupport (>= 3.2, < 5)
    hashie (3.5.7)
    highline (1.7.10)
    hike (1.2.3)
    i18n (0.9.5)
      concurrent-ruby (~> 1.0)
    inflecto (0.0.2)
    inherited_resources (1.4.1)
      has_scope (~> 0.6.0.rc)
      responders (~> 1.0.0.rc)
    jdbc-mysql (5.1.44)
    jdbc-postgres (42.1.4)
    jdbc-sqlite3 (3.20.1)
    journey (1.0.4)
    jquery-rails (3.1.5)
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
    json (2.1.0)
    json (2.1.0-java)
    kaminari (0.17.0)
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
    libv8 (3.16.14.19)
    mail (2.5.5)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    mime-types (1.25.1)
    multi_json (1.13.1)
    multipart-post (2.0.0)
    mysql2 (0.5.0)
    net-scp (1.2.1)
      net-ssh (>= 2.6.5)
    net-ssh (4.2.0)
    orm_adapter (0.5.0)
    paper_trail (2.7.2)
      activerecord (~> 3.0)
      railties (~> 3.0)
    pg (0.21.0)
    polyglot (0.3.5)
    power_assert (1.1.1)
    rack (1.4.7)
    rack-cache (1.9.0)
      rack (>= 0.4)
    rack-ssl (1.3.4)
      rack
    rack-test (0.6.3)
      rack (>= 1.0)
    rails (3.2.22.5)
      actionmailer (= 3.2.22.5)
      actionpack (= 3.2.22.5)
      activerecord (= 3.2.22.5)
      activeresource (= 3.2.22.5)
      activesupport (= 3.2.22.5)
      bundler (~> 1.0)
      railties (= 3.2.22.5)
    rails-erd (1.5.2)
      activerecord (>= 3.2)
      activesupport (>= 3.2)
      choice (~> 0.2.0)
      ruby-graphviz (~> 1.2)
    railties (3.2.22.5)
      actionpack (= 3.2.22.5)
      activesupport (= 3.2.22.5)
      rack-ssl (~> 1.3.2)
      rake (>= 0.8.7)
      rdoc (~> 3.4)
      thor (>= 0.14.6, < 2.0)
    rake (12.3.2)
    rb-fsevent (0.10.3)
    rb-inotify (0.10.0)
      ffi (~> 1.0)
    rbnacl (4.0.2)
      ffi
    rbnacl-libsodium (1.0.16)
      rbnacl (>= 3.0.1)
    rdoc (3.9.5)
    ref (2.0.0)
    responders (1.0.0)
      railties (>= 3.2, < 5)
    ruby-graphviz (1.2.3)
    sass (3.7.4)
      sass-listen (~> 4.0.0)
    sass-listen (4.0.0)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
    sass-rails (3.2.6)
      railties (~> 3.2.0)
      sass (>= 3.1.10)
      tilt (~> 1.3)
    searchkick (1.5.1)
      activemodel
      elasticsearch (>= 1)
      hashie
    shoulda (3.5.0)
      shoulda-context (~> 1.0, >= 1.0.1)
      shoulda-matchers (>= 1.4.1, < 3.0)
    shoulda-context (1.2.2)
    shoulda-matchers (2.8.0)
      activesupport (>= 3.0.0)
    simple_form (2.1.3)
      actionpack (~> 3.0)
      activemodel (~> 3.0)
    simplecov (0.14.1)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    sprockets (2.2.3)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    sqlite3 (1.3.13)
    sshkit (1.7.1)
      colorize (>= 0.7.0)
      net-scp (>= 1.1.2)
      net-ssh (>= 2.8.0)
    temple (0.8.0)
    term-ansicolor (1.6.0)
      tins (~> 1.0)
    test-unit (3.2.8)
      power_assert
    therubyracer (0.12.3)
      libv8 (~> 3.16.14.15)
      ref
    therubyrhino (2.0.4)
      therubyrhino_jar (>= 1.7.3)
    therubyrhino_jar (1.7.6)
    thor (0.19.4)
    thread_safe (0.3.6)
    thread_safe (0.3.6-java)
    tilt (1.4.1)
    tins (1.16.3)
    treetop (1.4.15)
      polyglot
      polyglot (>= 0.3.1)
    tzinfo (0.3.55)
    uglifier (2.7.2)
      execjs (>= 0.3.0)
      json (>= 1.8.0)
    warden (1.2.7)
      rack (>= 1.0)
    yaml_db (0.7.0)
      rails (>= 3.0)
      rake (>= 0.8.7)

PLATFORMS
  java
  ruby

DEPENDENCIES
  activerecord-jdbcmysql-adapter
  activerecord-jdbcpostgresql-adapter
  activerecord-jdbcsqlite3-adapter
  bcrypt_pbkdf
  better_errors
  binding_of_caller
  bootstrap-sass (~> 3.1.1.1)
  brakeman
  cancan
  capistrano (~> 3.1.0)
  capistrano-bundler
  capistrano-rails
  capistrano-rbenv!
  coffee-rails
  config
  coveralls
  default_value_for
  devise
  devise-encryptable
  factory_girl_rails
  faker
  foreigner
  haml
  highline
  inherited_resources (~> 1.4.1)
  jquery-rails
  kaminari
  mysql2
  paper_trail (~> 2.7.2)
  pg (~> 0.21)
  rails (~> 3.2.22)
  rails-erd
  rake
  rbnacl (~> 4.0.2)
  rbnacl-libsodium (>= 1.0.16)
  sass-rails (>= 3.2.6)
  searchkick
  shoulda
  simple_form
  sqlite3
  sshkit (~> 1.7.1)
  test-unit
  therubyracer
  therubyrhino
  uglifier (~> 2.7.2)
  yaml_db

BUNDLED WITH
   1.16.1