Merge pull request #2204 from freeCodeCamp/renovate/ruby-3.x

chore(deps): update dependency ruby to v3.3.1
pull/2206/head
renovate[bot] 9 months ago committed by GitHub
commit 60c3b01df1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1 +1 @@
3.3.0
3.3.1

@ -1 +1 @@
ruby 3.3.0
ruby 3.3.1

@ -1,4 +1,4 @@
FROM ruby:3.3.0
FROM ruby:3.3.1
ENV LANG=C.UTF-8
ENV ENABLE_SERVICE_WORKER=true

@ -1,4 +1,4 @@
FROM ruby:3.3.0-alpine
FROM ruby:3.3.1-alpine
ENV LANG=C.UTF-8
ENV ENABLE_SERVICE_WORKER=true

@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby '3.3.0'
ruby '3.3.1'
gem 'activesupport', require: false
gem 'html-pipeline'

@ -188,7 +188,7 @@ DEPENDENCIES
yajl-ruby
RUBY VERSION
ruby 3.3.0p0
ruby 3.3.1p55
BUNDLED WITH
2.4.6

Loading…
Cancel
Save