Skip to content

Commit

Permalink
Add Gemfile.base-versions for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
joliss committed Jan 26, 2012
1 parent e52cde9 commit 53bfdca
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ capybara-*.html
.yardoc
doc
.bundle
Gemfile.lock
Gemfile*.lock
chromedriver.log
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ rvm:
- ree
- jruby
- rbx-18mode
gemfile:
- Gemfile
- gemfiles/Gemfile.base-versions
before_script:
- 'sh -e /etc/init.d/xvfb start'
before_install:
Expand Down
14 changes: 14 additions & 0 deletions gemfiles/Gemfile.base-versions
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.

0 comments on commit 53bfdca

Please sign in to comment.