Update some travis build versions

This commit is contained in:
Thomas Walpole 2019-01-04 09:28:16 -08:00
parent cd8c7ddf6e
commit cbe1a24b1d
6 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@ services:
- docker
rvm:
- 2.6.0
- jruby-9.2.4.0
- jruby-9.2.5.0
gemfile:
- Gemfile
env:
@ -50,10 +50,10 @@ matrix:
packages:
- awesome
- gemfile: Gemfile
rvm: 2.5.3
rvm: 2.6.0
env: HEADLESS=true
- gemfile: gemfiles/Gemfile.beta-versions
rvm: 2.5.3
rvm: 2.6.0
env: CAPYBARA_FF=true
addons:
firefox: latest-beta

View File

@ -2,7 +2,7 @@
source 'https://rubygems.org'
gem 'bundler', '~> 1.1'
gem 'bundler', '< 3.0'
gemspec
gem 'xpath', git: 'git://github.com/teamcapybara/xpath.git'

View File

@ -1,6 +1,6 @@
source "https://rubygems.org"
gem 'bundler', '~> 1.1'
gem 'bundler', '< 3.0'
gemspec path: '..'
gem 'pkg-config' # needed by nokogiri

View File

@ -1,6 +1,6 @@
source "https://rubygems.org"
gem 'bundler', '~> 1.1'
gem 'bundler', '< 3.0'
gemspec path: '..'
gem 'xpath', github: 'teamcapybara/xpath'

View File

@ -1,6 +1,6 @@
source 'https://rubygems.org'
gem 'bundler', '~> 1.1'
gem 'bundler', '< 3.0'
gemspec path: '..'
gem 'xpath', :git => 'git://github.com/teamcapybara/xpath.git'

View File

@ -1,4 +1,4 @@
source 'https://rubygems.org'
gem 'bundler', '~> 1.1'
gem 'bundler', '< 3.0'
gemspec path: '..'