Skip to content

Commit

Permalink
Update dependency ruby to v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 4f24ccb commit 50eaada
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.3
3.4.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1.3
FROM ruby:3.4.1

RUN apt update -y
RUN apt-get install -y cmake pkg-config
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '3.1.3'
ruby '3.4.1'

gem "jekyll", '~> 4.3.0', github: "jekyll/jekyll"
gem 'html-proofer'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ DEPENDENCIES
rake

RUBY VERSION
ruby 3.1.3p185
ruby 3.4.1p0

BUNDLED WITH
2.5.17
2 changes: 1 addition & 1 deletion src-api/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruby '3.1.3'
ruby '3.4.1'
source 'https://rubygems.org'

# Middleman
Expand Down

0 comments on commit 50eaada

Please sign in to comment.