Skip to content

Commit

Permalink
Merge pull request #621 from nicolasleger/ci-new-ruby-2
Browse files Browse the repository at this point in the history
CI Test against new Ruby 2.x
  • Loading branch information
grosser authored Feb 6, 2018
2 parents 9c8bdfa + fba5c5e commit 00a9943
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 58 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
env:
- RUBYOPT=-W0
rvm:
- 2.0.0
- 2.1.9
- 2.2.7
- 2.3.4
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- ruby-head
- jruby-head
branches:
only: [master]
sudo: false
cache: bundler
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
bundler_args: "--jobs 4"
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ environment:
- RUBY_VERSION: 21-x64
- RUBY_VERSION: 22-x64
- RUBY_VERSION: 23-x64
- RUBY_VERSION: 24-x64

install:
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/rails32/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GEM
hike (1.2.3)
i18n (0.7.0)
journey (1.0.4)
json (1.8.3)
json (1.8.6)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/rails42/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rails', '4.2.2'
gem 'rails', '4.2.8'
gem 'sqlite3'
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
gem 'parallel_tests', path: "../../../", group: :development
106 changes: 53 additions & 53 deletions spec/fixtures/rails42/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,99 +7,99 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.2.2)
actionpack (= 4.2.2)
actionview (= 4.2.2)
activejob (= 4.2.2)
actionmailer (4.2.8)
actionpack (= 4.2.8)
actionview (= 4.2.8)
activejob (= 4.2.8)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.2)
actionview (= 4.2.2)
activesupport (= 4.2.2)
actionpack (4.2.8)
actionview (= 4.2.8)
activesupport (= 4.2.8)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.1)
actionview (4.2.2)
activesupport (= 4.2.2)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.8)
activesupport (= 4.2.8)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.1)
activejob (4.2.2)
activesupport (= 4.2.2)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (4.2.8)
activesupport (= 4.2.8)
globalid (>= 0.3.0)
activemodel (4.2.2)
activesupport (= 4.2.2)
activemodel (4.2.8)
activesupport (= 4.2.8)
builder (~> 3.1)
activerecord (4.2.2)
activemodel (= 4.2.2)
activesupport (= 4.2.2)
activerecord (4.2.8)
activemodel (= 4.2.8)
activesupport (= 4.2.8)
arel (~> 6.0)
activesupport (4.2.2)
activesupport (4.2.8)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
arel (6.0.0)
builder (3.2.2)
arel (6.0.4)
builder (3.2.3)
erubis (2.7.0)
globalid (0.3.5)
globalid (0.3.7)
activesupport (>= 4.1.0)
i18n (0.7.0)
json (1.8.3)
loofah (2.0.2)
loofah (2.0.3)
nokogiri (>= 1.5.9)
mail (2.6.3)
mime-types (>= 1.16, < 3)
mime-types (2.6.1)
mail (2.6.6)
mime-types (>= 1.16, < 4)
mime-types (2.6.2)
mini_portile2 (2.1.0)
minitest (5.7.0)
nokogiri (1.6.8.1)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
nokogiri (1.6.8.1-x64-mingw32)
pkg-config (~> 1.1.7)
nokogiri (1.6.8-x64-mingw32)
mini_portile2 (~> 2.1.0)
parallel (1.12.0)
rack (1.6.4)
pkg-config (~> 1.1.7)
parallel (1.12.1)
rack (1.6.8)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.2)
actionmailer (= 4.2.2)
actionpack (= 4.2.2)
actionview (= 4.2.2)
activejob (= 4.2.2)
activemodel (= 4.2.2)
activerecord (= 4.2.2)
activesupport (= 4.2.2)
rails (4.2.8)
actionmailer (= 4.2.8)
actionpack (= 4.2.8)
actionview (= 4.2.8)
activejob (= 4.2.8)
activemodel (= 4.2.8)
activerecord (= 4.2.8)
activesupport (= 4.2.8)
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.2)
railties (= 4.2.8)
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.6)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-dom-testing (1.0.9)
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.2)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
railties (4.2.2)
actionpack (= 4.2.2)
activesupport (= 4.2.2)
railties (4.2.8)
actionpack (= 4.2.8)
activesupport (= 4.2.8)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.4.2)
sprockets (3.2.0)
rack (~> 1.0)
sprockets-rails (2.3.2)
sprockets-rails (2.3.3)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.13)
sqlite3 (1.3.13-x64-mingw32)
thor (0.19.1)
thread_safe (0.3.5)
tzinfo (1.2.2)
thor (0.19.4)
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
tzinfo-data (1.2017.3)
tzinfo (>= 1.0.0)
Expand All @@ -110,7 +110,7 @@ PLATFORMS

DEPENDENCIES
parallel_tests!
rails (= 4.2.2)
rails (= 4.2.8)
sqlite3
tzinfo-data

Expand Down

0 comments on commit 00a9943

Please sign in to comment.