Skip to content

Commit 3400ef8

Browse files
authored
Merge branch 'main' into version
2 parents dd2a5ce + 55bf7a9 commit 3400ef8

File tree

7 files changed

+32
-32
lines changed

7 files changed

+32
-32
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@v4
2727

28-
- uses: ruby/setup-ruby@7886c6653556e1164c58a7603d88286b5f708293 # pin@v1.228.0
28+
- uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # pin@v1.238.0
2929
with:
3030
bundler-cache: true
3131

.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@v4
2020

21-
- uses: ruby/setup-ruby@7886c6653556e1164c58a7603d88286b5f708293 # pin@v1.228.0
21+
- uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # pin@v1.238.0
2222
with:
2323
bundler-cache: true
2424

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: checkout
2323
uses: actions/checkout@v4
2424

25-
- uses: ruby/setup-ruby@7886c6653556e1164c58a7603d88286b5f708293 # pin@v1.228.0
25+
- uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # pin@v1.238.0
2626
with:
2727
bundler-cache: true
2828

@@ -39,7 +39,7 @@ jobs:
3939
- name: build
4040
run: echo "GEM_VERSION=$(gem build ${{ env.GEM_NAME }}.gemspec 2>&1 | grep Version | cut -d':' -f 2 | tr -d " \t\n\r")" >> $GITHUB_ENV
4141

42-
- uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # pin@v2
42+
- uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # pin@v2
4343
with:
4444
subject-path: "${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem"
4545

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Update .ruby-version with matrix value
2424
run: echo "${{ matrix.ruby_version }}" >| .ruby-version
2525

26-
- uses: ruby/setup-ruby@7886c6653556e1164c58a7603d88286b5f708293 # pin@v1.228.0
26+
- uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # pin@v1.238.0
2727
with:
2828
bundler-cache: true
2929

