Skip to content

Commit 0b2cde3

Browse files
authored
Merge branch 'freeCodeCamp:main' into opengl
2 parents 775218e + e28f81d commit 0b2cde3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1285
-98
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
1515
- name: Set up Ruby
16-
uses: ruby/setup-ruby@432702e864cadc1b56247e31aa341be5be3e129a # v1.168.0
16+
uses: ruby/setup-ruby@161cd54b698f1fb3ea539faab2e036d409550e3c # v1.187.0
1717
with:
1818
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
1919
- name: Run tests

.github/workflows/schedule-doc-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
1313
- name: Set up Ruby
14-
uses: ruby/setup-ruby@432702e864cadc1b56247e31aa341be5be3e129a # v1.168.0
14+
uses: ruby/setup-ruby@161cd54b698f1fb3ea539faab2e036d409550e3c # v1.187.0
1515
with:
1616
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
1717
- name: Generate report

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
12+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1313
- name: Set up Ruby
14-
uses: ruby/setup-ruby@432702e864cadc1b56247e31aa341be5be3e129a # v1.168.0
14+
uses: ruby/setup-ruby@161cd54b698f1fb3ea539faab2e036d409550e3c # v1.187.0
1515
with:
1616
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
1717
- name: Run tests

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.3.4

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby 3.3.0
1+
ruby 3.3.4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3.0
1+
FROM ruby:3.3.4
22
ENV LANG=C.UTF-8
33
ENV ENABLE_SERVICE_WORKER=true
44

Dockerfile-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3.0-alpine
1+
FROM ruby:3.3.4-alpine
22

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

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
ruby '3.3.0'
2+
ruby '3.3.4'
33

44
gem 'activesupport', require: false
55
gem 'html-pipeline'

Gemfile.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3)
4+
activesupport (7.1.3.4)
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -16,29 +16,28 @@ GEM
1616
erubi (>= 1.0.0)
1717
rack (>= 0.9.0)
1818
rouge (>= 1.0.0)
19-
bigdecimal (3.1.6)
19+
bigdecimal (3.1.8)
2020
browser (5.3.1)
2121
byebug (11.1.3)
2222
chunky_png (1.4.0)
2323
coderay (1.1.3)
2424
concurrent-ruby (1.2.3)
2525
connection_pool (2.4.1)
2626
daemons (1.4.1)
27-
drb (2.2.0)
28-
ruby2_keywords
29-
erubi (1.12.0)
27+
drb (2.2.1)
28+
erubi (1.13.0)
3029
ethon (0.16.0)
3130
ffi (>= 1.15.0)
3231
eventmachine (1.2.7)
33-
execjs (2.8.1)
32+
execjs (2.9.1)
3433
exifr (1.4.0)
3534
ffi (1.15.5)
3635
fspath (3.1.2)
3736
highline (2.0.3)
3837
html-pipeline (2.14.3)
3938
activesupport (>= 2)
4039
nokogiri (>= 1.4)
41-
i18n (1.14.1)
40+
i18n (1.14.5)
4241
concurrent-ruby (~> 1.0)
4342
image_optim (0.31.3)
4443
exifr (~> 1.2, >= 1.2.2)
@@ -52,8 +51,8 @@ GEM
5251
image_size (3.3.0)
5352
in_threads (1.6.0)
5453
method_source (1.0.0)
55-
mini_portile2 (2.8.5)
56-
minitest (5.21.2)
54+
mini_portile2 (2.8.7)
55+
minitest (5.24.1)
5756
multi_json (1.15.0)
5857
mustermann (3.0.0)
5958
ruby2_keywords (~> 0.0.1)
@@ -62,13 +61,13 @@ GEM
6261
net-ssh (>= 5.0.0, < 8.0.0)
6362
net-ssh (7.0.1)
6463
newrelic_rpm (8.16.0)
65-
nokogiri (1.16.0)
64+
nokogiri (1.16.6)
6665
mini_portile2 (~> 2.8.2)
6766
racc (~> 1.4)
6867
options (2.3.2)
6968
progress (3.6.0)
70-
progress_bar (1.3.3)
71-
highline (>= 1.6, < 3)
69+
progress_bar (1.3.4)
70+
highline (>= 1.6)
7271
options (~> 2.3.0)
7372
pry (0.14.2)
7473
coderay (~> 1.1)
@@ -77,14 +76,14 @@ GEM
7776
byebug (~> 11.0)
7877
pry (>= 0.13, < 0.15)
7978
racc (1.7.3)
80-
rack (2.2.8)
79+
rack (2.2.9)
8180
rack-protection (3.2.0)
8281
base64 (>= 0.1.0)
8382
rack (~> 2.2, >= 2.2.4)
8483
rack-ssl-enforcer (0.2.9)
8584
rack-test (2.1.0)
8685
rack (>= 1.3)
87-
rake (13.1.0)
86+
rake (13.2.1)
8887
rb-fsevent (0.11.2)
8988
rb-inotify (0.10.1)
9089
ffi (~> 1.0)
@@ -111,7 +110,8 @@ GEM
111110
rack-protection (= 3.2.0)
112111
sinatra (= 3.2.0)
113112
tilt (~> 2.0)
114-
sprockets (3.7.2)
113+
sprockets (3.7.3)
114+
base64
115115
concurrent-ruby (~> 1.0)
116116
rack (> 1, < 3)
117117
sprockets-helpers (1.4.0)
@@ -125,13 +125,13 @@ GEM
125125
strings-ansi (0.2.0)
126126
terminal-table (3.0.2)
127127
unicode-display_width (>= 1.1.1, < 3)
128-
terser (1.1.20)
128+
terser (1.2.3)
129129
execjs (>= 0.3.0, < 3)
130130
thin (1.8.2)
131131
daemons (~> 1.0, >= 1.0.9)
132132
eventmachine (~> 1.0, >= 1.0.4)
133133
rack (>= 1, < 3)
134-
thor (1.3.0)
134+
thor (1.3.1)
135135
tilt (2.3.0)
136136
tty-pager (0.14.0)
137137
strings (~> 0.2.0)
@@ -187,7 +187,7 @@ DEPENDENCIES
187187
yajl-ruby
188188

