1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00

Fix broken gemfiles

This commit is contained in:
Jon Leighton 2011-10-30 17:41:38 +00:00
parent 41d0787b16
commit 129fe171df
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/Gemfile.lock
/spec/support/custom_phantomjs_called
/ci/Gemfile.*.lock

View file

@ -1,3 +1,3 @@
source :rubygems
gemspec
gemspec :path => '../'
gem 'capybara', '~> 1.0.0'

View file

@ -1,3 +1,3 @@
source :rubygems
gemspec
gemspec :path => '../'
gem 'capybara', '~> 1.1.0'