Skip to content

Commit 8a0c81b

Browse files
committed
Merge branch 'release/0.5.1'
2 parents 3287103 + 50b7609 commit 8a0c81b

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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
@@ -86,7 +86,7 @@ jobs:
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

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.2
1+
3.3.3

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3.2-alpine AS Builder
1+
FROM ruby:3.3.3-alpine AS Builder
22
RUN apk add --no-cache build-base
33

44
WORKDIR /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
1212
LABEL maintainer="georg@ledermann.dev"
1313

1414
# Add tzdata to get correct timezone

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GEM
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)
@@ -17,20 +17,20 @@ GEM
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)
@@ -47,7 +47,7 @@ GEM
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

9090
BUNDLED WITH
91-
2.5.11
91+
2.5.14

0 commit comments

Comments
 (0)