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:
parent
41d0787b16
commit
129fe171df
3 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
/Gemfile.lock
|
||||
/spec/support/custom_phantomjs_called
|
||||
/ci/Gemfile.*.lock
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
source :rubygems
|
||||
gemspec
|
||||
gemspec :path => '../'
|
||||
gem 'capybara', '~> 1.0.0'
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
source :rubygems
|
||||
gemspec
|
||||
gemspec :path => '../'
|
||||
gem 'capybara', '~> 1.1.0'
|
||||
|
|
Loading…
Add table
Reference in a new issue