Skip to content

Commit b03cb50

Browse files
Merge pull request #594 from cedarcode/sr--bump-ruby
Actualizar `ruby` a `3.3.6`
2 parents 6796b35 + 4fe0c0f commit b03cb50

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.5
1+
3.3.6

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.5
8+
ARG RUBY_VERSION=3.3.6
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
@@ -411,7 +411,7 @@ DEPENDENCIES
411411
web-console (~> 4.2)
412412

413413
RUBY VERSION
414-
ruby 3.3.5p100
414+
ruby 3.3.6p108
415415

416416
BUNDLED WITH
417417
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.5
7+
* Ruby 3.3.6
88
* PostgreSQL (preferentemente v14)
99

1010
### Setup

0 commit comments

Comments
 (0)