Skip to content

Commit 00a9943

Browse files
authored
Merge pull request #621 from nicolasleger/ci-new-ruby-2
CI Test against new Ruby 2.x
2 parents 9c8bdfa + fba5c5e commit 00a9943

File tree

5 files changed

+65
-58
lines changed

5 files changed

+65
-58
lines changed

Diff for: .travis.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
1+
env:
2+
- RUBYOPT=-W0
13
rvm:
24
- 2.0.0
3-
- 2.1.9
4-
- 2.2.7
5-
- 2.3.4
5+
- 2.1
6+
- 2.2
7+
- 2.3
8+
- 2.4
9+
- 2.5
10+
- ruby-head
611
- jruby-head
712
branches:
813
only: [master]
914
sudo: false
1015
cache: bundler
1116
matrix:
1217
allow_failures:
18+
- rvm: ruby-head
1319
- rvm: jruby-head
1420
bundler_args: "--jobs 4"

Diff for: appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ environment:
66
- RUBY_VERSION: 21-x64
77
- RUBY_VERSION: 22-x64
88
- RUBY_VERSION: 23-x64
9+
- RUBY_VERSION: 24-x64
910

1011
install:
1112
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%

Diff for: spec/fixtures/rails32/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ GEM
4040
hike (1.2.3)
4141
i18n (0.7.0)
4242
journey (1.0.4)
43-
json (1.8.3)
43+
json (1.8.6)
4444
mail (2.5.4)
4545
mime-types (~> 1.16)
4646
treetop (~> 1.4.8)

Diff for: spec/fixtures/rails42/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'rails', '4.2.2'
3+
gem 'rails', '4.2.8'
44
gem 'sqlite3'
55
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
66
gem 'parallel_tests', path: "../../../", group: :development

Diff for: spec/fixtures/rails42/Gemfile.lock

