Skip to content

Commit

Permalink
Merge pull request #624 from cedarcode/jt--bump_ruby_to_341
Browse files Browse the repository at this point in the history
bump ruby from `3.3.6` to `3.4.1`
  • Loading branch information
joaquintomas2003 authored Jan 17, 2025
2 parents cc1b39e + c94cd79 commit 027ffce
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.6
3.4.1
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.6
ARG RUBY_VERSION=3.4.1
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 @@ -417,7 +417,7 @@ DEPENDENCIES
web-console (~> 4.2)

RUBY VERSION
ruby 3.3.6p108
ruby 3.4.1p0

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.6
* Ruby 3.4.1
* PostgreSQL (preferentemente v14)

### Setup
Expand Down

0 comments on commit 027ffce

Please sign in to comment.