Skip to content

Commit e4e2c1f

Browse files
Update dependency ruby to v3.4.3
1 parent 282fb08 commit e4e2c1f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: .ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.3
1+
3.4.3

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.1.3
1+
FROM ruby:3.4.3
22

33
RUN apt update -y
44
RUN apt-get install -y cmake pkg-config

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '3.1.3'
3+
ruby '3.4.3'
44

55
gem "jekyll", '~> 4.3.0', github: "jekyll/jekyll"
66
gem 'html-proofer'

Diff for: Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ DEPENDENCIES
208208
rake
209209

210210
RUBY VERSION
211-
ruby 3.1.3p185
211+
ruby 3.4.3p32
212212

213213
BUNDLED WITH
214214
2.5.17

Diff for: src-api/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ruby '3.1.3'
1+
ruby '3.4.3'
22
source 'https://rubygems.org'
33

44
# Middleman

0 commit comments

Comments
 (0)