Skip to content

Commit

Permalink
Update: Ruby 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yonta committed Jul 16, 2024
1 parent b183f5f commit cccb005
Show file tree
Hide file tree
Showing 5 changed files with 5 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.3.3
3.3.4
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.3.3"
ruby "3.3.4"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "= 7.1.3.4"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

## Requirements

- Ruby = 3.3.3
- Ruby = 3.3.4
- Bundler
- Yarn🐈 >= 1.22.4
- Node.js >= 12.20.1
Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.3-labs
FROM ruby:3.3.3-slim-bullseye
FROM ruby:3.3.4-slim-bullseye

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion fly.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# We recommend using the highest patch level for better security and
# performance.

ARG RUBY_VERSION=3.3.3
ARG RUBY_VERSION=3.3.4
ARG VARIANT=jemalloc-bullseye-slim
FROM quay.io/evl.ms/fullstaq-ruby:${RUBY_VERSION}-${VARIANT} as base

Expand Down

0 comments on commit cccb005

Please sign in to comment.