File tree Expand file tree Collapse file tree 3 files changed +19
-24
lines changed Expand file tree Collapse file tree 3 files changed +19
-24
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
cache : bundler
3
3
rvm :
4
- - 1.9.3
5
- - 2.0.0
6
- - 2.1.10
7
- - 2.2.9
8
- - 2.3.6
9
- - 2.4.3
4
+ - 2.2.2
10
5
- 2.5.0
6
+ - 2.6.3
11
7
- jruby
12
8
- ruby-head
13
9
gemfile :
14
- - gemfiles/active_support_4.2.gemfile
15
10
- gemfiles/active_support_5.0.gemfile
11
+ - gemfiles/active_support_6.0.gemfile
16
12
before_install :
17
13
- " rm -f ${BUNDLE_GEMFILE}.lock"
18
14
matrix :
19
15
fast_finish : true
20
16
exclude :
21
- - rvm : 1.9.3
17
+ - rvm : 2.2.2
22
18
gemfile : gemfiles/active_support_5.0.gemfile
23
- - rvm : 2.0 .0
19
+ - rvm : 2.5 .0
24
20
gemfile : gemfiles/active_support_5.0.gemfile
25
- - rvm : 2.1.10
21
+ - rvm : 2.6.3
26
22
gemfile : gemfiles/active_support_5.0.gemfile
27
- - rvm : 2.4.3
28
- gemfile : gemfiles/active_support_4.2.gemfile
29
- - rvm : 2.5.0
30
- gemfile : gemfiles/active_support_4.2.gemfile
31
- - rvm : ruby-head
32
- gemfile : gemfiles/active_support_4.2.gemfile
33
23
- rvm : jruby
34
24
gemfile : gemfiles/active_support_5.0.gemfile
25
+ - rvm : 2.5.0
26
+ gemfile : gemfiles/active_support_6.0.gemfile
27
+ - rvm : 2.6.3
28
+ gemfile : gemfiles/active_support_6.0.gemfile
29
+ - rvm : jruby
30
+ gemfile : gemfiles/active_support_6.0.gemfile
35
31
allow_failures :
36
32
- rvm : ruby-head
37
33
notifications :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ source "https://rubygems.org"
2
+
3
+ gem "activesupport", "~> 6.0.0"
4
+
5
+ gem "nokogiri", ">= 1.7.0"
6
+
7
+ gemspec path: "../"
You can’t perform that action at this time.
0 commit comments