Gemfile.lock 2.81 KB
GEM
  remote: http://rubygems.org/
  specs:
    Selenium (1.1.14)
    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)
    arel (3.0.2)
    builder (3.0.4)
    cucumber (0.4.0)
      builder (>= 2.1.2)
      diff-lcs (>= 1.1.2)
      polyglot (>= 0.2.9)
      term-ansicolor (>= 1.0.3)
      treetop (>= 1.4.2)
    database_cleaner (0.7.0)
    diff-lcs (1.1.3)
    erubis (2.7.0)
    eventmachine (1.0.0)
    exception_notification (3.0.0)
      actionmailer (>= 3.0.4)
      tinder (~> 1.8)
    faraday (0.8.4)
      multipart-post (~> 1.1)
    faraday_middleware (0.9.0)
      faraday (>= 0.7.4, < 0.9)
    hashie (1.2.0)
    hike (1.2.1)
    http_parser.rb (0.5.3)
    i18n (0.6.1)
    journey (1.0.4)
    json (1.7.5)
    mail (2.4.4)
      i18n (>= 0.4.0)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    mime-types (1.19)
    multi_json (1.3.7)
    multipart-post (1.1.5)
    nokogiri (1.5.5)
    polyglot (0.3.3)
    rack (1.4.1)
    rack-cache (1.2)
      rack (>= 0.4)
    rack-test (0.6.2)
      rack (>= 1.0)
    rspec (1.2.9)
    rspec-rails (1.2.9)
      rack (>= 1.0.0)
      rspec (>= 1.2.9)
    selenium-client (1.2.18)
    simple_oauth (0.1.9)
    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)
    tilt (1.3.3)
    tinder (1.9.1)
      eventmachine (>= 0.12.0, < 2)
      faraday (~> 0.8)
      faraday_middleware (~> 0.8)
      hashie (~> 1.0)
      json (~> 1.6)
      mime-types (~> 1.16)
      multi_json (~> 1.0)
      multipart-post (~> 1.1)
      twitter-stream (~> 0.1)
    treetop (1.4.12)
      polyglot
      polyglot (>= 0.3.1)
    twitter-stream (0.1.16)
      eventmachine (>= 0.12.8)
      http_parser.rb (~> 0.5.1)
      simple_oauth (~> 0.1.4)
    tzinfo (0.3.35)
    webrat (0.5.1)
      nokogiri (>= 1.2.0)
      rack (>= 1.0)

PLATFORMS
  ruby

DEPENDENCIES
  Selenium (>= 1.1.14)
  actionmailer (= 3.2.6)
  actionpack (= 3.2.6)
  activemodel (= 3.2.6)
  activerecord (= 3.2.6)
  activeresource (= 3.2.6)
  activesupport (= 3.2.6)
  cucumber (= 0.4.0)
  database_cleaner
  exception_notification (~> 3.0.0)
  rspec (= 1.2.9)
  rspec-rails (= 1.2.9)
  selenium-client (>= 1.2.17)
  webrat (= 0.5.1)