189189
RUBY VERSION
190-
ruby 3.3.0p0
190+
ruby 3.3.4p94
191191

192192
BUNDLED WITH
193193
2.4.6

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,12 @@ Made something cool? Feel free to open a PR to add a new row to this table! You
172172
| [mohamed3nan/DevDocs-Tab](https://github.com/mohamed3nan/DevDocs-Tab) | VS Code extension (view as tab) | ![Latest GitHub commit](https://img.shields.io/github/last-commit/mohamed3nan/DevDocs-Tab?logo=github&label) | ![GitHub stars](https://img.shields.io/github/stars/mohamed3nan/DevDocs-Tab?logo=github&label) |
173173
| [deibit/vscode-devdocs](https://marketplace.visualstudio.com/items?itemName=deibit.devdocs) | VS Code extension (open the browser) | ![Latest GitHub commit](https://img.shields.io/github/last-commit/deibit/vscode-devdocs?logo=github&label) | ![GitHub stars](https://img.shields.io/github/stars/deibit/vscode-devdocs?logo=github&label) |
174174
| [mdh34/quickDocs](https://github.com/mdh34/quickDocs) | Vala/Python based viewer | ![Latest GitHub commit](https://img.shields.io/github/last-commit/mdh34/quickDocs?logo=github&label) | ![GitHub stars](https://img.shields.io/github/stars/mdh34/quickDocs?logo=github&label) |
175+
| [girishji/devdocs.vim](https://github.com/girishji/devdocs.vim) | Vim plugin & TUI (browse inside Vim) | ![Latest GitHub commit](https://img.shields.io/github/last-commit/girishji/devdocs.vim?logo=github&label) | ![GitHub stars](https://img.shields.io/github/stars/girishji/devdocs.vim?logo=github&label) |
175176
| [romainl/vim-devdocs](https://github.com/romainl/vim-devdocs) | Vim plugin | ![Latest GitHub commit](https://img.shields.io/github/last-commit/romainl/vim-devdocs?logo=github&label) | ![GitHub stars](https://img.shields.io/github/stars/romainl/vim-devdocs?logo=github&label) |
176177
| [waiting-for-dev/vim-www](https://github.com/waiting-for-dev/vim-www) | Vim plugin | ![Latest GitHub commit](https://img.shields.io/github/last-commit/waiting-for-dev/vim-www?logo=github&label) | ![GitHub stars](https://img.shields.io/github/stars/waiting-for-dev/vim-www?logo=github&label) |
177178
| [luckasRanarison/nvim-devdocs](https://github.com/luckasRanarison/nvim-devdocs) | Neovim plugin | ![Latest GitHub commit](https://img.shields.io/github/last-commit/luckasRanarison/nvim-devdocs?logo=github&label) | ![GitHub stars](https://img.shields.io/github/stars/luckasRanarison/nvim-devdocs?logo=github&label) |
178179
| [toiletbril/dedoc](https://github.com/toiletbril/dedoc) | Terminal based viewer | ![Latest GitHub commit](https://img.shields.io/github/last-commit/toiletbril/dedoc?logo=github&label) | ![GitHub stars](https://img.shields.io/github/stars/toiletbril/dedoc?logo=github&label) |
180+
| [Raycast Devdocs](https://www.raycast.com/pomdtr/devdocs) | Raycast extension | Unavailable | Unavailable |
179181

180182
## Copyright / License
181183

0 commit comments

Comments
 (0)