Skip to content

Commit

Permalink
Switch to Ruby 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fbacall committed Aug 24, 2023
1 parent 431523c commit 6e543ff
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 @@
ruby-3.0.6
ruby-3.2.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG RUBY_VERSION=3.0.6
ARG RUBY_VERSION=3.2.2

#use ruby base image
FROM ruby:$RUBY_VERSION-slim AS base
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -846,4 +846,4 @@ DEPENDENCIES
will_paginate

BUNDLED WITH
2.2.33
2.4.19
2 changes: 1 addition & 1 deletion docs/production.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ and clone the TeSS repo (for this guide we will put it in the `tess` user's home

## Install Ruby

Enter the TeSS directory we just cloned, and install TeSS' current version (3.0.4 at time of writing) of Ruby via RVM:
Enter the TeSS directory we just cloned, and install TeSS' current version (3.2.2 at time of writing) of Ruby via RVM:

cd TeSS

Expand Down

0 comments on commit 6e543ff

Please sign in to comment.