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 3838 run : bundle exec rake test
3939
4040 - name : Send test coverage to CodeClimate
41- uses : paambaati/codeclimate-action@v8 .0.0
41+ uses : paambaati/codeclimate-action@v9 .0.0
4242 if : ${{ env.CC_TEST_REPORTER_ID }}
4343 with :
4444 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
22RUN apk add --no-cache build-base
33
44WORKDIR /forecast-collector
@@ -15,21 +15,21 @@ LABEL maintainer="georg@ledermann.dev"
1515RUN apk add --no-cache tzdata
1616
1717# Decrease memory usage
18- ENV MALLOC_ARENA_MAX 2
18+ ENV MALLOC_ARENA_MAX= 2
1919
2020# Move build arguments to environment variables
2121ARG BUILDTIME
22- ENV BUILDTIME ${BUILDTIME}
22+ ENV BUILDTIME= ${BUILDTIME}
2323
2424ARG VERSION
25- ENV VERSION ${VERSION}
25+ ENV VERSION= ${VERSION}
2626
2727ARG REVISION
28- ENV REVISION ${REVISION}
28+ ENV REVISION= ${REVISION}
2929
3030WORKDIR /forecast-collector
3131
32- COPY --from=Builder /usr/local/bundle/ /usr/local/bundle/
32+ COPY --from=builder /usr/local/bundle/ /usr/local/bundle/
3333COPY . /forecast-collector/
3434
35- ENTRYPOINT bundle exec app/main.rb
35+ ENTRYPOINT [ " bundle" , " exec" , " app/main.rb" ]
Original file line number Diff line number Diff line change 1111 bigdecimal
1212 rexml
1313 csv (3.3.0 )
14- docile (1.4.0 )
14+ docile (1.4.1 )
1515 dotenv (3.1.2 )
16- hashdiff (1.1.0 )
16+ hashdiff (1.1.1 )
1717 influxdb-client (3.1.0 )
1818 json (2.7.2 )
1919 language_server-protocol (3.17.0.3 )
20- minitest (5.24 .1 )
20+ minitest (5.25 .1 )
2121 minitest-silence (0.2.4 )
2222 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 )
2525 ast (~> 2.4.1 )
2626 racc
27- public_suffix (6.0.0 )
28- racc (1.8.0 )
27+ public_suffix (6.0.1 )
28+ racc (1.8.1 )
2929 rainbow (3.1.1 )
3030 rake (13.2.1 )
3131 regexp_parser (2.9.2 )
32- rexml (3.3.1 )
32+ rexml (3.3.6 )
3333 strscan
34- rubocop (1.65.0 )
34+ rubocop (1.65.1 )
3535 json (~> 2.3 )
3636 language_server-protocol (>= 3.17.0 )
3737 parallel (~> 1.10 )
4242 rubocop-ast (>= 1.31.1 , < 2.0 )
4343 ruby-progressbar (~> 1.7 )
4444 unicode-display_width (>= 2.4.0 , < 3.0 )
45- rubocop-ast (1.31.3 )
45+ rubocop-ast (1.32.1 )
4646 parser (>= 3.3.1.0 )
4747 rubocop-minitest (0.35.1 )
4848 rubocop (>= 1.61 , < 2.0 )
6161 simplecov_json_formatter (0.1.4 )
6262 strscan (3.1.0 )
6363 unicode-display_width (2.5.0 )
64- vcr (6.2.0 )
64+ vcr (6.3.1 )
65+ base64
6566 webmock (3.23.1 )
6667 addressable (>= 2.8.0 )
6768 crack (>= 0.3.2 )
@@ -88,4 +89,4 @@ DEPENDENCIES
8889 webmock
8990
9091BUNDLED WITH
91- 2.5.15
92+ 2.5.18
You can’t perform that action at this time.
0 commit comments