Skip to content

Commit f674581

Browse files
committed
Merge branch 'release/0.2.8'
2 parents 6decee6 + 39e1c0e commit f674581

File tree

7 files changed

+195
-143
lines changed

7 files changed

+195
-143
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.4
1+
3.3.6

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3.4-alpine AS builder
1+
FROM ruby:3.3.6-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.4-alpine
11+
FROM ruby:3.3.6-alpine
1212
LABEL maintainer="georg@ledermann.dev"
1313

1414
# Add tzdata to get correct timezone

Gemfile.lock

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.2.1)
4+
activesupport (8.0.0)
55
base64
6+
benchmark (>= 0.3)
67
bigdecimal
78
concurrent-ruby (~> 1.0, >= 1.3.1)
89
connection_pool (>= 2.2.5)
@@ -12,10 +13,12 @@ GEM
1213
minitest (>= 5.1)
1314
securerandom (>= 0.3)
1415
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
1517
addressable (2.8.7)
1618
public_suffix (>= 2.0.2, < 7.0)
1719
ast (2.4.2)
1820
base64 (0.2.0)
21+
benchmark (0.4.0)
1922
bigdecimal (3.1.8)
2023
climate_control (1.2.0)
2124
concurrent-ruby (1.3.4)
@@ -25,55 +28,53 @@ GEM
2528
rexml
2629
csv (3.3.0)
2730
docile (1.4.1)
28-
dotenv (3.1.2)
31+
dotenv (3.1.4)
2932
drb (2.2.1)
3033
fiber-storage (1.0.0)
31-
graphql (2.3.14)
34+
graphql (2.4.2)
3235
base64
3336
fiber-storage
3437
graphql-client (0.23.0)
3538
activesupport (>= 3.0)
3639
graphql (>= 1.13.0)
3740
hashdiff (1.1.1)
38-
i18n (1.14.5)
41+
i18n (1.14.6)
3942
concurrent-ruby (~> 1.0)
4043
influxdb-client (3.1.0)
41-
json (2.7.2)
44+
json (2.8.1)
4245
language_server-protocol (3.17.0.3)
43-
logger (1.6.0)
46+
logger (1.6.1)
4447
minitest (5.25.1)
4548
minitest-silence (0.2.4)
4649
minitest (~> 5.12)
4750
parallel (1.26.3)
48-
parser (3.3.4.2)
51+
parser (3.3.6.0)
4952
ast (~> 2.4.1)
5053
racc
5154
public_suffix (6.0.1)
5255
racc (1.8.1)
5356
rainbow (3.1.1)
5457
rake (13.2.1)
5558
regexp_parser (2.9.2)
56-
rexml (3.3.6)
57-
strscan
58-
rubocop (1.65.1)
59+
rexml (3.3.9)
60+
rubocop (1.68.0)
5961
json (~> 2.3)
6062
language_server-protocol (>= 3.17.0)
6163
parallel (~> 1.10)
6264
parser (>= 3.3.0.2)
6365
rainbow (>= 2.2.2, < 4.0)
6466
regexp_parser (>= 2.4, < 3.0)
65-
rexml (>= 3.2.5, < 4.0)
66-
rubocop-ast (>= 1.31.1, < 2.0)
67+
rubocop-ast (>= 1.32.2, < 2.0)
6768
ruby-progressbar (~> 1.7)
6869
unicode-display_width (>= 2.4.0, < 3.0)
69-
rubocop-ast (1.32.1)
70+
rubocop-ast (1.34.1)
7071
parser (>= 3.3.1.0)
7172
rubocop-graphql (1.5.4)
7273
rubocop (>= 1.50, < 2)
73-
rubocop-minitest (0.35.1)
74+
rubocop-minitest (0.36.0)
7475
rubocop (>= 1.61, < 2.0)
7576
rubocop-ast (>= 1.31.1, < 2.0)
76-
rubocop-performance (1.21.1)
77+
rubocop-performance (1.22.1)
7778
rubocop (>= 1.48.1, < 2.0)
7879
rubocop-ast (>= 1.31.1, < 2.0)
7980
rubocop-rake (0.6.0)
@@ -84,15 +85,15 @@ GEM
8485
docile (~> 1.1)
8586
simplecov-html (~> 0.11)
8687
simplecov_json_formatter (~> 0.1)
87-
simplecov-html (0.12.3)
88+
simplecov-html (0.13.1)
8889
simplecov_json_formatter (0.1.4)
89-
strscan (3.1.0)
9090
tzinfo (2.0.6)
9191
concurrent-ruby (~> 1.0)
92-
unicode-display_width (2.5.0)
92+
unicode-display_width (2.6.0)
93+
uri (1.0.1)
9394
vcr (6.3.1)
9495
base64
95-
webmock (3.23.1)
96+
webmock (3.24.0)
9697
addressable (>= 2.8.0)
9798
crack (>= 0.3.2)
9899
hashdiff (>= 0.4.0, < 2.0.0)
@@ -120,4 +121,4 @@ DEPENDENCIES
120121
webmock
121122

122123
BUNDLED WITH
123-
2.5.18
124+
2.5.23

0 commit comments

Comments
 (0)