Skip to content

Commit fe99397

Browse files
committed
upgrade ruby to 3.4.2
1 parent 7255867 commit fe99397

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.1
1+
3.4.2

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.1
4+
ARG RUBY_VERSION=3.4.2
55
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
66

77
# Rails app lives here

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
ruby "3.4.1"
5+
ruby "3.4.2"
66

77
git_source(:github) do |repo_name|
88
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ DEPENDENCIES
876876
whenever
877877

878878
RUBY VERSION
879-
ruby 3.4.1p0
879+
ruby 3.4.2p28
880880

881881
BUNDLED WITH
882882
2.5.6

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ bin/dev
8181

8282
### REQUIREMENTS ###
8383

84-
- **Ruby version:** 3.4.1
84+
- **Ruby version:** 3.4.2
8585
- **PostgreSQL 12.1+** [How to install](http://exponential.io/blog/2015/02/21/install-postgresql-on-mac-os-x-via-brew/)
8686

8787
**Just execute the script file in `bin/setup`**

0 commit comments

Comments
 (0)