Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.6
3.3.12
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.6-bullseye
FROM ruby:3.3.12-trixie

RUN apt-get update -qq && apt-get install -y nodejs

Expand Down
2 changes: 1 addition & 1 deletion docs/manual_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Before continuing with this setup, ensure that you have your valid API key pairs

### Ruby and Rails

This application utilizes Ruby `3.1.6` and Rails `7.0.8.4`. These can be installed through a variety of methods using different package managers, choose the right one for your system and preferences.
This application utilizes Ruby `3.3.12` and Rails `7.0.8.4`. These can be installed through a variety of methods using different package managers, choose the right one for your system and preferences.

### Start

Expand Down