Gemfile.lock

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9,47 +9,45 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actionview (7.1.5.1)
13-
activesupport (= 7.1.5.1)
12+
actionview (7.2.2.1)
13+
activesupport (= 7.2.2.1)
1414
builder (~> 3.1)
1515
erubi (~> 1.11)
1616
rails-dom-testing (~> 2.2)
1717
rails-html-sanitizer (~> 1.6)
18-
activesupport (7.1.5.1)
18+
activesupport (7.2.2.1)
1919
base64
2020
benchmark (>= 0.3)
2121
bigdecimal
22-
concurrent-ruby (~> 1.0, >= 1.0.2)
22+
concurrent-ruby (~> 1.0, >= 1.3.1)
2323
connection_pool (>= 2.2.5)
2424
drb
2525
i18n (>= 1.6, < 2)
2626
logger (>= 1.4.2)
2727
minitest (>= 5.1)
28-
mutex_m
2928
securerandom (>= 0.3)
30-
tzinfo (~> 2.0)
31-
ast (2.4.2)
29+
tzinfo (~> 2.0, >= 2.0.5)
30+
ast (2.4.3)
3231
base64 (0.2.0)
3332
benchmark (0.4.0)
3433
bigdecimal (3.1.9)
3534
builder (3.3.0)
3635
concurrent-ruby (1.3.5)
37-
connection_pool (2.5.0)
36+
connection_pool (2.5.3)
3837
crass (1.0.6)
3938
drb (2.2.1)
4039
erubi (1.13.1)
4140
i18n (1.14.7)
4241
concurrent-ruby (~> 1.0)
43-
json (2.10.2)
44-
language_server-protocol (3.17.0.4)
42+
json (2.12.0)
43+
language_server-protocol (3.17.0.5)
4544
lint_roller (1.1.0)
46-
logger (1.6.6)
45+
logger (1.7.0)
4746
loofah (2.24.0)
4847
crass (~> 1.0.2)
4948
nokogiri (>= 1.12.0)
5049
mini_portile2 (2.8.8)
5150
minitest (5.25.5)
52-
mutex_m (0.3.0)
5351
nokogiri (1.18.8)
5452
mini_portile2 (~> 2.8.2)
5553
racc (~> 1.4)
@@ -59,12 +57,13 @@ GEM
5957
racc (~> 1.4)
6058
nokogiri (1.18.8-x86_64-linux-gnu)
6159
racc (~> 1.4)
62-
parallel (1.26.3)
63-
parser (3.3.7.1)
60+
parallel (1.27.0)
61+
parser (3.3.8.0)
6462
ast (~> 2.4.1)
6563
racc
64+
prism (1.4.0)
6665
racc (1.8.1)
67-
rack (3.1.12)
66+
rack (3.1.14)
6867
rails-dom-testing (2.2.0)
6968
activesupport (>= 5.0.0)
7069
minitest
@@ -75,31 +74,32 @@ GEM
7574
rainbow (3.1.1)
7675
rake (13.2.1)
7776
regexp_parser (2.10.0)
78-
rubocop (1.74.0)
77+
rubocop (1.75.5)
7978
json (~> 2.3)
8079
language_server-protocol (~> 3.17.0.2)
8180
lint_roller (~> 1.1.0)
8281
parallel (~> 1.10)
8382
parser (>= 3.3.0.2)
8483
rainbow (>= 2.2.2, < 4.0)
8584
regexp_parser (>= 2.9.3, < 3.0)
86-
rubocop-ast (>= 1.38.0, < 2.0)
85+
rubocop-ast (>= 1.44.0, < 2.0)
8786
ruby-progressbar (~> 1.7)
8887
unicode-display_width (>= 2.4.0, < 4.0)
89-
rubocop-ast (1.39.0)
90-
parser (>= 3.3.1.0)
91-
rubocop-performance (1.24.0)
88+
rubocop-ast (1.44.1)
89+
parser (>= 3.3.7.2)
90+
prism (~> 1.4)
91+
rubocop-performance (1.25.0)
9292
lint_roller (~> 1.1)
93-
rubocop (>= 1.72.1, < 2.0)
93+
rubocop (>= 1.75.0, < 2.0)
9494
rubocop-ast (>= 1.38.0, < 2.0)
95-
rubocop-rails (2.30.3)
95+
rubocop-rails (2.31.0)
9696
activesupport (>= 4.2.0)
9797
lint_roller (~> 1.1)
9898
rack (>= 1.1)
99-
rubocop (>= 1.72.1, < 2.0)
99+
rubocop (>= 1.75.0, < 2.0)
100100
rubocop-ast (>= 1.38.0, < 2.0)
101101
ruby-progressbar (1.13.0)
102-
securerandom (0.3.2)
102+
securerandom (0.4.1)
103103
tzinfo (2.0.6)
104104
concurrent-ruby (~> 1.0)
105105
unicode-display_width (3.1.4)
@@ -114,7 +114,7 @@ PLATFORMS
114114
x86_64-linux
115115

116116
DEPENDENCIES
117-
actionview (~> 7.1.5.1)
117+
actionview (~> 7.2.2.1)
118118
minitest
119119
rake
120120
rubocop-github!

lib/rubocop/cop/github/rails_view_render_literal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def on_send(node)
5454

5555
if render_literal?(node) && node.arguments.count > 1
5656
locals = node.arguments[1]
57-
elsif options_pairs = render_with_options?(node)
57+
elsif option_pairs = render_with_options?(node)
5858
locals = option_pairs.map { |pair| locals_key?(pair) }.compact.first
5959
end
6060

rubocop-github.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
2424
s.add_dependency "rubocop-performance", ">= 1.24"
2525
s.add_dependency "rubocop-rails", ">= 2.23"
2626

27-
s.add_development_dependency "actionview", "~> 7.1.5.1"
27+
s.add_development_dependency "actionview", "~> 7.2.2.1"
2828
s.add_development_dependency "minitest"
2929
s.add_development_dependency "rake"
3030

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy