Skip to content

Commit 2104a78

Browse files
Bump standard from 1.45.0 to 1.49.0 (#201)
Bumps [standard](https://github.com/standardrb/standard) from 1.45.0 to 1.49.0. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](standardrb/standard@v1.45.0...v1.49.0) --- updated-dependencies: - dependency-name: standard dependency-version: 1.49.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a854b5 commit 2104a78

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

Gemfile.lock

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ GEM
9595
uri (>= 0.13.1)
9696
addressable (2.8.7)
9797
public_suffix (>= 2.0.2, < 7.0)
98-
ast (2.4.2)
98+
ast (2.4.3)
9999
base64 (0.2.0)
100100
benchmark (0.4.0)
101101
bigdecimal (3.1.9)
@@ -137,7 +137,7 @@ GEM
137137
reline (>= 0.4.2)
138138
jsbundling-rails (1.3.1)
139139
railties (>= 6.0.0)
140-
json (2.10.1)
140+
json (2.10.2)
141141
language_server-protocol (3.17.0.4)
142142
lint_roller (1.1.0)
143143
logger (1.7.0)
@@ -174,13 +174,14 @@ GEM
174174
racc (~> 1.4)
175175
nokogiri (1.18.7-x86_64-linux-gnu)
176176
racc (~> 1.4)
177-
parallel (1.26.3)
178-
parser (3.3.7.1)
177+
parallel (1.27.0)
178+
parser (3.3.8.0)
179179
ast (~> 2.4.1)
180180
racc
181181
pp (0.6.2)
182182
prettyprint
183183
prettyprint (0.2.0)
184+
prism (1.4.0)
184185
propshaft (0.9.0)
185186
actionpack (>= 7.0.0)
186187
activesupport (>= 7.0.0)
@@ -242,21 +243,24 @@ GEM
242243
io-console (~> 0.5)
243244
rexml (3.4.1)
244245
rouge (4.5.1)
245-
rubocop (1.71.2)
246+
rubocop (1.75.2)
246247
json (~> 2.3)
247-
language_server-protocol (>= 3.17.0)
248+
language_server-protocol (~> 3.17.0.2)
249+
lint_roller (~> 1.1.0)
248250
parallel (~> 1.10)
249251
parser (>= 3.3.0.2)
250252
rainbow (>= 2.2.2, < 4.0)
251253
regexp_parser (>= 2.9.3, < 3.0)
252-
rubocop-ast (>= 1.38.0, < 2.0)
254+
rubocop-ast (>= 1.44.0, < 2.0)
253255
ruby-progressbar (~> 1.7)
254256
unicode-display_width (>= 2.4.0, < 4.0)
255-
rubocop-ast (1.38.0)
256-
parser (>= 3.3.1.0)
257-
rubocop-performance (1.23.1)
258-
rubocop (>= 1.48.1, < 2.0)
259-
rubocop-ast (>= 1.31.1, < 2.0)
257+
rubocop-ast (1.44.1)
258+
parser (>= 3.3.7.2)
259+
prism (~> 1.4)
260+
rubocop-performance (1.25.0)
261+
lint_roller (~> 1.1)
262+
rubocop (>= 1.75.0, < 2.0)
263+
rubocop-ast (>= 1.38.0, < 2.0)
260264
ruby-progressbar (1.13.0)
261265
rubyzip (2.4.1)
262266
securerandom (0.4.1)
@@ -269,18 +273,18 @@ GEM
269273
sqlite3 (2.6.0)
270274
mini_portile2 (~> 2.8.0)
271275
sqlite3 (2.6.0-x86_64-linux-gnu)
272-
standard (1.45.0)
276+
standard (1.49.0)
273277
language_server-protocol (~> 3.17.0.2)
274278
lint_roller (~> 1.0)
275-
rubocop (~> 1.71.0)
279+
rubocop (~> 1.75.2)
276280
standard-custom (~> 1.0.0)
277-
standard-performance (~> 1.6)
281+
standard-performance (~> 1.8)
278282
standard-custom (1.0.2)
279283
lint_roller (~> 1.0)
280284
rubocop (~> 1.50)
281-
standard-performance (1.6.0)
285+
standard-performance (1.8.0)
282286
lint_roller (~> 1.1)
283-
rubocop-performance (~> 1.23.0)
287+
rubocop-performance (~> 1.25.0)
284288
stimulus-rails (1.3.4)
285289
railties (>= 6.0.0)
286290
stringio (3.1.6)

0 commit comments

Comments
 (0)