mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
chore(deps): update dependency ruby to v3.3.4
This commit is contained in:
parent
3840167718
commit
d2430cdd1a
6 changed files with 6 additions and 6 deletions
|
@ -1 +1 @@
|
|||
3.3.2
|
||||
3.3.4
|
||||
|
|
|
@ -1 +1 @@
|
|||
ruby 3.3.2
|
||||
ruby 3.3.4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:3.3.2
|
||||
FROM ruby:3.3.4
|
||||
ENV LANG=C.UTF-8
|
||||
ENV ENABLE_SERVICE_WORKER=true
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:3.3.2-alpine
|
||||
FROM ruby:3.3.4-alpine
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
ENV ENABLE_SERVICE_WORKER=true
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -1,5 +1,5 @@
|
|||
source 'https://rubygems.org'
|
||||
ruby '3.3.2'
|
||||
ruby '3.3.4'
|
||||
|
||||
gem 'activesupport', require: false
|
||||
gem 'html-pipeline'
|
||||
|
|
|
@ -187,7 +187,7 @@ DEPENDENCIES
|
|||
yajl-ruby
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.3.2p78
|
||||
ruby 3.3.4p94
|
||||
|
||||
BUNDLED WITH
|
||||
2.4.6
|
||||
|
|
Loading…
Reference in a new issue