Skip to content

Commit

Permalink
Merge pull request #570 from cedarcode/nicolas_buero-bump_ruby_versio…
Browse files Browse the repository at this point in the history
…n_to_3.3.5

Bump ruby version to `3.3.5`
  • Loading branch information
santiagorodriguez96 authored Oct 15, 2024
2 parents 2b5ee74 + dde5595 commit 6fc9819
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.4
3.3.5
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.4
ARG RUBY_VERSION=3.3.5
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.4p94
ruby 3.3.5p100

BUNDLED WITH
2.5.17
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.0
* Ruby 3.3.5
* PostgreSQL (preferentemente v14)

### Setup
Expand Down

0 comments on commit 6fc9819

Please sign in to comment.