Skip to content

Commit f6bc30a

Browse files
Bump ruby to 4.0.1 (#873)
* Update ruby and dependencies * Bump dependencies * Fix dependencies * Bump ruby to 4.0.1 * Bump dependencies --------- Co-authored-by: automatic-pr-updater[bot] <217796550+automatic-pr-updater[bot]@users.noreply.github.com>
1 parent 36e3d02 commit f6bc30a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
4.0.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:4.0.0 AS base
1+
FROM ruby:4.0.1 AS base
22

33
RUN bundle config set frozen 'true' && \
44
bundle config set path '/vendor/bundle'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ GEM
4848
jekyll-watch (2.2.1)
4949
listen (~> 3.0)
5050
json (2.18.0)
51-
kramdown (2.5.1)
52-
rexml (>= 3.3.9)
51+
kramdown (2.5.2)
52+
rexml (>= 3.4.4)
5353
kramdown-parser-gfm (1.1.0)
5454
kramdown (~> 2.0)
5555
liquid (4.0.4)
@@ -69,7 +69,7 @@ GEM
6969
rexml (3.4.4)
7070
rouge (4.7.0)
7171
safe_yaml (1.0.5)
72-
sass-embedded (1.97.2)
72+
sass-embedded (1.97.3)
7373
google-protobuf (~> 4.31)
7474
rake (>= 13)
7575
terminal-table (3.0.2)

0 commit comments

Comments
 (0)