Skip to content

Commit 2172bbc

Browse files
committed
Merge branch 'release/0.5.7'
2 parents 36f8a0f + 82fb720 commit 2172bbc

File tree

3 files changed

+23
-21
lines changed

3 files changed

+23
-21
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.2
1+
3.4.3

Dockerfile

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

1414
# Add tzdata to get correct timezone

Gemfile.lock

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,56 +3,58 @@ GEM
33
specs:
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
6-
ast (2.4.2)
6+
ast (2.4.3)
77
base64 (0.2.0)
88
bigdecimal (3.1.9)
99
climate_control (1.2.0)
1010
crack (1.0.0)
1111
bigdecimal
1212
rexml
13-
csv (3.3.2)
13+
csv (3.3.4)
1414
docile (1.4.1)
15-
dotenv (3.1.7)
15+
dotenv (3.1.8)
1616
hashdiff (1.1.2)
1717
influxdb-client (3.2.0)
1818
csv
19-
json (2.10.1)
19+
json (2.10.2)
2020
language_server-protocol (3.17.0.4)
2121
lint_roller (1.1.0)
22-
logger (1.6.6)
23-
minitest (5.25.4)
22+
logger (1.7.0)
23+
minitest (5.25.5)
2424
minitest-silence (0.2.4)
2525
minitest (~> 5.12)
26-
parallel (1.26.3)
27-
parser (3.3.7.1)
26+
parallel (1.27.0)
27+
parser (3.3.8.0)
2828
ast (~> 2.4.1)
2929
racc
30+
prism (1.4.0)
3031
public_suffix (6.0.1)
3132
racc (1.8.1)
3233
rainbow (3.1.1)
3334
rake (13.2.1)
3435
regexp_parser (2.10.0)
3536
rexml (3.4.1)
36-
rubocop (1.73.2)
37+
rubocop (1.75.2)
3738
json (~> 2.3)
3839
language_server-protocol (~> 3.17.0.2)
3940
lint_roller (~> 1.1.0)
4041
parallel (~> 1.10)
4142
parser (>= 3.3.0.2)
4243
rainbow (>= 2.2.2, < 4.0)
4344
regexp_parser (>= 2.9.3, < 3.0)
44-
rubocop-ast (>= 1.38.0, < 2.0)
45+
rubocop-ast (>= 1.44.0, < 2.0)
4546
ruby-progressbar (~> 1.7)
4647
unicode-display_width (>= 2.4.0, < 4.0)
47-
rubocop-ast (1.38.1)
48-
parser (>= 3.3.1.0)
49-
rubocop-minitest (0.37.1)
48+
rubocop-ast (1.44.1)
49+
parser (>= 3.3.7.2)
50+
prism (~> 1.4)
51+
rubocop-minitest (0.38.0)
5052
lint_roller (~> 1.1)
51-
rubocop (>= 1.72.1, < 2.0)
53+
rubocop (>= 1.75.0, < 2.0)
5254
rubocop-ast (>= 1.38.0, < 2.0)
53-
rubocop-performance (1.24.0)
55+
rubocop-performance (1.25.0)
5456
lint_roller (~> 1.1)
55-
rubocop (>= 1.72.1, < 2.0)
57+
rubocop (>= 1.75.0, < 2.0)
5658
rubocop-ast (>= 1.38.0, < 2.0)
5759
rubocop-rake (0.7.1)
5860
lint_roller (~> 1.1)
@@ -69,7 +71,7 @@ GEM
6971
unicode-emoji (4.0.4)
7072
vcr (6.3.1)
7173
base64
72-
webmock (3.25.0)
74+
webmock (3.25.1)
7375
addressable (>= 2.8.0)
7476
crack (>= 0.3.2)
7577
hashdiff (>= 0.4.0, < 2.0.0)
@@ -96,4 +98,4 @@ DEPENDENCIES
9698
webmock
9799

98100
BUNDLED WITH
99-
2.6.5
101+
2.6.8

0 commit comments

Comments
 (0)