Skip to content

Commit

Permalink
build: bump Ruby to 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagorodriguez96 committed Jun 14, 2024
1 parent 99e6419 commit 33a895f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.3.3
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1

# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
ARG RUBY_VERSION=3.3.0
ARG RUBY_VERSION=3.3.3
FROM registry.docker.com/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 @@ -412,7 +412,7 @@ DEPENDENCIES
web-console (~> 4.2)

RUBY VERSION
ruby 3.3.0p0
ruby 3.3.3p89

BUNDLED WITH
2.5.10

0 comments on commit 33a895f

Please sign in to comment.