Skip to content

Commit

Permalink
chore(deps): update dependency ruby to v3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent 3bf77d9 commit b5271f3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.3.5
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.5

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

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.3.5p100

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.3.5'
source 'https://rubygems.org'

# Middleman
Expand Down
2 changes: 1 addition & 1 deletion src-api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ DEPENDENCIES
webrick

RUBY VERSION
ruby 3.1.3p185
ruby 3.3.5p100

BUNDLED WITH
2.1.4

0 comments on commit b5271f3

Please sign in to comment.