Skip to content

Commit ed5f9eb

Browse files
Update dependency ruby
1 parent 428a260 commit ed5f9eb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

api/.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.6
1+
3.4.7

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM ruby:3.3.6
2+
FROM ruby:3.4.6
33
RUN apt-get update -qq && apt-get -y install mariadb-client
44

55
LABEL org.opencontainers.image.source=https://github.com/dodona-edu/dolos

api/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '3.3.6'
4+
ruby '3.4.7'
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
77
gem 'rails', '~> 8.0.2'

api/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ DEPENDENCIES
347347
tzinfo-data
348348

349349
RUBY VERSION
350-
ruby 3.3.6p108
350+
ruby 3.4.7p58
351351

352352
BUNDLED WITH
353353
2.3.26

0 commit comments

Comments
 (0)