Skip to content

Commit ef14f70

Browse files
committed
Bump Ruby version to 3.3.8
1 parent a9cb256 commit ef14f70

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-3.2.6
1+
ruby-3.3.8

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG RUBY_VERSION=3.2.6
1+
ARG RUBY_VERSION=3.3.8
22

33
#use ruby base image
44
FROM ruby:$RUBY_VERSION-slim AS base

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,4 +900,4 @@ DEPENDENCIES
900900
will_paginate
901901

902902
BUNDLED WITH
903-
2.4.20
903+
2.5.22

docs/production.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ and clone the TeSS repo (for this guide we will put it in the `tess` user's home
7474

7575
## Install Ruby
7676

77-
Enter the TeSS directory we just cloned, and install TeSS' current version (3.2.6 at time of writing) of Ruby via RVM:
77+
Enter the TeSS directory we just cloned, and install TeSS' current version (3.3.8 at time of writing) of Ruby via RVM:
7878

7979
cd TeSS
8080

0 commit comments

Comments
 (0)