Skip to content

Commit dd7abb7

Browse files
committed
Rails 3.4.6
1 parent 28e3b9c commit dd7abb7

File tree

5 files changed

+138
-124
lines changed

5 files changed

+138
-124
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.4
1+
3.4.6

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax = docker/dockerfile:1
22

33
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
4-
ARG RUBY_VERSION=3.4.4
4+
ARG RUBY_VERSION=3.4.6
55
FROM ruby:$RUBY_VERSION-slim as base
66

77
LABEL fly_launch_runtime="rails"

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "https://rubygems.org"
44
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55

6-
ruby "3.4.4"
6+
ruby "3.4.6"
77

88
# CORE
99
gem "bootsnap", require: false

0 commit comments

Comments
 (0)