Gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: git://github.com/sikachu/verification.git
  revision: ff31697b940d7b0e2ec65f08764215c96104e76d
  specs:
    verification (1.0.3)
      actionpack (>= 3.0.0, < 5.1)
      activesupport (>= 3.0.0, < 5.1)

GIT
  remote: https://github.com/jnicklas/capybara.git
  revision: addbde1db4dc6d163018e3dcfd9c4b27a3bff6d7
  specs:
    capybara (2.15.4)
      addressable
      mini_mime (>= 0.1.3)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      xpath (~> 2.0)

GEM
  remote: https://rubygems.org/
  specs:
    actionmailer (4.0.13)
      actionpack (= 4.0.13)
      mail (~> 2.5, >= 2.5.4)
    actionpack (4.0.13)
      activesupport (= 4.0.13)
      builder (~> 3.1.0)
      erubis (~> 2.7.0)
      rack (~> 1.5.2)
      rack-test (~> 0.6.2)
    activemodel (4.0.13)
      activesupport (= 4.0.13)
      builder (~> 3.1.0)
    activerecord (4.0.13)
      activemodel (= 4.0.13)
      activerecord-deprecated_finders (~> 1.0.2)
      activesupport (= 4.0.13)
      arel (~> 4.0.0)
    activerecord-deprecated_finders (1.0.4)
    activesupport (4.0.13)
      i18n (~> 0.6, >= 0.6.9)
      minitest (~> 4.2)
      multi_json (~> 1.3)
      thread_safe (~> 0.1)
      tzinfo (~> 0.3.37)
    addressable (2.5.2)
      public_suffix (>= 2.0.2, < 4.0)
    arel (4.0.2)
    awesome_print (1.8.0)
    better_errors (2.4.0)
      coderay (>= 1.0.0)
      erubi (>= 1.0.0)
      rack (>= 0.9.0)
    binding_of_caller (0.7.2)
      debug_inspector (>= 0.0.1)
    buftok (0.2.0)
    builder (3.1.4)
    cliver (0.3.2)
    coderay (1.1.2)
    coffee-rails (4.0.1)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0, < 5.0)
    coffee-script (2.4.1)
      coffee-script-source
      execjs
    coffee-script-source (1.12.2)
    concurrent-ruby (1.0.5)
    coveralls (0.8.21)
      json (>= 1.8, < 3)
      simplecov (~> 0.14.1)
      term-ansicolor (~> 1.3)
      thor (~> 0.19.4)
      tins (~> 1.6)
    database_cleaner (1.6.1)
    debug_inspector (0.0.3)
    diff-lcs (1.3)
    docile (1.1.5)
    domain_name (0.5.20170404)
      unf (>= 0.0.5, < 1.0.0)
    draper (2.1.0)
      actionpack (>= 3.0)
      activemodel (>= 3.0)
      activesupport (>= 3.0)
      request_store (~> 1.0)
    equalizer (0.0.11)
    erubi (1.7.0)
    erubis (2.7.0)
    execjs (2.7.0)
    fabrication (2.18.0)
    faker (1.8.4)
      i18n (~> 0.5)
    faraday (0.11.0)
      multipart-post (>= 1.2, < 3)
    faraday_middleware (0.12.2)
      faraday (>= 0.7.4, < 1.0)
    friendly_id (5.2.3)
      activerecord (>= 4.0.0)
    gravtastic (3.2.6)
    hashie (2.1.2)
    hike (1.2.3)
    hirb (0.7.3)
    hirb-unicode (0.0.5)
      hirb (~> 0.5)
      unicode-display_width (~> 0.1.1)
    http (2.2.2)
      addressable (~> 2.3)
      http-cookie (~> 1.0)
      http-form_data (~> 1.0.1)
      http_parser.rb (~> 0.6.0)
    http-cookie (1.0.3)
      domain_name (~> 0.5)
    http-form_data (1.0.3)
    http_parser.rb (0.6.0)
    i18n (0.9.0)
      concurrent-ruby (~> 1.0)
    jquery-rails (3.1.4)
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
    json (1.8.6)
    jwt (1.5.6)
    kaminari (0.17.0)
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
    kgio (2.11.0)
    launchy (2.4.3)
      addressable (~> 2.3)
    mail (2.6.6)
      mime-types (>= 1.16, < 4)
    memoizable (0.4.2)
      thread_safe (~> 0.3, >= 0.3.1)
    metaclass (0.0.4)
    method_source (0.9.0)
    mime-types (3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2016.0521)
    mini_mime (0.1.4)
    mini_portile2 (2.3.0)
    minitest (4.7.5)
    mocha (1.3.0)
      metaclass (~> 0.0.1)
    multi_json (1.12.2)
    multi_xml (0.6.0)
    multipart-post (2.0.0)
    mysql2 (0.3.21)
    naught (1.1.0)
    netrc (0.7.9)
    newrelic_rpm (4.5.0.337)
    nokogiri (1.8.1)
      mini_portile2 (~> 2.3.0)
    oauth2 (1.4.0)
      faraday (>= 0.8, < 0.13)
      jwt (~> 1.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
      rack (>= 1.2, < 3)
    octokit (1.25.0)
      addressable (~> 2.2)
      faraday (~> 0.8)
      faraday_middleware (~> 0.9)
      hashie (~> 2.0)
      multi_json (~> 1.3)
      netrc (~> 0.7.7)
    omniauth (1.4.2)
      hashie (>= 1.2, < 4)
      rack (>= 1.0, < 3)
    omniauth-github (1.2.2)
      omniauth (~> 1.4.0)
      omniauth-oauth2 (>= 1.4.0, < 2.0)
    omniauth-oauth2 (1.4.0)
      oauth2 (~> 1.0)
      omniauth (~> 1.2)
    paint (2.0.0)
    poltergeist (1.16.0)
      capybara (~> 2.1)
      cliver (~> 0.3.1)
      websocket-driver (>= 0.2.0)
    power_assert (1.1.0)
    pry (0.11.1)
      coderay (~> 1.1.0)
      method_source (~> 0.9.0)
    pry-doc (0.11.1)
      pry (~> 0.9)
      yard (~> 0.9)
    pry-rails (0.3.6)
      pry (>= 0.10.4)
    public_suffix (3.0.0)
    rack (1.5.5)
    rack-google-analytics (1.2.0)
      actionpack
      activesupport
    rack-test (0.6.3)
      rack (>= 1.0)
    rails (4.0.13)
      actionmailer (= 4.0.13)
      actionpack (= 4.0.13)
      activerecord (= 4.0.13)
      activesupport (= 4.0.13)
      bundler (>= 1.3.0, < 2.0)
      railties (= 4.0.13)
      sprockets-rails (~> 2.0)
    rails_12factor (0.0.3)
      rails_serve_static_assets
      rails_stdout_logging
    rails_config (0.3.4)
      activesupport (>= 3.0)
    rails_serve_static_assets (0.0.5)
    rails_stdout_logging (0.0.5)
    railties (4.0.13)
      actionpack (= 4.0.13)
      activesupport (= 4.0.13)
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    raindrops (0.19.0)
    rake (12.1.0)
    request_store (1.3.2)
    rinku (2.0.3)
    rspec-core (3.6.0)
      rspec-support (~> 3.6.0)
    rspec-expectations (3.6.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.6.0)
    rspec-mocks (3.6.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.6.0)
    rspec-rails (3.6.1)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-core (~> 3.6.0)
      rspec-expectations (~> 3.6.0)
      rspec-mocks (~> 3.6.0)
      rspec-support (~> 3.6.0)
    rspec-support (3.6.0)
    sass (3.2.19)
    sass-rails (4.0.5)
      railties (>= 4.0.0, < 5.0)
      sass (~> 3.2.2)
      sprockets (~> 2.8, < 3.0)
      sprockets-rails (~> 2.0)
    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_oauth (0.3.1)
    simplecov (0.14.1)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    slim (3.0.8)
      temple (>= 0.7.6, < 0.9)
      tilt (>= 1.3.3, < 2.1)
    slim-rails (3.1.3)
      actionpack (>= 3.1)
      railties (>= 3.1)
      slim (~> 3.0)
    sprockets (2.12.4)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    sprockets-rails (2.3.3)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      sprockets (>= 2.8, < 4.0)
    sqlite3 (1.3.13)
    tapp (1.5.1)
      thor
    temple (0.8.0)
    term-ansicolor (1.6.0)
      tins (~> 1.0)
    test-unit (3.2.6)
      power_assert
    thor (0.19.4)
    thread_safe (0.3.6)
    tilt (1.4.1)
    timecop (0.9.1)
    tins (1.15.0)
    tophat (2.3.1)
      actionpack (>= 3.0.0)
    turbolinks (5.0.1)
      turbolinks-source (~> 5)
    turbolinks-source (5.0.3)
    twitter (6.1.0)
      addressable (~> 2.5)
      buftok (~> 0.2.0)
      equalizer (= 0.0.11)
      faraday (~> 0.11.0)
      http (~> 2.1)
      http_parser.rb (~> 0.6.0)
      memoizable (~> 0.4.2)
      naught (~> 1.1)
      simple_oauth (~> 0.3.1)
    tzinfo (0.3.53)
    uglifier (3.2.0)
      execjs (>= 0.3.0, < 3)
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.7.4)
    unicode-display_width (0.1.1)
    unicorn (5.3.1)
      kgio (~> 2.6)
      raindrops (~> 0.7)
    websocket-driver (0.7.0)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.2)
    wirb (2.1.1)
      paint (>= 0.9, < 3.0)
    xpath (2.1.0)
      nokogiri (~> 1.3)
    yard (0.9.9)

