Skip to content

Commit 237c7b5

Browse files
authored
Merge branch 'main' into dependabot/bundler/bundler-92edaf4459
2 parents 2f0e944 + 36c5aac commit 237c7b5

29 files changed

+22
-22
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: checkout
2626
uses: actions/checkout@v5
2727

28-
- uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # pin@v1.257.0
28+
- uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # pin@v1.263.0
2929
with:
3030
bundler-cache: true
3131

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ jobs:
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@v3
32+
uses: github/codeql-action/init@v4
3333
with:
3434
languages: ${{ matrix.language }}
3535

3636
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3737
# If this step fails, then you should remove it and run the build manually (see below)
3838
- name: Autobuild
39-
uses: github/codeql-action/autobuild@v3
39+
uses: github/codeql-action/autobuild@v4
4040
#- run: |
4141
# make bootstrap
4242
# make release
4343

4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@v3
45+
uses: github/codeql-action/analyze@v4

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: checkout
1919
uses: actions/checkout@v5
2020

21-
- uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # pin@v1.257.0
21+
- uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # pin@v1.263.0
2222
with:
2323
bundler-cache: true
2424

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
persist-credentials: false
2424

25-
- uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # pin@v1.257.0
25+
- uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # pin@v1.263.0
2626
with:
2727
bundler-cache: false
2828

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: checkout
2222
uses: actions/checkout@v5
2323

24-
- uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # pin@v1.257.0
24+
- uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # pin@v1.263.0
2525
with:
2626
bundler-cache: true
2727
ruby-version: ${{ matrix.ruby }}

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem "logger", "~> 1.7"
77
group :development do
88
gem "irb", "~> 1.15"
99
gem "rspec", "~> 3.13"
10-
gem "rubocop", "~> 1.80"
10+
gem "rubocop", "~> 1.81"
1111
gem "rubocop-github", "~> 0.23"
1212
gem "rubocop-performance", "~> 1.26"
1313
gem "rubocop-rspec", "~> 3.7"

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ GEM
3131
pp (>= 0.6.0)
3232
rdoc (>= 4.0.0)
3333
reline (>= 0.4.2)
34-
json (2.13.2)
34+
json (2.15.2)
3535
language_server-protocol (3.17.0.5)
3636
lint_roller (1.1.0)
3737
logger (1.7.0)
3838
minitest (5.25.5)
3939
mutex_m (0.3.0)
4040
parallel (1.27.0)
41-
parser (3.3.9.0)
41+
parser (3.3.10.0)
4242
ast (~> 2.4.1)
4343
racc
4444
pp (0.6.2)
4545
prettyprint
4646
prettyprint (0.2.0)
47-
prism (1.4.0)
47+
prism (1.6.0)
4848
psych (5.2.3)
4949
date
5050
stringio
@@ -53,44 +53,44 @@ GEM
5353
rainbow (3.1.1)
5454
rdoc (6.13.1)
5555
psych (>= 4.0.0)
56-
regexp_parser (2.11.2)
56+
regexp_parser (2.11.3)
5757
reline (0.6.1)
5858
io-console (~> 0.5)
59-
rspec (3.13.1)
59+
rspec (3.13.2)
6060
rspec-core (~> 3.13.0)
6161
rspec-expectations (~> 3.13.0)
6262
rspec-mocks (~> 3.13.0)
63-
rspec-core (3.13.4)
63+
rspec-core (3.13.6)
6464
rspec-support (~> 3.13.0)
6565
rspec-expectations (3.13.5)
6666
diff-lcs (>= 1.2.0, < 2.0)
6767
rspec-support (~> 3.13.0)
68-
rspec-mocks (3.13.5)
68+
rspec-mocks (3.13.6)
6969
diff-lcs (>= 1.2.0, < 2.0)
7070
rspec-support (~> 3.13.0)
71-
rspec-support (3.13.4)
72-
rubocop (1.80.2)
71+
rspec-support (3.13.6)
72+
rubocop (1.81.6)
7373
json (~> 2.3)
7474
language_server-protocol (~> 3.17.0.2)
7575
lint_roller (~> 1.1.0)
7676
parallel (~> 1.10)
7777
parser (>= 3.3.0.2)
7878
rainbow (>= 2.2.2, < 4.0)
7979
regexp_parser (>= 2.9.3, < 3.0)
80-
rubocop-ast (>= 1.46.0, < 2.0)
80+
rubocop-ast (>= 1.47.1, < 2.0)
8181
ruby-progressbar (~> 1.7)
8282
unicode-display_width (>= 2.4.0, < 4.0)
83-
rubocop-ast (1.46.0)
83+
rubocop-ast (1.47.1)
8484
parser (>= 3.3.7.2)
8585
prism (~> 1.4)
8686
rubocop-github (0.23.0)
8787
rubocop (>= 1.72)
8888
rubocop-performance (>= 1.24)
8989
rubocop-rails (>= 2.23)
90-
rubocop-performance (1.26.0)
90+
rubocop-performance (1.26.1)
9191
lint_roller (~> 1.1)
9292
rubocop (>= 1.75.0, < 2.0)
93-
rubocop-ast (>= 1.44.0, < 2.0)
93+
rubocop-ast (>= 1.47.1, < 2.0)
9494
rubocop-rails (2.30.3)
9595
activesupport (>= 4.2.0)
9696
lint_roller (~> 1.1)
@@ -128,7 +128,7 @@ DEPENDENCIES
128128
irb (~> 1.15)
129129
logger (~> 1.7)
130130
rspec (~> 3.13)
131-
rubocop (~> 1.80)
131+
rubocop (~> 1.81)
132132
rubocop-github (~> 0.23)
133133
rubocop-performance (~> 1.26)
134134
rubocop-rspec (~> 3.7)

vendor/cache/json-2.13.2.gem

-76 KB
Binary file not shown.

vendor/cache/json-2.15.2.gem

77 KB
Binary file not shown.

vendor/cache/parser-3.3.10.0.gem

891 KB
Binary file not shown.

0 commit comments

Comments
 (0)