Skip to content

Commit b62459d

Browse files
updates
1 parent 8a3700e commit b62459d

6 files changed

Lines changed: 73 additions & 73 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
updates:
3-
- directory: "/"
4-
package-ecosystem: github-actions
5-
schedule:
6-
interval: daily
7-
- directory: "/"
8-
package-ecosystem: npm
9-
schedule:
10-
interval: daily
11-
- directory: "/"
12-
package-ecosystem: bundler
13-
schedule:
14-
interval: daily
3+
- directory: "/"
4+
package-ecosystem: github-actions
5+
schedule:
6+
interval: daily
7+
- directory: "/"
8+
package-ecosystem: npm
9+
schedule:
10+
interval: daily
11+
- directory: "/"
12+
package-ecosystem: bundler
13+
schedule:
14+
interval: daily
1515
version: 2

.github/workflows/ci.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,35 @@ jobs:
44
name: Bundler Audit
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
8-
- uses: ruby/setup-ruby@v1
9-
with:
10-
bundler-cache: true
11-
- run: bin/bundler-audit check --update
7+
- uses: actions/checkout@v4
8+
- uses: ruby/setup-ruby@v1
9+
with:
10+
bundler-cache: true
11+
- run: bin/bundler-audit check --update
1212
npm-audit:
1313
name: npm Audit
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
17-
- uses: actions/setup-node@v4
18-
- run: npm audit
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-node@v4
18+
- run: npm audit
1919
rspec:
2020
name: Test
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
24-
- uses: ruby/setup-ruby@v1
25-
with:
26-
bundler-cache: true
27-
- run: bin/test
23+
- uses: actions/checkout@v4
24+
- uses: ruby/setup-ruby@v1
25+
with:
26+
bundler-cache: true
27+
- run: bin/test
2828
rubocop:
2929
name: Rubocop
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v4
33-
- uses: ruby/setup-ruby@v1
34-
with:
35-
bundler-cache: true
36-
- run: bin/rubocop
32+
- uses: actions/checkout@v4
33+
- uses: ruby/setup-ruby@v1
34+
with:
35+
bundler-cache: true
36+
- run: bin/rubocop
3737
name: CI
38-
'on': push
38+
"on": push

.rubocop.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
AllCops:
33
Exclude:
4-
- "**/node_modules/**/*"
5-
- "**/vendor/**/*"
6-
- "**/db/schema.rb"
4+
- "**/node_modules/**/*"
5+
- "**/vendor/**/*"
6+
- "**/db/schema.rb"
77
NewCops: enable
88
TargetRubyVersion: 3.0
99
Layout/ClosingHeredocIndentation:
@@ -123,10 +123,10 @@ Style/StringLiterals:
123123
Style/StringLiteralsInInterpolation:
124124
Enabled: false
125125
plugins:
126-
- rubocop-factory_bot
127-
- rubocop-performance
128-
- rubocop-rails
129-
- rubocop-rake
130-
- rubocop-rspec
131-
- rubocop-capybara
132-
- rubocop-rspec_rails
126+
- rubocop-factory_bot
127+
- rubocop-performance
128+
- rubocop-rails
129+
- rubocop-rake
130+
- rubocop-rspec
131+
- rubocop-capybara
132+
- rubocop-rspec_rails