PLATFORMS
  ruby
  x86_64-darwin-16

DEPENDENCIES
  awesome_print
  better_errors
  binding_of_caller
  capybara!
  coffee-rails (~> 4.0.0)
  coveralls
  database_cleaner
  draper
  fabrication
  faker
  faraday
  friendly_id
  gravtastic
  hirb-unicode
  jquery-rails
  json (~> 1.8.1)
  kaminari
  launchy
  mocha
  mysql2 (~> 0.3.21)
  newrelic_rpm
  octokit (~> 1)
  omniauth-github
  poltergeist
  pry
  pry-doc
  pry-rails
  rack-google-analytics
  rails (~> 4.0.4)
  rails_12factor
  rails_config (~> 0.3.3)
  rinku
  rspec-core (~> 3.6.0)
  rspec-mocks (~> 3.6.0)
  rspec-rails (~> 3.6.0)
  rspec-support (~> 3.6.0)
  sass-rails (~> 4.0.0)
  shoulda
  simplecov
  slim-rails
  sqlite3
  tapp
  test-unit
  timecop
  tophat
  turbolinks
  twitter
  uglifier (>= 1.3.0)
  unicorn
  verification!
  wirb

RUBY VERSION
   ruby 2.3.1p112

BUNDLED WITH
   1.15.4