+53-53
Original file line numberDiff line numberDiff line change
@@ -7,99 +7,99 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionmailer (4.2.2)
11-
actionpack (= 4.2.2)
12-
actionview (= 4.2.2)
13-
activejob (= 4.2.2)
10+
actionmailer (4.2.8)
11+
actionpack (= 4.2.8)
12+
actionview (= 4.2.8)
13+
activejob (= 4.2.8)
1414
mail (~> 2.5, >= 2.5.4)
1515
rails-dom-testing (~> 1.0, >= 1.0.5)
16-
actionpack (4.2.2)
17-
actionview (= 4.2.2)
18-
activesupport (= 4.2.2)
16+
actionpack (4.2.8)
17+
actionview (= 4.2.8)
18+
activesupport (= 4.2.8)
1919
rack (~> 1.6)
2020
rack-test (~> 0.6.2)
2121
rails-dom-testing (~> 1.0, >= 1.0.5)
22-
rails-html-sanitizer (~> 1.0, >= 1.0.1)
23-
actionview (4.2.2)
24-
activesupport (= 4.2.2)
22+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
23+
actionview (4.2.8)
24+
activesupport (= 4.2.8)
2525
builder (~> 3.1)
2626
erubis (~> 2.7.0)
2727
rails-dom-testing (~> 1.0, >= 1.0.5)
28-
rails-html-sanitizer (~> 1.0, >= 1.0.1)
29-
activejob (4.2.2)
30-
activesupport (= 4.2.2)
28+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
29+
activejob (4.2.8)
30+
activesupport (= 4.2.8)
3131
globalid (>= 0.3.0)
32-
activemodel (4.2.2)
33-
activesupport (= 4.2.2)
32+
activemodel (4.2.8)
33+
activesupport (= 4.2.8)
3434
builder (~> 3.1)
35-
activerecord (4.2.2)
36-
activemodel (= 4.2.2)
37-
activesupport (= 4.2.2)
35+
activerecord (4.2.8)
36+
activemodel (= 4.2.8)
37+
activesupport (= 4.2.8)
3838
arel (~> 6.0)
39-
activesupport (4.2.2)
39+
activesupport (4.2.8)
4040
i18n (~> 0.7)
41-
json (~> 1.7, >= 1.7.7)
4241
minitest (~> 5.1)
4342
thread_safe (~> 0.3, >= 0.3.4)
4443
tzinfo (~> 1.1)
45-
arel (6.0.0)
46-
builder (3.2.2)
44+
arel (6.0.4)
45+
builder (3.2.3)
4746
erubis (2.7.0)
48-
globalid (0.3.5)
47+
globalid (0.3.7)
4948
activesupport (>= 4.1.0)
5049
i18n (0.7.0)
51-
json (1.8.3)
52-
loofah (2.0.2)
50+
loofah (2.0.3)
5351
nokogiri (>= 1.5.9)
54-
mail (2.6.3)
55-
mime-types (>= 1.16, < 3)
56-
mime-types (2.6.1)
52+
mail (2.6.6)
53+
mime-types (>= 1.16, < 4)
54+
mime-types (2.6.2)
5755
mini_portile2 (2.1.0)
5856
minitest (5.7.0)
59-
nokogiri (1.6.8.1)
57+
nokogiri (1.6.8)
6058
mini_portile2 (~> 2.1.0)
61-
nokogiri (1.6.8.1-x64-mingw32)
59+
pkg-config (~> 1.1.7)
60+
nokogiri (1.6.8-x64-mingw32)
6261
mini_portile2 (~> 2.1.0)
63-
parallel (1.12.0)
64-
rack (1.6.4)
62+
pkg-config (~> 1.1.7)
63+
parallel (1.12.1)
64+
rack (1.6.8)
6565
rack-test (0.6.3)
6666
rack (>= 1.0)
67-
rails (4.2.2)
68-
actionmailer (= 4.2.2)
69-
actionpack (= 4.2.2)
70-
actionview (= 4.2.2)
71-
activejob (= 4.2.2)
72-
activemodel (= 4.2.2)
73-
activerecord (= 4.2.2)
74-
activesupport (= 4.2.2)
67+
rails (4.2.8)
68+
actionmailer (= 4.2.8)
69+
actionpack (= 4.2.8)
70+
actionview (= 4.2.8)
71+
activejob (= 4.2.8)
72+
activemodel (= 4.2.8)
73+
activerecord (= 4.2.8)
74+
activesupport (= 4.2.8)
7575
bundler (>= 1.3.0, < 2.0)
76-
railties (= 4.2.2)
76+
railties (= 4.2.8)
7777
sprockets-rails
7878
rails-deprecated_sanitizer (1.0.3)
7979
activesupport (>= 4.2.0.alpha)
80-
rails-dom-testing (1.0.6)
81-
activesupport (>= 4.2.0.beta, < 5.0)
82-
nokogiri (~> 1.6.0)
80+
rails-dom-testing (1.0.9)
81+
activesupport (>= 4.2.0, < 5.0)
82+
nokogiri (~> 1.6)
8383
rails-deprecated_sanitizer (>= 1.0.1)
84-
rails-html-sanitizer (1.0.2)
84+
rails-html-sanitizer (1.0.3)
8585
loofah (~> 2.0)
86-
railties (4.2.2)
87-
actionpack (= 4.2.2)
88-
activesupport (= 4.2.2)
86+
railties (4.2.8)
87+
actionpack (= 4.2.8)
88+
activesupport (= 4.2.8)
8989
rake (>= 0.8.7)
9090
thor (>= 0.18.1, < 2.0)
9191
rake (10.4.2)
9292
sprockets (3.2.0)
9393
rack (~> 1.0)
94-
sprockets-rails (2.3.2)
94+
sprockets-rails (2.3.3)
9595
actionpack (>= 3.0)
9696
activesupport (>= 3.0)
9797
sprockets (>= 2.8, < 4.0)
9898
sqlite3 (1.3.13)
9999
sqlite3 (1.3.13-x64-mingw32)
100-
thor (0.19.1)
101-
thread_safe (0.3.5)
102-
tzinfo (1.2.2)
100+
thor (0.19.4)
101+
thread_safe (0.3.6)
102+
tzinfo (1.2.5)
103103
thread_safe (~> 0.1)
104104
tzinfo-data (1.2017.3)
105105
tzinfo (>= 1.0.0)
@@ -110,7 +110,7 @@ PLATFORMS
110110

111111
DEPENDENCIES
112112
parallel_tests!
113-
rails (= 4.2.2)
113+
rails (= 4.2.8)
114114
sqlite3
115115
tzinfo-data
116116

0 commit comments

Comments
 (0)