Remove Gemfile.lock from the repo

This commit is contained in:
Jon Leighton 2011-10-27 23:51:49 +01:00
parent f90a409b85
commit 281d8e0990
2 changed files with 1 additions and 65 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/Gemfile.lock

View File

@ -1,65 +0,0 @@
PATH
remote: .
specs:
poltergeist (0.1.0)
capybara (~> 1.1.0)
em-websocket (~> 0.3.1)
json (~> 1.6)
GEM
remote: http://rubygems.org/
specs:
addressable (2.2.6)
capybara (1.1.1)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
childprocess (0.2.2)
ffi (~> 1.0.6)
diff-lcs (1.1.2)
em-websocket (0.3.1)
addressable (>= 2.1.1)
eventmachine (>= 0.12.9)
eventmachine (0.12.10)
ffi (1.0.9)
json (1.6.1)
json_pure (1.6.1)
mime-types (1.16)
nokogiri (1.5.0)
rack (1.3.3)
rack-test (0.6.1)
rack (>= 1.0)
rake (0.9.2)
rspec (2.3.0)
rspec-core (~> 2.3.0)
rspec-expectations (~> 2.3.0)
rspec-mocks (~> 2.3.0)
rspec-core (2.3.1)
rspec-expectations (2.3.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.3.0)
rubyzip (0.9.4)
selenium-webdriver (2.8.0)
childprocess (>= 0.2.1)
ffi (>= 1.0.7)
json_pure
rubyzip
sinatra (1.2.6)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
tilt (1.3.3)
xpath (0.1.4)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
json
poltergeist!
rake
rspec
sinatra