Skip to content

Commit

Permalink
Merge pull request #594 from cedarcode/sr--bump-ruby
Browse files Browse the repository at this point in the history
Actualizar `ruby` a `3.3.6`
  • Loading branch information
santiagorodriguez96 authored Nov 21, 2024
2 parents 6796b35 + 4fe0c0f commit b03cb50
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 @@
3.3.5
3.3.6
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# docker run -d -p 80:80 -p 443:443 --name my-app -e RAILS_MASTER_KEY=<value from config/master.key> my-app

# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
ARG RUBY_VERSION=3.3.5
ARG RUBY_VERSION=3.3.6
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base

# Rails app lives here
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ DEPENDENCIES
web-console (~> 4.2)

RUBY VERSION
ruby 3.3.5p100
ruby 3.3.6p108

BUNDLED WITH
2.5.20
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Sistema de trackeo de materias realizadas para los estudiantes de Computación d

### Requisitos

* Ruby 3.3.5
* Ruby 3.3.6
* PostgreSQL (preferentemente v14)

### Setup
Expand Down

0 comments on commit b03cb50

Please sign in to comment.