Skip to content

Commit 027ffce

Browse files
Merge pull request #624 from cedarcode/jt--bump_ruby_to_341
bump ruby from `3.3.6` to `3.4.1`
2 parents cc1b39e + c94cd79 commit 027ffce

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.6
1+
3.4.1

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# docker run -d -p 80:80 -p 443:443 --name my-app -e RAILS_MASTER_KEY=<value from config/master.key> my-app
66

77
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
8-
ARG RUBY_VERSION=3.3.6
8+
ARG RUBY_VERSION=3.4.1
99
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
1010

1111
# Rails app lives here

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ DEPENDENCIES
417417
web-console (~> 4.2)
418418

419419
RUBY VERSION
420-
ruby 3.3.6p108
420+
ruby 3.4.1p0
421421

422422
BUNDLED WITH
423423
2.5.20

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Sistema de trackeo de materias realizadas para los estudiantes de Computación d
44

55
### Requisitos
66

7-
* Ruby 3.3.6
7+
* Ruby 3.4.1
88
* PostgreSQL (preferentemente v14)
99

1010
### Setup

0 commit comments

Comments
 (0)