File tree 3 files changed +14
-24
lines changed
3 files changed +14
-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
4
- 2.2.9
8
5
- 2.3.6
9
6
- 2.4.3
10
7
- 2.5.0
11
8
- jruby
12
9
- ruby-head
13
10
gemfile :
14
- - gemfiles/active_support_4.2.gemfile
15
11
- gemfiles/active_support_5.0.gemfile
12
+ - gemfiles/active_support_6.0.gemfile
16
13
before_install :
17
14
- " rm -f ${BUNDLE_GEMFILE}.lock"
18
15
matrix :
19
16
fast_finish : true
20
17
exclude :
21
- - rvm : 1.9.3
22
- gemfile : gemfiles/active_support_5.0.gemfile
23
- - rvm : 2.0.0
24
- gemfile : gemfiles/active_support_5.0.gemfile
25
- - rvm : 2.1.10
26
- 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
18
- rvm : jruby
34
19
gemfile : gemfiles/active_support_5.0.gemfile
20
+ - rvm : 2.2.9
21
+ gemfile : gemfiles/active_support_6.0.gemfile
22
+ - rvm : 2.3.6
23
+ gemfile : gemfiles/active_support_6.0.gemfile
24
+ - rvm : 2.4.3
25
+ gemfile : gemfiles/active_support_6.0.gemfile
35
26
allow_failures :
36
27
- rvm : ruby-head
37
28
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