Skip to content

Commit

Permalink
Update dependency ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 25, 2024
1 parent e2e2676 commit f1abfd5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.0
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.3.6

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.0'

gem "jekyll", '~> 4.3.0', github: "jekyll/jekyll"
gem 'html-proofer'
Expand Down
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.0'
source 'https://rubygems.org'

# Middleman
Expand Down

0 comments on commit f1abfd5

Please sign in to comment.