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

chore(deps): update dependency ruby to v3.2.2
pull/1963/head
renovate[bot] 2 years ago committed by GitHub
commit c05acf59cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1 +1 @@
3.2.1 3.2.2

@ -1 +1 @@
ruby 3.2.1 ruby 3.2.2

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

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

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

@ -40,13 +40,13 @@ GEM
image_size (>= 1.5, < 4) image_size (>= 1.5, < 4)
in_threads (~> 1.3) in_threads (~> 1.3)
progress (~> 3.0, >= 3.0.1) progress (~> 3.0, >= 3.0.1)
image_optim_pack (0.9.1.20221104) image_optim_pack (0.9.1.20230325)
fspath (>= 2.1, < 4) fspath (>= 2.1, < 4)
image_optim (~> 0.19) image_optim (~> 0.19)
image_size (3.2.0) image_size (3.2.0)
in_threads (1.6.0) in_threads (1.6.0)
method_source (1.0.0) method_source (1.0.0)
mini_portile2 (2.8.0) mini_portile2 (2.8.1)
minitest (5.18.0) minitest (5.18.0)
multi_json (1.15.0) multi_json (1.15.0)
mustermann (3.0.0) mustermann (3.0.0)
@ -63,13 +63,13 @@ GEM
progress_bar (1.3.3) progress_bar (1.3.3)
highline (>= 1.6, < 3) highline (>= 1.6, < 3)
options (~> 2.3.0) options (~> 2.3.0)
pry (0.14.1) pry (0.14.2)
coderay (~> 1.1) coderay (~> 1.1)
method_source (~> 1.0) method_source (~> 1.0)
pry-byebug (3.10.1) pry-byebug (3.10.1)
byebug (~> 11.0) byebug (~> 11.0)
pry (>= 0.13, < 0.15) pry (>= 0.13, < 0.15)
racc (1.6.1) racc (1.6.2)
rack (2.2.6.4) rack (2.2.6.4)
rack-protection (3.0.5) rack-protection (3.0.5)
rack rack
@ -179,7 +179,7 @@ DEPENDENCIES
yajl-ruby yajl-ruby
RUBY VERSION RUBY VERSION
ruby 3.2.1p31 ruby 3.2.2p53
BUNDLED WITH BUNDLED WITH
2.4.6 2.4.6

Loading…
Cancel
Save