Skip to content

Commit 7de8035

Browse files
authored
Merge pull request #276 from cre-ne-jp/library-verUP-202508
ライブラリの更新 (202508)
2 parents c54dcb3 + defa904 commit 7de8035

File tree

4 files changed

+3113
-17
lines changed

4 files changed

+3113
-17
lines changed

.github/workflows/coverage.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- README.md
77
pull_request: {}
88

9+
permissions:
10+
contents: read
11+
id-token: write
12+
913
jobs:
1014
test:
1115
name: "Ruby 3.3: test and coverage measurement"
@@ -27,8 +31,7 @@ jobs:
2731

2832
# runs 'bundle install' and caches installed gems automatically
2933
bundler-cache: true
30-
- uses: paambaati/[email protected]
31-
env:
32-
CC_TEST_REPORTER_ID: 8310d94ccb41382dfbe0d2fed241c565b33ca01cea938449c4ba0b62500d01e2
34+
- uses: qltysh/qlty-action/coverage@v1
3335
with:
34-
coverageCommand: bundle exec rake spec
36+
oidc: true
37+
files: coverage/.resultset.json

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ GEM
5959
ffi-compiler (1.3.2)
6060
ffi (>= 1.15.5)
6161
rake
62-
gdbm (2.1.0)
62+
gdbm (2.1.1)
6363
guess_html_encoding (0.0.11)
6464
hashdiff (1.2.0)
6565
http (5.3.1)
@@ -73,14 +73,14 @@ GEM
7373
http-form_data (2.3.0)
7474
i18n (1.8.11)
7575
concurrent-ruby (~> 1.0)
76-
json (2.12.2)
76+
json (2.13.2)
7777
language_server-protocol (3.17.0.5)
7878
lint_roller (1.1.0)
7979
llhttp-ffi (0.5.1)
8080
ffi-compiler (~> 1.0)
8181
rake (~> 13.0)
8282
logger (1.7.0)
83-
lumberjack (1.2.10)
83+
lumberjack (1.3.4)
8484
mail (2.8.1)
8585
mini_mime (>= 0.1.1)
8686
net-imap
@@ -91,7 +91,7 @@ GEM
9191
mime-types (3.7.0)
9292
logger
9393
mime-types-data (~> 3.2025, >= 3.2025.0507)
94-
mime-types-data (3.2025.0701)
94+
mime-types-data (3.2025.0729)
9595
mini_mime (1.1.5)
9696
mini_portile2 (2.8.9)
9797
minitest (5.25.5)
@@ -106,13 +106,13 @@ GEM
106106
net-smtp (0.5.1)
107107
net-protocol
108108
netrc (0.11.0)
109-
nokogiri (1.18.8)
109+
nokogiri (1.18.9)
110110
mini_portile2 (~> 2.8.2)
111111
racc (~> 1.4)
112112
opus-ruby (1.0.1)
113113
ffi
114114
parallel (1.27.0)
115-
parser (3.3.8.0)
115+
parser (3.3.9.0)
116116
ast (~> 2.4.1)
117117
racc
118118
prism (1.4.0)
@@ -146,18 +146,18 @@ GEM
146146
diff-lcs (>= 1.2.0, < 2.0)
147147
rspec-support (~> 3.13.0)
148148
rspec-support (3.13.4)
149-
rubocop (1.77.0)
149+
rubocop (1.79.1)
150150
json (~> 2.3)
151151
language_server-protocol (~> 3.17.0.2)
152152
lint_roller (~> 1.1.0)
153153
parallel (~> 1.10)
154154
parser (>= 3.3.0.2)
155155
rainbow (>= 2.2.2, < 4.0)
156156
regexp_parser (>= 2.9.3, < 3.0)
157-
rubocop-ast (>= 1.45.1, < 2.0)
157+
rubocop-ast (>= 1.46.0, < 2.0)
158158
ruby-progressbar (~> 1.7)
159159
unicode-display_width (>= 2.4.0, < 4.0)
160-
rubocop-ast (1.45.1)
160+
rubocop-ast (1.46.0)
161161
parser (>= 3.3.7.2)
162162
prism (~> 1.4)
163163
ruby-progressbar (1.13.0)
@@ -166,7 +166,7 @@ GEM
166166
docile (~> 1.1)
167167
simplecov-html (~> 0.11)
168168
simplecov_json_formatter (~> 0.1)
169-
simplecov-html (0.13.1)
169+
simplecov-html (0.13.2)
170170
simplecov_json_formatter (0.1.4)
171171
stringio (3.1.7)
172172
sysexits (1.2.0)
@@ -228,4 +228,4 @@ DEPENDENCIES
228228
yard (~> 0.9)
229229

230230
BUNDLED WITH
231-
2.6.9
231+
2.7.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
====================
33

44
![Test](https://github.com/cre-ne-jp/rgrb/workflows/Test/badge.svg)
5-
[![Maintainability](https://api.codeclimate.com/v1/badges/ee60ffa7fe19fbb3147b/maintainability)](https://codeclimate.com/github/cre-ne-jp/rgrb/maintainability)
6-
[![Test Coverage](https://api.codeclimate.com/v1/badges/ee60ffa7fe19fbb3147b/test_coverage)](https://codeclimate.com/github/cre-ne-jp/rgrb/test_coverage)
5+
[![Maintainability](https://qlty.sh/gh/cre-ne-jp/projects/rgrb/maintainability.svg)](https://qlty.sh/gh/cre-ne-jp/projects/rgrb)
6+
[![Code Coverage](https://qlty.sh/gh/cre-ne-jp/projects/rgrb/coverage.svg)](https://qlty.sh/gh/cre-ne-jp/projects/rgrb)
77

88
RGRB は Ruby で実装されている汎用 IRC/Discord ボットです。プラグイン方式により柔軟な拡張が可能です。
99

0 commit comments

Comments
 (0)