Skip to content

Commit f71d044

Browse files
updates
1 parent 47b3f27 commit f71d044

File tree

9 files changed

+90
-74
lines changed

9 files changed

+90
-74
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.5.1
1+
23.11.0

.npm-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.8.2
1+
11.2.0

.rubocop.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
22
AllCops:
33
Exclude:
4-
- "*/node_modules/**/*"
5-
- "*/vendor/**/*"
6-
- node_modules/**/*
7-
- vendor/**/*
4+
- "**/node_modules/**/*"
5+
- "**/vendor/**/*"
6+
- "**/db/schema.rb"
87
NewCops: enable
9-
TargetRubyVersion: 3.3
8+
TargetRubyVersion: 3.4
109
Layout/ClosingHeredocIndentation:
1110
Enabled: false
1211
Layout/FirstArgumentIndentation:
@@ -23,6 +22,8 @@ Layout/MultilineMethodCallIndentation:
2322
Enabled: false
2423
Layout/MultilineOperationIndentation:
2524
Enabled: false
25+
Layout/SpaceInsideHashLiteralBraces:
26+
Enabled: false
2627
Lint/EmptyClass:
2728
Enabled: false
2829
Lint/MissingSuper:
@@ -119,11 +120,11 @@ Style/StringLiterals:
119120
Enabled: false
120121
Style/StringLiteralsInInterpolation:
121122
Enabled: false
122-
require:
123+
plugins:
123124
- rubocop-factory_bot
124125
- rubocop-performance
125126
- rubocop-rails
126127
- rubocop-rake
127128
- rubocop-rspec
128-
- rubocop-rspec_rails
129129
- rubocop-capybara
130+
- rubocop-rspec_rails

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.5
1+
3.4.2

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ruby 3.3.5
1+
ruby 3.4.2
22
yarn 1.22.22
3-
nodejs 22.5.1
3+
nodejs 23.11.0

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44

55
gemspec
66

7-
ruby "3.3.5"
7+
ruby "3.4.2"
88

99
gem "bundler-audit"
1010
gem "dorian"

Gemfile.lock

