Skip to content

Commit 0863a93

Browse files
committed
Merge branch 'release/0.5.4'
2 parents 970d41e + 73ff0c6 commit 0863a93

File tree

3 files changed

+16
-19
lines changed

3 files changed

+16
-19
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 /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.4-alpine
11+
FROM ruby:3.3.6-alpine
1212
LABEL maintainer="[email protected]"
1313

1414
# Add tzdata to get correct timezone

Gemfile.lock

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,42 +12,40 @@ GEM
1212
rexml
1313
csv (3.3.0)
1414
docile (1.4.1)
15-
dotenv (3.1.2)
15+
dotenv (3.1.4)
1616
hashdiff (1.1.1)
1717
influxdb-client (3.1.0)
18-
json (2.7.2)
18+
json (2.8.1)
1919
language_server-protocol (3.17.0.3)
2020
minitest (5.25.1)
2121
minitest-silence (0.2.4)
2222
minitest (~> 5.12)
2323
parallel (1.26.3)
24-
parser (3.3.4.2)
24+
parser (3.3.6.0)
2525
ast (~> 2.4.1)
2626
racc
2727
public_suffix (6.0.1)
2828
racc (1.8.1)
2929
rainbow (3.1.1)
3030
rake (13.2.1)
3131
regexp_parser (2.9.2)
32-
rexml (3.3.6)
33-
strscan
34-
rubocop (1.65.1)
32+
rexml (3.3.9)
33+
rubocop (1.68.0)
3534
json (~> 2.3)
3635
language_server-protocol (>= 3.17.0)
3736
parallel (~> 1.10)
3837
parser (>= 3.3.0.2)
3938
rainbow (>= 2.2.2, < 4.0)
4039
regexp_parser (>= 2.4, < 3.0)
41-
rexml (>= 3.2.5, < 4.0)
42-
rubocop-ast (>= 1.31.1, < 2.0)
40+
rubocop-ast (>= 1.32.2, < 2.0)
4341
ruby-progressbar (~> 1.7)
4442
unicode-display_width (>= 2.4.0, < 3.0)
45-
rubocop-ast (1.32.1)
43+
rubocop-ast (1.34.1)
4644
parser (>= 3.3.1.0)
47-
rubocop-minitest (0.35.1)
45+
rubocop-minitest (0.36.0)
4846
rubocop (>= 1.61, < 2.0)
4947
rubocop-ast (>= 1.31.1, < 2.0)
50-
rubocop-performance (1.21.1)
48+
rubocop-performance (1.22.1)
5149
rubocop (>= 1.48.1, < 2.0)
5250
rubocop-ast (>= 1.31.1, < 2.0)
5351
rubocop-rake (0.6.0)
@@ -57,13 +55,12 @@ GEM
5755
docile (~> 1.1)
5856
simplecov-html (~> 0.11)
5957
simplecov_json_formatter (~> 0.1)
60-
simplecov-html (0.12.3)
58+
simplecov-html (0.13.1)
6159
simplecov_json_formatter (0.1.4)
62-
strscan (3.1.0)
63-
unicode-display_width (2.5.0)
60+
unicode-display_width (2.6.0)
6461
vcr (6.3.1)
6562
base64
66-
webmock (3.23.1)
63+
webmock (3.24.0)
6764
addressable (>= 2.8.0)
6865
crack (>= 0.3.2)
6966
hashdiff (>= 0.4.0, < 2.0.0)
@@ -89,4 +86,4 @@ DEPENDENCIES
8986
webmock
9087

9188
BUNDLED WITH
92-
2.5.18
89+
2.5.23

0 commit comments

Comments
 (0)