Skip to content

Commit da44786

Browse files
committed
Merge branch 'main' into click
2 parents 8db6ffc + d7e3e91 commit da44786

29 files changed

+142
-31
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@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49 # v1.176.0
16+
uses: ruby/setup-ruby@ff740bc00a01b3a50fffc55a1071b1060eeae9dc # v1.180.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@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49 # v1.176.0
14+
uses: ruby/setup-ruby@ff740bc00a01b3a50fffc55a1071b1060eeae9dc # v1.180.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1313
- name: Set up Ruby
14-
uses: ruby/setup-ruby@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49 # v1.176.0
14+
uses: ruby/setup-ruby@ff740bc00a01b3a50fffc55a1071b1060eeae9dc # v1.180.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.1
1+
3.3.2

.tool-versions

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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3.1
1+
FROM ruby:3.3.2
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.1-alpine
1+
FROM ruby:3.3.2-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.1'
2+
ruby '3.3.2'
33

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

Gemfile.lock

Lines changed: 9 additions & 10 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.2)
4+
activesupport (7.1.3.4)
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -16,16 +16,15 @@ 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
27+
drb (2.2.1)
2928
erubi (1.12.0)
3029
ethon (0.16.0)
3130
ffi (>= 1.15.0)
@@ -38,7 +37,7 @@ GEM
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)
@@ -53,7 +52,7 @@ GEM
5352
in_threads (1.6.0)
5453
method_source (1.0.0)
5554
mini_portile2 (2.8.6)
56-
minitest (5.23.0)
55+
minitest (5.23.1)
5756
multi_json (1.15.0)
5857
mustermann (3.0.0)
5958
ruby2_keywords (~> 0.0.1)
@@ -67,8 +66,8 @@ GEM
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)
@@ -126,7 +125,7 @@ GEM
126125
strings-ansi (0.2.0)
127126
terminal-table (3.0.2)
128127
unicode-display_width (>= 1.1.1, < 3)
129-
terser (1.2.2)
128+
terser (1.2.3)
130129
execjs (>= 0.3.0, < 3)
131130
thin (1.8.2)
132131
daemons (~> 1.0, >= 1.0.9)
@@ -188,7 +187,7 @@ DEPENDENCIES
188187
yajl-ruby
189188

190189
RUBY VERSION
191-
ruby 3.3.1p55
190+
ruby 3.3.2p78
192191

193192
BUNDLED WITH
194193
2.4.6

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ 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) |

0 commit comments

Comments
 (0)