Skip to content

Commit affebc6

Browse files
committed
ruby 3.4.2
1 parent 6454407 commit affebc6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
2-
ARG RUBY_VERSION=3.4.1
2+
ARG RUBY_VERSION=3.4.2
33
FROM ghcr.io/rails/devcontainer/images/ruby:$RUBY_VERSION

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-3.4.1
1+
ruby-3.4.2

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
ruby '3.4.1'
2+
ruby '3.4.2'
33

44
git_source(:github) do |repo_name|
55
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?('/')

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ DEPENDENCIES
540540
yard
541541

542542
RUBY VERSION
543-
ruby 3.4.1p0
543+
ruby 3.4.2p28
544544

545545
BUNDLED WITH
546546
2.6.3

0 commit comments

Comments
 (0)