We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6454407 commit affebc6Copy full SHA for affebc6
.devcontainer/Dockerfile
@@ -1,3 +1,3 @@
1
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
2
-ARG RUBY_VERSION=3.4.1
+ARG RUBY_VERSION=3.4.2
3
FROM ghcr.io/rails/devcontainer/images/ruby:$RUBY_VERSION
.ruby-version
@@ -1 +1 @@
-ruby-3.4.1
+ruby-3.4.2
Gemfile
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
-ruby '3.4.1'
+ruby '3.4.2'
4
git_source(:github) do |repo_name|
5
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?('/')
Gemfile.lock
@@ -540,7 +540,7 @@ DEPENDENCIES
540
yard
541
542
RUBY VERSION
543
- ruby 3.4.1p0
+ ruby 3.4.2p28
544
545
BUNDLED WITH
546
2.6.3
0 commit comments