Skip to content

Commit

Permalink
Ruby 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dbackeus committed Jun 17, 2024
1 parent b131b93 commit 64611a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0
3.3.3
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This Dockerfile produces a production ready image for running in Kubernetes.

ARG RUBY_VERSION=3.2.0
ARG RUBY_VERSION=3.3.3
FROM ruby:${RUBY_VERSION}-alpine as base

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "3.2.0"
ruby File.read(".ruby-version")

# Keep dotenv at top to ensure ENV variables are loaded before other gems initialize
gem "dotenv", require: "dotenv/load", groups: %i[development test]
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-linux

DEPENDENCIES
Expand All @@ -259,7 +260,7 @@ DEPENDENCIES
web-console

RUBY VERSION
ruby 3.2.0p0
ruby 3.3.3p89

BUNDLED WITH
2.4.6
2.5.13

0 comments on commit 64611a0

Please sign in to comment.