Lines changed: 72 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activesupport (8.0.1)
10+
activesupport (8.0.2)
1111
base64
1212
benchmark (>= 0.3)
1313
bigdecimal
@@ -22,18 +22,18 @@ GEM
2222
uri (>= 0.13.1)
2323
addressable (2.8.7)
2424
public_suffix (>= 2.0.2, < 7.0)
25-
ast (2.4.2)
25+
ast (2.4.3)
2626
base64 (0.2.0)
2727
benchmark (0.4.0)
28-
bigdecimal (3.1.8)
28+
bigdecimal (3.1.9)
2929
bundler-audit (0.9.2)
3030
bundler (>= 1.2.0, < 3)
3131
thor (~> 1.0)
3232
cmdparse (3.0.7)
33-
concurrent-ruby (1.3.4)
34-
connection_pool (2.4.1)
35-
csv (3.3.2)
36-
diff-lcs (1.5.1)
33+
concurrent-ruby (1.3.5)
34+
connection_pool (2.5.0)
35+
csv (3.3.3)
36+
diff-lcs (1.6.1)
3737
dorian (2.6.3)
3838
csv
3939
dorian-arguments
@@ -61,49 +61,52 @@ GEM
6161
dorian-to_struct (2.0.2)
6262
drb (2.2.1)
6363
geom2d (0.4.1)
64-
git (2.3.3)
64+
git (3.0.0)
6565
activesupport (>= 5.0)
6666
addressable (~> 2.8)
67-
process_executer (~> 1.1)
68-
rchardet (~> 1.8)
67+
process_executer (~> 1.3)
68+
rchardet (~> 1.9)
6969
haml (6.3.0)
7070
temple (>= 0.8.2)
7171
thor
7272
tilt
73-
hexapdf (1.0.3)
73+
hexapdf (1.2.0)
7474
cmdparse (~> 3.0, >= 3.0.3)
7575
geom2d (~> 0.4, >= 0.4.1)
7676
openssl (>= 2.2.1)
77-
i18n (1.14.6)
77+
strscan (>= 3.1.2)
78+
i18n (1.14.7)
7879
concurrent-ruby (~> 1.0)
79-
json (2.9.1)
80-
language_server-protocol (3.17.0.3)
81-
libv8-node (18.19.0.0)
82-
libv8-node (18.19.0.0-arm64-darwin)
83-
libv8-node (18.19.0.0-x86_64-linux)
84-
logger (1.6.4)
85-
mini_racer (0.16.0)
86-
libv8-node (~> 18.19.0.0)
87-
minitest (5.25.4)
88-
openssl (3.2.1)
80+
json (2.10.2)
81+
language_server-protocol (3.17.0.4)
82+
libv8-node (23.6.1.0)
83+
libv8-node (23.6.1.0-arm64-darwin)
84+
libv8-node (23.6.1.0-x86_64-linux)
85+
lint_roller (1.1.0)
86+
logger (1.7.0)
87+
mini_racer (0.18.1)
88+
libv8-node (~> 23.6.1.0)
89+
minitest (5.25.5)
90+
openssl (3.3.0)
8991
ostruct (0.6.1)
9092
parallel (1.26.3)
91-
parser (3.3.6.0)
93+
parser (3.3.7.4)
9294
ast (~> 2.4.1)
9395
racc
9496
prettier_print (1.2.1)
95-
process_executer (1.2.0)
97+
prism (1.4.0)
98+
process_executer (1.3.0)
9699
public_suffix (6.0.1)
97100
racc (1.8.1)
98-
rack (3.1.8)
101+
rack (3.1.12)
99102
rainbow (3.1.1)
100-
rchardet (1.8.0)
101-
regexp_parser (2.9.3)
103+
rchardet (1.9.0)
104+
regexp_parser (2.10.0)
102105
rspec (3.13.0)
103106
rspec-core (~> 3.13.0)
104107
rspec-expectations (~> 3.13.0)
105108
rspec-mocks (~> 3.13.0)
106-
rspec-core (3.13.2)
109+
rspec-core (3.13.3)
107110
rspec-support (~> 3.13.0)
108111
rspec-expectations (3.13.3)
109112
diff-lcs (>= 1.2.0, < 2.0)
@@ -112,39 +115,49 @@ GEM
112115
diff-lcs (>= 1.2.0, < 2.0)
113116
rspec-support (~> 3.13.0)
114117
rspec-support (3.13.2)
115-
rubocop (1.69.2)
118+
rubocop (1.75.2)
116119
json (~> 2.3)
117-
language_server-protocol (>= 3.17.0)
120+
language_server-protocol (~> 3.17.0.2)
121+
lint_roller (~> 1.1.0)
118122
parallel (~> 1.10)
119123
parser (>= 3.3.0.2)
120124
rainbow (>= 2.2.2, < 4.0)
121125
regexp_parser (>= 2.9.3, < 3.0)
122-
rubocop-ast (>= 1.36.2, < 2.0)
126+
rubocop-ast (>= 1.44.0, < 2.0)
123127
ruby-progressbar (~> 1.7)
124128
unicode-display_width (>= 2.4.0, < 4.0)
125-
rubocop-ast (1.37.0)
126-
parser (>= 3.3.1.0)
127-
rubocop-capybara (2.21.0)
128-
rubocop (~> 1.41)
129-
rubocop-factory_bot (2.26.1)
130-
rubocop (~> 1.61)
131-
rubocop-performance (1.23.0)
132-
rubocop (>= 1.48.1, < 2.0)
133-
rubocop-ast (>= 1.31.1, < 2.0)
134-
rubocop-rails (2.27.0)
129+
rubocop-ast (1.44.0)
130+
parser (>= 3.3.7.2)
131+
prism (~> 1.4)
132+
rubocop-capybara (2.22.1)
133+
lint_roller (~> 1.1)
134+
rubocop (~> 1.72, >= 1.72.1)
135+
rubocop-factory_bot (2.27.1)
136+
lint_roller (~> 1.1)
137+
rubocop (~> 1.72, >= 1.72.1)
138+
rubocop-performance (1.25.0)
139+
lint_roller (~> 1.1)
140+
rubocop (>= 1.75.0, < 2.0)
141+
rubocop-ast (>= 1.38.0, < 2.0)
142+
rubocop-rails (2.31.0)
135143
activesupport (>= 4.2.0)
144+
lint_roller (~> 1.1)
136145
rack (>= 1.1)
137-
rubocop (>= 1.52.0, < 2.0)
138-
rubocop-ast (>= 1.31.1, < 2.0)
139-
rubocop-rake (0.6.0)
140-
rubocop (~> 1.0)
141-
rubocop-rspec (3.3.0)
142-
rubocop (~> 1.61)
143-
rubocop-rspec_rails (2.30.0)
144-
rubocop (~> 1.61)
145-
rubocop-rspec (~> 3, >= 3.0.1)
146+
rubocop (>= 1.75.0, < 2.0)
147+
rubocop-ast (>= 1.38.0, < 2.0)
148+
rubocop-rake (0.7.1)
149+
lint_roller (~> 1.1)
150+
rubocop (>= 1.72.1)
151+
rubocop-rspec (3.5.0)
152+
lint_roller (~> 1.1)
153+
rubocop (~> 1.72, >= 1.72.1)
154+
rubocop-rspec_rails (2.31.0)
155+
lint_roller (~> 1.1)
156+
rubocop (~> 1.72, >= 1.72.1)
157+
rubocop-rspec (~> 3.5)
146158
ruby-progressbar (1.13.0)
147159
securerandom (0.4.1)
160+
strscan (3.1.2)
148161
syntax_tree (6.2.0)
149162
prettier_print (>= 1.2.0)
150163
syntax_tree-haml (4.0.3)
@@ -155,14 +168,16 @@ GEM
155168
prettier_print
156169
syntax_tree (>= 2.0.1)
157170
temple (0.10.3)
158-
terminal-table (3.0.2)
159-
unicode-display_width (>= 1.1.1, < 3)
171+
terminal-table (4.0.0)
172+
unicode-display_width (>= 1.1.1, < 4)
160173
thor (1.3.2)
161-
tilt (2.5.0)
174+
tilt (2.6.0)
162175
tzinfo (2.0.6)
163176
concurrent-ruby (~> 1.0)
164-
unicode-display_width (2.6.0)
165-
uri (1.0.2)
177+
unicode-display_width (3.1.4)
178+
unicode-emoji (~> 4.0, >= 4.0.4)
179+
unicode-emoji (4.0.4)
180+
uri (1.0.3)
166181
w_syntax_tree-erb (0.12.0)
167182
prettier_print (~> 1.2, >= 1.2.0)
168183
syntax_tree (~> 6.1, >= 6.1.1)
@@ -187,7 +202,7 @@ DEPENDENCIES
187202
rubocop-rspec_rails
188203

189204
RUBY VERSION
190-
ruby 3.3.5p100
205+
ruby 3.4.2p28
191206

192207
BUNDLED WITH
193-
2.6.1
208+
2.6.7

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"license": "MIT",
33
"engines": {
4-
"node": "22.5.1",
5-
"npm": "10.8.2"
4+
"node": "23.11.0",
5+
"npm": "11.2.0"
66
}
77
}

0 commit comments

Comments
 (0)