File tree Expand file tree Collapse file tree 2 files changed +29
-22
lines changed
spec/integration/rails_5.2.4.1 Expand file tree Collapse file tree 2 files changed +29
-22
lines changed Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
test :
13
+ runs-on : ubuntu-latest
13
14
strategy :
14
15
fail-fast : false
15
16
matrix :
16
- ruby : ["2.7"]
17
-
18
- runs-on : ubuntu-latest
17
+ ruby : ['2.4', '2.5', '2.6']
19
18
20
19
steps :
21
- - uses : actions/checkout@v2
20
+ - name : Checkout
21
+ uses : actions/checkout@v1
22
22
23
- - uses : ruby/setup-ruby@v1
23
+ - name : Setup Ruby
24
+ uses : ruby/setup-ruby@v1
24
25
with :
25
26
ruby-version : ${{ matrix.ruby }}
26
27
bundler-cache : true
27
28
28
- - run : |
29
+ - name : Install sqlite
30
+ run : |
29
31
sudo apt-get install libsqlite3-dev
30
32
31
- - run : bundle exec rubocop
32
-
33
- - run : INTEGRATION_TESTS=1 bundle exec rspec
33
+ - name : Run Tests
34
+ run : INTEGRATION_TESTS=1 bundle exec rspec
34
35
36
+ - name : Rubocop
37
+ run : bundle exec rubocop
Original file line number Diff line number Diff line change 78
78
coffee-script-source
79
79
execjs
80
80
coffee-script-source (1.12.2 )
81
- concurrent-ruby (1.1.5 )
81
+ concurrent-ruby (1.1.8 )
82
82
crass (1.0.6 )
83
- erubi (1.9 .0 )
83
+ erubi (1.10 .0 )
84
84
execjs (2.7.0 )
85
85
ffi (1.12.2 )
86
86
globalid (0.4.2 )
87
87
activesupport (>= 4.2.0 )
88
- i18n (1.8.2 )
88
+ i18n (1.8.10 )
89
89
concurrent-ruby (~> 1.0 )
90
90
io-like (0.3.0 )
91
91
jbuilder (2.9.1 )
94
94
rb-fsevent (~> 0.9 , >= 0.9.4 )
95
95
rb-inotify (~> 0.9 , >= 0.9.7 )
96
96
ruby_dep (~> 1.2 )
97
- loofah (2.4 .0 )
97
+ loofah (2.9 .0 )
98
98
crass (~> 1.0.2 )
99
99
nokogiri (>= 1.5.9 )
100
100
mail (2.7.1 )
101
101
mini_mime (>= 0.1.1 )
102
102
marcel (0.3.3 )
103
103
mimemagic (~> 0.3.2 )
104
104
method_source (0.9.2 )
105
- mimemagic (0.3.4 )
105
+ mimemagic (0.3.10 )
106
+ nokogiri (~> 1 )
107
+ rake
106
108
mini_mime (1.0.2 )
107
- mini_portile2 (2.4 .0 )
108
- minitest (5.14.0 )
109
+ mini_portile2 (2.5 .0 )
110
+ minitest (5.14.4 )
109
111
msgpack (1.3.2 )
110
112
nio4r (2.5.2 )
111
- nokogiri (1.10.8 )
112
- mini_portile2 (~> 2.4.0 )
113
+ nokogiri (1.11.2 )
114
+ mini_portile2 (~> 2.5.0 )
115
+ racc (~> 1.4 )
113
116
public_suffix (4.0.3 )
114
117
puma (4.3.3 )
115
118
nio4r (~> 2.0 )
116
- rack (2.1.2 )
119
+ racc (1.5.2 )
120
+ rack (2.2.3 )
117
121
rack-test (1.1.0 )
118
122
rack (>= 1.0 , < 3 )
119
123
rails (5.2.4.1 )
140
144
method_source
141
145
rake (>= 0.8.7 )
142
146
thor (>= 0.19.0 , < 2.0 )
143
- rake (13.0.1 )
147
+ rake (13.0.3 )
144
148
rb-fsevent (0.10.3 )
145
149
rb-inotify (0.10.1 )
146
150
ffi (~> 1.0 )
175
179
turbolinks (5.2.1 )
176
180
turbolinks-source (~> 5.2 )
177
181
turbolinks-source (5.2.0 )
178
- tzinfo (1.2.6 )
182
+ tzinfo (1.2.9 )
179
183
thread_safe (~> 0.1 )
180
184
uglifier (4.2.0 )
181
185
execjs (>= 0.3.0 , < 3 )
@@ -213,4 +217,4 @@ DEPENDENCIES
213
217
web-console (>= 3.3.0 )
214
218
215
219
BUNDLED WITH
216
- 2.1.2
220
+ 2.2.15
You can’t perform that action at this time.
0 commit comments