File tree Expand file tree Collapse file tree 3 files changed +21
-20
lines changed Expand file tree Collapse file tree 3 files changed +21
-20
lines changed Original file line number Diff line number Diff line change 38
38
run : bundle exec rake test
39
39
40
40
- name : Send test coverage to CodeClimate
41
- uses : paambaati/codeclimate-action@v8 .0.0
41
+ uses : paambaati/codeclimate-action@v9 .0.0
42
42
if : ${{ env.CC_TEST_REPORTER_ID }}
43
43
with :
44
44
coverageCommand : true
Original file line number Diff line number Diff line change 1
- FROM ruby:3.3.4-alpine AS Builder
1
+ FROM ruby:3.3.4-alpine AS builder
2
2
RUN apk add --no-cache build-base
3
3
4
4
WORKDIR /forecast-collector
15
15
RUN apk add --no-cache tzdata
16
16
17
17
# Decrease memory usage
18
- ENV MALLOC_ARENA_MAX 2
18
+ ENV MALLOC_ARENA_MAX= 2
19
19
20
20
# Move build arguments to environment variables
21
21
ARG BUILDTIME
22
- ENV BUILDTIME ${BUILDTIME}
22
+ ENV BUILDTIME= ${BUILDTIME}
23
23
24
24
ARG VERSION
25
- ENV VERSION ${VERSION}
25
+ ENV VERSION= ${VERSION}
26
26
27
27
ARG REVISION
28
- ENV REVISION ${REVISION}
28
+ ENV REVISION= ${REVISION}
29
29
30
30
WORKDIR /forecast-collector
31
31
32
- COPY --from=Builder /usr/local/bundle/ /usr/local/bundle/
32
+ COPY --from=builder /usr/local/bundle/ /usr/local/bundle/
33
33
COPY . /forecast-collector/
34
34
35
- ENTRYPOINT bundle exec app/main.rb
35
+ ENTRYPOINT [ " bundle" , " exec" , " app/main.rb" ]
Original file line number Diff line number Diff line change 11
11
bigdecimal
12
12
rexml
13
13
csv (3.3.0 )
14
- docile (1.4.0 )
14
+ docile (1.4.1 )
15
15
dotenv (3.1.2 )
16
- hashdiff (1.1.0 )
16
+ hashdiff (1.1.1 )
17
17
influxdb-client (3.1.0 )
18
18
json (2.7.2 )
19
19
language_server-protocol (3.17.0.3 )
20
- minitest (5.24 .1 )
20
+ minitest (5.25 .1 )
21
21
minitest-silence (0.2.4 )
22
22
minitest (~> 5.12 )
23
- parallel (1.25.1 )
24
- parser (3.3.4.0 )
23
+ parallel (1.26.3 )
24
+ parser (3.3.4.2 )
25
25
ast (~> 2.4.1 )
26
26
racc
27
- public_suffix (6.0.0 )
28
- racc (1.8.0 )
27
+ public_suffix (6.0.1 )
28
+ racc (1.8.1 )
29
29
rainbow (3.1.1 )
30
30
rake (13.2.1 )
31
31
regexp_parser (2.9.2 )
32
- rexml (3.3.1 )
32
+ rexml (3.3.6 )
33
33
strscan
34
- rubocop (1.65.0 )
34
+ rubocop (1.65.1 )
35
35
json (~> 2.3 )
36
36
language_server-protocol (>= 3.17.0 )
37
37
parallel (~> 1.10 )
42
42
rubocop-ast (>= 1.31.1 , < 2.0 )
43
43
ruby-progressbar (~> 1.7 )
44
44
unicode-display_width (>= 2.4.0 , < 3.0 )
45
- rubocop-ast (1.31.3 )
45
+ rubocop-ast (1.32.1 )
46
46
parser (>= 3.3.1.0 )
47
47
rubocop-minitest (0.35.1 )
48
48
rubocop (>= 1.61 , < 2.0 )
61
61
simplecov_json_formatter (0.1.4 )
62
62
strscan (3.1.0 )
63
63
unicode-display_width (2.5.0 )
64
- vcr (6.2.0 )
64
+ vcr (6.3.1 )
65
+ base64
65
66
webmock (3.23.1 )
66
67
addressable (>= 2.8.0 )
67
68
crack (>= 0.3.2 )
@@ -88,4 +89,4 @@ DEPENDENCIES
88
89
webmock
89
90
90
91
BUNDLED WITH
91
- 2.5.15
92
+ 2.5.18
You can’t perform that action at this time.
0 commit comments