Gemfile.lock

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PATH
1919
GEM
2020
remote: https://rubygems.org/
2121
specs:
22-
activesupport (8.0.2)
22+
activesupport (8.0.2.1)
2323
base64
2424
benchmark (>= 0.3)
2525
bigdecimal
@@ -37,13 +37,13 @@ GEM
3737
ast (2.4.3)
3838
base64 (0.3.0)
3939
benchmark (0.4.1)
40-
bigdecimal (3.2.2)
40+
bigdecimal (3.2.3)
4141
bundler-audit (0.9.2)
4242
bundler (>= 1.2.0, < 3)
4343
thor (~> 1.0)
4444
cmdparse (3.0.7)
4545
concurrent-ruby (1.3.5)
46-
connection_pool (2.5.3)
46+
connection_pool (2.5.4)
4747
crack (1.0.0)
4848
bigdecimal
4949
rexml
@@ -52,7 +52,7 @@ GEM
5252
did-you-mean (0.1.1)
5353
levenshtein (>= 0.2.0)
5454
diff-lcs (1.6.2)
55-
dorian (2.6.4)
55+
dorian (2.6.7)
5656
csv
5757
dorian-arguments
5858
dorian-eval
@@ -79,7 +79,7 @@ GEM
7979
dorian-to_struct (2.0.2)
8080
drb (2.2.3)
8181
geom2d (0.4.1)
82-
git (4.0.4)
82+
git (4.0.5)
8383
activesupport (>= 5.0)
8484
addressable (~> 2.8)
8585
process_executer (~> 4.0)
@@ -88,15 +88,15 @@ GEM
8888
temple (>= 0.8.2)
8989
thor
9090
tilt
91-
hashdiff (1.2.0)
92-
hexapdf (1.3.0)
91+
hashdiff (1.2.1)
92+
hexapdf (1.4.0)
9393
cmdparse (~> 3.0, >= 3.0.3)
9494
geom2d (~> 0.4, >= 0.4.1)
9595
openssl (>= 2.2.1)
9696
strscan (>= 3.1.2)
9797
i18n (1.14.7)
9898
concurrent-ruby (~> 1.0)
99-
json (2.13.0)
99+
json (2.13.2)
100100
language-ruby (1.2.0)
101101
dorian-arguments
102102
zeitwerk
@@ -115,11 +115,11 @@ GEM
115115
mini_racer (0.19.0)
116116
libv8-node (~> 24.1.0.0)
117117
minitest (5.25.5)
118-
mustermann (3.0.3)
118+
mustermann (3.0.4)
119119
ruby2_keywords (~> 0.0.1)
120120
net-http (0.6.0)
121121
uri
122-
net-imap (0.5.9)
122+
net-imap (0.5.10)
123123
date
124124
net-protocol
125125
net-pop (0.1.2)
@@ -128,23 +128,23 @@ GEM
128128
timeout
129129
net-smtp (0.5.1)
130130
net-protocol
131-
nokogiri (1.18.9-arm64-darwin)
131+
nokogiri (1.18.10-arm64-darwin)
132132
racc (~> 1.4)
133-
nokogiri (1.18.9-x86_64-linux-gnu)
133+
nokogiri (1.18.10-x86_64-linux-gnu)
134134
racc (~> 1.4)
135135
openssl (3.3.0)
136136
ostruct (0.6.3)
137137
parallel (1.27.0)
138-
parser (3.3.8.0)
138+
parser (3.3.9.0)
139139
ast (~> 2.4.1)
140140
racc
141141
prettier_print (1.2.1)
142-
prism (1.4.0)
142+
prism (1.5.1)
143143
process_executer (4.0.0)
144144
track_open_instances (~> 0.1)
145145
public_suffix (6.0.2)
146146
racc (1.8.1)
147-
rack (3.1.16)
147+
rack (3.2.1)
148148
rack-protection (4.1.1)
149149
base64 (>= 0.1.0)
150150
logger (>= 1.6.0)
@@ -154,9 +154,9 @@ GEM
154154
rack (>= 3.0.0)
155155
rainbow (3.1.1)
156156
rake (13.3.0)
157-
rchardet (1.9.0)
158-
regexp_parser (2.10.0)
159-
rexml (3.4.1)
157+
rchardet (1.10.0)
158+
regexp_parser (2.11.3)
159+
rexml (3.4.4)
160160
rspec (3.13.1)
161161
rspec-core (~> 3.13.0)
162162
rspec-expectations (~> 3.13.0)
@@ -169,16 +169,16 @@ GEM
169169
rspec-mocks (3.13.5)
170170
diff-lcs (>= 1.2.0, < 2.0)
171171
rspec-support (~> 3.13.0)
172-
rspec-support (3.13.4)
173-
rubocop (1.78.0)
172+
rspec-support (3.13.6)
173+
rubocop (1.80.2)
174174
json (~> 2.3)
175175
language_server-protocol (~> 3.17.0.2)
176176
lint_roller (~> 1.1.0)
177177
parallel (~> 1.10)
178178
parser (>= 3.3.0.2)
179179
rainbow (>= 2.2.2, < 4.0)
180180
regexp_parser (>= 2.9.3, < 3.0)
181-
rubocop-ast (>= 1.45.1, < 2.0)
181+
rubocop-ast (>= 1.46.0, < 2.0)
182182
ruby-progressbar (~> 1.7)
183183
unicode-display_width (>= 2.4.0, < 4.0)
184184
rubocop-ast (1.46.0)
@@ -190,11 +190,11 @@ GEM
190190
rubocop-factory_bot (2.27.1)
191191
lint_roller (~> 1.1)
192192
rubocop (~> 1.72, >= 1.72.1)
193-
rubocop-performance (1.25.0)
193+
rubocop-performance (1.26.0)
194194
lint_roller (~> 1.1)
195195
rubocop (>= 1.75.0, < 2.0)
196-
rubocop-ast (>= 1.38.0, < 2.0)
197-
rubocop-rails (2.32.0)
196+
rubocop-ast (>= 1.44.0, < 2.0)
197+
rubocop-rails (2.33.3)
198198
activesupport (>= 4.2.0)
199199
lint_roller (~> 1.1)
200200
rack (>= 1.1)
@@ -203,7 +203,7 @@ GEM
203203
rubocop-rake (0.7.1)
204204
lint_roller (~> 1.1)
205205
rubocop (>= 1.72.1)
206-
rubocop-rspec (3.6.0)
206+
rubocop-rspec (3.7.0)
207207
lint_roller (~> 1.1)
208208
rubocop (~> 1.72, >= 1.72.1)
209209
rubocop-rspec_rails (2.31.0)
@@ -232,7 +232,7 @@ GEM
232232
syntax_tree-xml (0.1.0)
233233
prettier_print
234234
syntax_tree (>= 2.0.1)
235-
temple (0.10.3)
235+
temple (0.10.4)
236236
terminal-table (4.0.0)
237237
unicode-display_width (>= 1.1.1, < 4)
238238
thor (1.4.0)
@@ -241,9 +241,9 @@ GEM
241241
track_open_instances (0.1.15)
242242
tzinfo (2.0.6)
243243
concurrent-ruby (~> 1.0)
244-
unicode-display_width (3.1.4)
245-
unicode-emoji (~> 4.0, >= 4.0.4)
246-
unicode-emoji (4.0.4)
244+
unicode-display_width (3.2.0)
245+
unicode-emoji (~> 4.1)
246+
unicode-emoji (4.1.0)
247247
uri (1.0.3)
248248
w_syntax_tree-erb (0.12.0)
249249
prettier_print (~> 1.2, >= 1.2.0)
@@ -281,4 +281,4 @@ RUBY VERSION
281281
ruby 3.4.5p51
282282

283283
BUNDLED WITH
284-
2.7.1
284+
2.7.2

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"node": "24.4.1",
55
"npm": "11.4.2"
66
}
7-
}
7+
}

0 commit comments

Comments
 (0)