forked from teamcapybara/capybara
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Gemfile.base-versions for Travis
- Loading branch information
Showing
3 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,5 @@ capybara-*.html | |
.yardoc | ||
doc | ||
.bundle | ||
Gemfile.lock | ||
Gemfile*.lock | ||
chromedriver.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
source :rubygems | ||
|
||
gem 'bundler', '~> 1.0' | ||
gemspec :path => '..' | ||
|
||
gem 'xpath', :path => '../xpath' | ||
|
||
gem 'rack', '= 1.3.0' # cannot go lower because referer tests need aa7ce77cd0 | ||
gem 'rack-test', '= 0.5.4' | ||
gem 'nokogiri', '= 1.3.3' | ||
gem 'rspec', '= 2.2.0' | ||
gem 'cucumber', '= 0.10.5' | ||
# We cannot test against older versions of selenium-webdriver without | ||
# installing older compatible Firefox versions. |