File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- 3.3.5
1
+ 3.3.6
Original file line number Diff line number Diff line change 5
5
# docker run -d -p 80:80 -p 443:443 --name my-app -e RAILS_MASTER_KEY=<value from config/master.key> my-app
6
6
7
7
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
8
- ARG RUBY_VERSION=3.3.5
8
+ ARG RUBY_VERSION=3.3.6
9
9
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
10
10
11
11
# Rails app lives here
Original file line number Diff line number Diff line change @@ -411,7 +411,7 @@ DEPENDENCIES
411
411
web-console (~> 4.2 )
412
412
413
413
RUBY VERSION
414
- ruby 3.3.5p100
414
+ ruby 3.3.6p108
415
415
416
416
BUNDLED WITH
417
417
2.5.20
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Sistema de trackeo de materias realizadas para los estudiantes de Computación d
4
4
5
5
### Requisitos
6
6
7
- * Ruby 3.3.5
7
+ * Ruby 3.3.6
8
8
* PostgreSQL (preferentemente v14)
9
9
10
10
### Setup
You can’t perform that action at this time.
0 commit comments