File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed
Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1212 steps :
1313 - name : Dependabot metadata
1414 id : metadata
15- uses : dependabot/fetch-metadata@v2.1 .0
15+ uses : dependabot/fetch-metadata@v2.2 .0
1616 with :
1717 github-token : ' ${{ secrets.PAT }}'
1818
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@v6 .0.0
41+ uses : paambaati/codeclimate-action@v8 .0.0
4242 if : ${{ env.CC_TEST_REPORTER_ID }}
4343 with :
4444 coverageCommand : true
8686 password : ${{ secrets.CR_PAT }}
8787
8888 - name : Build and push
89- uses : docker/build-push-action@v5
89+ uses : docker/build-push-action@v6
9090 with :
9191 context : .
9292 platforms : linux/amd64,linux/arm64,linux/arm/v7
Original file line number Diff line number Diff line change 1- 3.3.2
1+ 3.3.3
Original file line number Diff line number Diff line change 1- FROM ruby:3.3.2 -alpine AS Builder
1+ FROM ruby:3.3.3 -alpine AS Builder
22RUN apk add --no-cache build-base
33
44WORKDIR /forecast-collector
@@ -8,7 +8,7 @@ RUN bundle config --local frozen 1 && \
88 bundle install -j4 --retry 3 && \
99 bundle clean --force
1010
11- FROM ruby:3.3.2 -alpine
11+ FROM ruby:3.3.3 -alpine
1212LABEL maintainer="georg@ledermann.dev"
1313
1414# Add tzdata to get correct timezone
Original file line number Diff line number Diff line change 11GEM
22 remote: https://rubygems.org/
33 specs:
4- addressable (2.8.6 )
5- public_suffix (>= 2.0.2 , < 6 .0 )
4+ addressable (2.8.7 )
5+ public_suffix (>= 2.0.2 , < 7 .0 )
66 ast (2.4.2 )
77 base64 (0.2.0 )
88 bigdecimal (3.1.8 )
1717 influxdb-client (3.1.0 )
1818 json (2.7.2 )
1919 language_server-protocol (3.17.0.3 )
20- minitest (5.23 .1 )
20+ minitest (5.24 .1 )
2121 minitest-silence (0.2.4 )
2222 minitest (~> 5.12 )
23- parallel (1.24.0 )
24- parser (3.3.2 .0 )
23+ parallel (1.25.1 )
24+ parser (3.3.3 .0 )
2525 ast (~> 2.4.1 )
2626 racc
27- public_suffix (5 .0.5 )
27+ public_suffix (6 .0.0 )
2828 racc (1.8.0 )
2929 rainbow (3.1.1 )
3030 rake (13.2.1 )
3131 regexp_parser (2.9.2 )
32- rexml (3.2.8 )
33- strscan ( >= 3.0.9 )
32+ rexml (3.3.1 )
33+ strscan
3434 rubocop (1.64.1 )
3535 json (~> 2.3 )
3636 language_server-protocol (>= 3.17.0 )
4747 rubocop-minitest (0.35.0 )
4848 rubocop (>= 1.61 , < 2.0 )
4949 rubocop-ast (>= 1.31.1 , < 2.0 )
50- rubocop-performance (1.21.0 )
50+ rubocop-performance (1.21.1 )
5151 rubocop (>= 1.48.1 , < 2.0 )
5252 rubocop-ast (>= 1.31.1 , < 2.0 )
5353 rubocop-rake (0.6.0 )
@@ -88,4 +88,4 @@ DEPENDENCIES
8888 webmock
8989
9090BUNDLED WITH
91- 2.5.11
91+ 2.5.14
You can’t perform that action at this time.
0 commit comments