Gemfile.lock 3.9 KB
PATH
  remote: vendor/prototype_legacy_helper
  specs:
    prototype_legacy_helper (0.0.0)

GEM
  remote: https://rubygems.org/
  specs:
    RedCloth (4.2.9)
    actionmailer (3.2.6)
      actionpack (= 3.2.6)
      mail (~> 2.4.4)
    actionpack (3.2.6)
      activemodel (= 3.2.6)
      activesupport (= 3.2.6)
      builder (~> 3.0.0)
      erubis (~> 2.7.0)
      journey (~> 1.0.1)
      rack (~> 1.4.0)
      rack-cache (~> 1.2)
      rack-test (~> 0.6.1)
      sprockets (~> 2.1.3)
    activemodel (3.2.6)
      activesupport (= 3.2.6)
      builder (~> 3.0.0)
    activerecord (3.2.6)
      activemodel (= 3.2.6)
      activesupport (= 3.2.6)
      arel (~> 3.0.2)
      tzinfo (~> 0.3.29)
    activeresource (3.2.6)
      activemodel (= 3.2.6)
      activesupport (= 3.2.6)
    activesupport (3.2.6)
      i18n (~> 0.6)
      multi_json (~> 1.0)
    acts-as-taggable-on (3.0.2)
      rails (>= 3, < 5)
    arel (3.0.2)
    builder (3.0.0)
    capybara (2.1.0)
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      xpath (~> 2.0)
    childprocess (0.3.3)
      ffi (~> 1.0.6)
    cucumber (1.0.6)
      builder (>= 2.1.2)
      diff-lcs (>= 1.1.2)
      gherkin (~> 2.4.18)
      json (>= 1.4.6)
      term-ansicolor (>= 1.0.6)
    cucumber-rails (1.0.6)
      capybara (>= 1.1.1)
      cucumber (>= 1.0.6)
      nokogiri (>= 1.5.0)
    daemons (1.1.5)
    dalli (2.7.0)
    database_cleaner (1.2.0)
    diff-lcs (1.1.3)
    erubis (2.7.0)
    eventmachine (1.0.3)
    fast_gettext (0.6.8)
    ffi (1.0.11)
    gherkin (2.4.21)
      json (>= 1.4.6)
    hike (1.2.1)
    hpricot (0.8.6)
    i18n (0.6.0)
    journey (1.0.3)
    json (1.7.3)
    mail (2.4.4)
      i18n (>= 0.4.0)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    metaclass (0.0.4)
    mime-types (1.19)
    mocha (0.11.3)
      metaclass (~> 0.0.1)
    multi_json (1.3.6)
    nokogiri (1.5.5)
    pg (0.13.2)
    polyglot (0.3.3)
    prototype-rails (3.2.1)
      rails (~> 3.2)
    rack (1.4.1)
    rack-cache (1.2)
      rack (>= 0.4)
    rack-ssl (1.3.2)
      rack
    rack-test (0.6.1)
      rack (>= 1.0)
    rails (3.2.6)
      actionmailer (= 3.2.6)
      actionpack (= 3.2.6)
      activerecord (= 3.2.6)
      activeresource (= 3.2.6)
      activesupport (= 3.2.6)
      bundler (~> 1.0)
      railties (= 3.2.6)
    rails_autolink (1.1.5)
      rails (> 3.1)
    railties (3.2.6)
      actionpack (= 3.2.6)
      activesupport (= 3.2.6)
      rack-ssl (~> 1.3.2)
      rake (>= 0.8.7)
      rdoc (~> 3.4)
      thor (>= 0.14.6, < 2.0)
    rake (0.9.2.2)
    rdoc (3.9.4)
    rmagick (2.13.1)
    rspec (2.10.0)
      rspec-core (~> 2.10.0)
      rspec-expectations (~> 2.10.0)
      rspec-mocks (~> 2.10.0)
    rspec-core (2.10.1)
    rspec-expectations (2.10.0)
      diff-lcs (~> 1.1.3)
    rspec-mocks (2.10.1)
    rspec-rails (2.10.1)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec (~> 2.10.0)
    ruby-feedparser (0.7)
    rubyzip (1.1.2)
    selenium-webdriver (2.39.0)
      childprocess (>= 0.2.5)
      multi_json (~> 1.0)
      rubyzip (~> 1.0)
      websocket (~> 1.0.4)
    sprockets (2.1.3)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    term-ansicolor (1.0.7)
    thin (1.3.1)
      daemons (>= 1.0.9)
      eventmachine (>= 0.12.6)
      rack (>= 1.0.0)
    thor (0.15.3)
    tilt (1.3.3)
    treetop (1.4.10)
      polyglot
      polyglot (>= 0.3.1)
    tzinfo (0.3.33)
    websocket (1.0.7)
    will_paginate (3.0.3)
    xpath (2.0.0)
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
  RedCloth
  acts-as-taggable-on
  capybara
  cucumber
  cucumber-rails
  daemons
  dalli
  database_cleaner
  fast_gettext
  hpricot
  mocha
  nokogiri
  pg
  prototype-rails
  prototype_legacy_helper (= 0.0.0)!
  rails
  rails_autolink
  rake
  rmagick
  rspec
  rspec-rails
  ruby-feedparser
  selenium-webdriver
  thin
  will_paginate