Skip to content

Commit d823a42

Browse files
committed
Merge branch 'release/0.5.2'
2 parents 8a0c81b + 24a1ff6 commit d823a42

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.ruby-version

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

Dockerfile

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

1414
# Add tzdata to get correct timezone

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GEM
2121
minitest-silence (0.2.4)
2222
minitest (~> 5.12)
2323
parallel (1.25.1)
24-
parser (3.3.3.0)
24+
parser (3.3.4.0)
2525
ast (~> 2.4.1)
2626
racc
2727
public_suffix (6.0.0)
@@ -31,20 +31,20 @@ GEM
3131
regexp_parser (2.9.2)
3232
rexml (3.3.1)
3333
strscan
34-
rubocop (1.64.1)
34+
rubocop (1.65.0)
3535
json (~> 2.3)
3636
language_server-protocol (>= 3.17.0)
3737
parallel (~> 1.10)
3838
parser (>= 3.3.0.2)
3939
rainbow (>= 2.2.2, < 4.0)
40-
regexp_parser (>= 1.8, < 3.0)
40+
regexp_parser (>= 2.4, < 3.0)
4141
rexml (>= 3.2.5, < 4.0)
4242
rubocop-ast (>= 1.31.1, < 2.0)
4343
ruby-progressbar (~> 1.7)
4444
unicode-display_width (>= 2.4.0, < 3.0)
4545
rubocop-ast (1.31.3)
4646
parser (>= 3.3.1.0)
47-
rubocop-minitest (0.35.0)
47+
rubocop-minitest (0.35.1)
4848
rubocop (>= 1.61, < 2.0)
4949
rubocop-ast (>= 1.31.1, < 2.0)
5050
rubocop-performance (1.21.1)
@@ -88,4 +88,4 @@ DEPENDENCIES
8888
webmock
8989

9090
BUNDLED WITH
91-
2.5.14
91+
2.5.15

0 commit comments

Comments
 (0)