Skip to content

Commit

Permalink
Update some travis build versions
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Jan 4, 2019
1 parent cd8c7dd commit cbe1a24
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
- docker
rvm:
- 2.6.0
- jruby-9.2.4.0
- jruby-9.2.5.0
gemfile:
- Gemfile
env:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.beta-versions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem 'bundler', '~> 1.1'
gem 'bundler', '< 3.0'
gemspec path: '..'

gem 'pkg-config' # needed by nokogiri
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.edge-firefox
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem 'bundler', '~> 1.1'
gem 'bundler', '< 3.0'
gemspec path: '..'

gem 'xpath', github: 'teamcapybara/xpath'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.gumbo
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.ie
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'

gem 'bundler', '~> 1.1'
gem 'bundler', '< 3.0'
gemspec path: '..'

0 comments on commit cbe1a24

Please sign in to comment.