Commit b70366ab authored by Paul Asmuth's avatar Paul Asmuth
Browse files

removed Gemfile.lock

parent 9e0212ab
Loading
Loading
Loading
Loading

Gemfile.lock

deleted100644 → 0
+0 −74
Original line number Diff line number Diff line
GIT
  remote: git://github.com/brianmario/yajl-ruby.git
  revision: eef5c48be81b6404af66da3f185ec9301e5214d8
  specs:
    yajl-ruby (1.1.0)

GEM
  remote: http://rubygems.org/
  specs:
    activesupport (3.1.1)
      multi_json (~> 1.0)
    bson_ext (1.4.0)
    chronic (0.6.4)
    daemons (1.1.4)
    delorean (1.1.0)
      chronic
    diff-lcs (1.1.3)
    em-hiredis (0.1.0)
      hiredis (~> 0.3.0)
    eventmachine (0.12.10)
    git (1.2.5)
    haml (3.1.2)
    hiredis (0.3.2)
    i18n (0.6.0)
    jeweler (1.5.2)
      bundler (~> 1.0.0)
      git (>= 1.2.5)
      rake
    json (1.6.1)
    multi_json (1.0.4)
    rack (1.3.0)
    rack-test (0.6.0)
      rack (>= 1.0)
    rake (0.9.2)
    redis (2.2.2)
    rspec (2.6.0)
      rspec-core (~> 2.6.0)
      rspec-expectations (~> 2.6.0)
      rspec-mocks (~> 2.6.0)
    rspec-core (2.6.4)
    rspec-expectations (2.6.0)
      diff-lcs (~> 1.1.2)
    rspec-mocks (2.6.0)
    shoulda (2.11.3)
    sinatra (1.2.6)
      rack (~> 1.1)
      tilt (>= 1.2.2, < 2.0)
    thin (1.2.11)
      daemons (>= 1.0.9)
      eventmachine (>= 0.12.6)
      rack (>= 1.0.0)
    tilt (1.3.2)

PLATFORMS
  ruby

DEPENDENCIES
  activesupport
  bson_ext (>= 1.4.0)
  delorean
  em-hiredis
  eventmachine
  haml
  i18n
  jeweler (~> 1.5.2)
  json
  rack
  rack-test
  redis (>= 2.2.2)
  rspec (~> 2.6.0)
  shoulda
  sinatra (>= 1.2.6)
  thin
  yajl-ruby!