Skip to content

Commit 2ab1361

Browse files
committed
Merge branch 'release/0.2.5'
2 parents ef8c0d7 + b7a94d0 commit 2ab1361

File tree

5 files changed

+32
-30
lines changed

5 files changed

+32
-30
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
@@ -39,7 +39,7 @@ jobs:
3939
run: bundle exec rake test
4040

4141
- name: Send test coverage to CodeClimate
42-
uses: paambaati/codeclimate-action@v5.0.0
42+
uses: paambaati/codeclimate-action@v8.0.0
4343
if: ${{ env.CC_TEST_REPORTER_ID }}
4444
with:
4545
coverageCommand: true
@@ -87,7 +87,7 @@ jobs:
8787
password: ${{ secrets.CR_PAT }}
8888

8989
- name: Build and push
90-
uses: docker/build-push-action@v5
90+
uses: docker/build-push-action@v6
9191
with:
9292
context: .
9393
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.1
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.1-alpine AS Builder
1+
FROM ruby:3.3.3-alpine AS Builder
22
RUN apk add --no-cache build-base
33

44
WORKDIR /tibber-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.1-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: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3.2)
4+
activesupport (7.1.3.4)
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -11,47 +11,48 @@ GEM
1111
minitest (>= 5.1)
1212
mutex_m
1313
tzinfo (~> 2.0)
14-
addressable (2.8.6)
15-
public_suffix (>= 2.0.2, < 6.0)
14+
addressable (2.8.7)
15+
public_suffix (>= 2.0.2, < 7.0)
1616
ast (2.4.2)
1717
base64 (0.2.0)
18-
bigdecimal (3.1.7)
18+
bigdecimal (3.1.8)
1919
climate_control (1.2.0)
20-
concurrent-ruby (1.2.3)
20+
concurrent-ruby (1.3.3)
2121
connection_pool (2.4.1)
2222
crack (1.0.0)
2323
bigdecimal
2424
rexml
2525
csv (3.3.0)
2626
docile (1.4.0)
27-
dotenv (3.1.0)
27+
dotenv (3.1.2)
2828
drb (2.2.1)
29-
graphql (2.3.2)
29+
graphql (2.3.7)
3030
base64
31-
graphql-client (0.22.0)
31+
graphql-client (0.23.0)
3232
activesupport (>= 3.0)
3333
graphql (>= 1.13.0)
3434
hashdiff (1.1.0)
35-
i18n (1.14.4)
35+
i18n (1.14.5)
3636
concurrent-ruby (~> 1.0)
3737
influxdb-client (3.1.0)
3838
json (2.7.2)
3939
language_server-protocol (3.17.0.3)
40-
minitest (5.22.3)
40+
minitest (5.24.1)
4141
minitest-silence (0.2.4)
4242
minitest (~> 5.12)
4343
mutex_m (0.2.0)
44-
parallel (1.24.0)
45-
parser (3.3.0.5)
44+
parallel (1.25.1)
45+
parser (3.3.3.0)
4646
ast (~> 2.4.1)
4747
racc
48-
public_suffix (5.0.5)
49-
racc (1.7.3)
48+
public_suffix (6.0.0)
49+
racc (1.8.0)
5050
rainbow (3.1.1)
5151
rake (13.2.1)
52-
regexp_parser (2.9.0)
53-
rexml (3.2.6)
54-
rubocop (1.63.3)
52+
regexp_parser (2.9.2)
53+
rexml (3.3.1)
54+
strscan
55+
rubocop (1.64.1)
5556
json (~> 2.3)
5657
language_server-protocol (>= 3.17.0)
5758
parallel (~> 1.10)
@@ -62,14 +63,14 @@ GEM
6263
rubocop-ast (>= 1.31.1, < 2.0)
6364
ruby-progressbar (~> 1.7)
6465
unicode-display_width (>= 2.4.0, < 3.0)
65-
rubocop-ast (1.31.2)
66-
parser (>= 3.3.0.4)
67-
rubocop-graphql (1.5.1)
68-
rubocop (>= 0.90, < 2)
66+
rubocop-ast (1.31.3)
67+
parser (>= 3.3.1.0)
68+
rubocop-graphql (1.5.3)
69+
rubocop (>= 1.50, < 2)
6970
rubocop-minitest (0.35.0)
7071
rubocop (>= 1.61, < 2.0)
7172
rubocop-ast (>= 1.31.1, < 2.0)
72-
rubocop-performance (1.21.0)
73+
rubocop-performance (1.21.1)
7374
rubocop (>= 1.48.1, < 2.0)
7475
rubocop-ast (>= 1.31.1, < 2.0)
7576
rubocop-rake (0.6.0)
@@ -81,11 +82,12 @@ GEM
8182
simplecov_json_formatter (~> 0.1)
8283
simplecov-html (0.12.3)
8384
simplecov_json_formatter (0.1.4)
85+
strscan (3.1.0)
8486
tzinfo (2.0.6)
8587
concurrent-ruby (~> 1.0)
8688
unicode-display_width (2.5.0)
8789
vcr (6.2.0)
88-
webmock (3.23.0)
90+
webmock (3.23.1)
8991
addressable (>= 2.8.0)
9092
crack (>= 0.3.2)
9193
hashdiff (>= 0.4.0, < 2.0.0)
@@ -113,4 +115,4 @@ DEPENDENCIES
113115
webmock
114116

115117
BUNDLED WITH
116-
2.5.9
118+
2.5.14

0 commit comments

Comments
 (0)