Skip to content

Commit ea8f6bd

Browse files
Merge pull request #2433 from freeCodeCamp/renovate/ruby-3.x
chore(deps): update dependency ruby to v3.4.2
2 parents ba993ec + 07b131f commit ea8f6bd

6 files changed

+6
-6
lines changed

.ruby-version

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

.tool-versions

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

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.4.1
1+
FROM ruby:3.4.2
22
ENV LANG=C.UTF-8
33
ENV ENABLE_SERVICE_WORKER=true
44

Dockerfile-alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.4.1-alpine
1+
FROM ruby:3.4.2-alpine
22

33
ENV LANG=C.UTF-8
44
ENV ENABLE_SERVICE_WORKER=true

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
gem 'activesupport', require: false
55
gem 'html-pipeline'

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ DEPENDENCIES
191191
yajl-ruby
192192

193193
RUBY VERSION
194-
ruby 3.4.1p0
194+
ruby 3.4.2p28
195195

196196
BUNDLED WITH
197197
2.4.6

0 commit comments

Comments
 (0)