Skip to content

Commit 4875aea

Browse files
bibengabibenga
authored andcommitted
update deps
1 parent 34095d6 commit 4875aea

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/runtests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
ruby-version: ['3.4']
25+
ruby-version: ['3.4', '4.0']
2626

2727
steps:
2828
- uses: actions/checkout@v4

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,30 @@ GEM
1313
parser (3.3.10.0)
1414
ast (~> 2.4.1)
1515
racc
16-
prism (1.6.0)
16+
prism (1.7.0)
1717
racc (1.8.1)
1818
rainbow (3.1.1)
1919
rake (13.3.1)
2020
regexp_parser (2.11.3)
21-
rubocop (1.81.7)
21+
rubocop (1.82.1)
2222
json (~> 2.3)
2323
language_server-protocol (~> 3.17.0.2)
2424
lint_roller (~> 1.1.0)
2525
parallel (~> 1.10)
2626
parser (>= 3.3.0.2)
2727
rainbow (>= 2.2.2, < 4.0)
2828
regexp_parser (>= 2.9.3, < 3.0)
29-
rubocop-ast (>= 1.47.1, < 2.0)
29+
rubocop-ast (>= 1.48.0, < 2.0)
3030
ruby-progressbar (~> 1.7)
3131
unicode-display_width (>= 2.4.0, < 4.0)
32-
rubocop-ast (1.48.0)
32+
rubocop-ast (1.49.0)
3333
parser (>= 3.3.7.2)
34-
prism (~> 1.4)
34+
prism (~> 1.7)
3535
ruby-progressbar (1.13.0)
3636
thor (1.4.0)
3737
unicode-display_width (3.2.0)
3838
unicode-emoji (~> 4.1)
39-
unicode-emoji (4.1.0)
39+
unicode-emoji (4.2.0)
4040

4141
PLATFORMS
4242
aarch64-linux

0 commit comments

Comments
 (0)