Skip to content

Commit 39f59ad

Browse files
committed
dep: update dependencies
1 parent 2682144 commit 39f59ad

File tree

2 files changed

+28
-15
lines changed

2 files changed

+28
-15
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [unreleased]
2+
3+
- Update Gems
4+
- regexp_parser@2.10.0
5+
- rubocop-ast@1.40.0
6+
- rubocop@1.73.2
7+
- rubocop-performance@1.24.0
8+
- standard-performance@1.7.0
9+
- standard@1.47.0
10+
- add Ruby 3.4 to Github Action Runner
11+
112
## [1.2.0]
213

314
- Update to [rubocop-rails@2.26.0](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md#2260-2024-08-24)

Gemfile.lock

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,24 @@ GEM
4949
rack (3.1.7)
5050
rainbow (3.1.1)
5151
rake (13.2.1)
52-
regexp_parser (2.9.2)
53-
rubocop (1.66.1)
52+
regexp_parser (2.10.0)
53+
rubocop (1.73.2)
5454
json (~> 2.3)
55-
language_server-protocol (>= 3.17.0)
55+
language_server-protocol (~> 3.17.0.2)
56+
lint_roller (~> 1.1.0)
5657
parallel (~> 1.10)
5758
parser (>= 3.3.0.2)
5859
rainbow (>= 2.2.2, < 4.0)
59-
regexp_parser (>= 2.4, < 3.0)
60-
rubocop-ast (>= 1.32.2, < 2.0)
60+
regexp_parser (>= 2.9.3, < 3.0)
61+
rubocop-ast (>= 1.38.0, < 2.0)
6162
ruby-progressbar (~> 1.7)
62-
unicode-display_width (>= 2.4.0, < 3.0)
63-
rubocop-ast (1.34.1)
63+
unicode-display_width (>= 2.4.0, < 4.0)
64+
rubocop-ast (1.40.0)
6465
parser (>= 3.3.1.0)
65-
rubocop-performance (1.22.1)
66-
rubocop (>= 1.48.1, < 2.0)
67-
rubocop-ast (>= 1.31.1, < 2.0)
66+
rubocop-performance (1.24.0)
67+
lint_roller (~> 1.1)
68+
rubocop (>= 1.72.1, < 2.0)
69+
rubocop-ast (>= 1.38.0, < 2.0)
6870
rubocop-rails (2.26.0)
6971
activesupport (>= 4.2.0)
7072
rack (>= 1.1)
@@ -78,18 +80,18 @@ GEM
7880
simplecov_json_formatter (~> 0.1)
7981
simplecov-html (0.13.1)
8082
simplecov_json_formatter (0.1.4)
81-
standard (1.41.1)
83+
standard (1.47.0)
8284
language_server-protocol (~> 3.17.0.2)
8385
lint_roller (~> 1.0)
84-
rubocop (~> 1.66.0)
86+
rubocop (~> 1.73.0)
8587
standard-custom (~> 1.0.0)
86-
standard-performance (~> 1.5)
88+
standard-performance (~> 1.7)
8789
standard-custom (1.0.2)
8890
lint_roller (~> 1.0)
8991
rubocop (~> 1.50)
90-
standard-performance (1.5.0)
92+
standard-performance (1.7.0)
9193
lint_roller (~> 1.1)
92-
rubocop-performance (~> 1.22.0)
94+
rubocop-performance (~> 1.24.0)
9395
tzinfo (2.0.6)
9496
concurrent-ruby (~> 1.0)
9597
unicode-display_width (2.6.0)

0 commit comments

Comments
 (0)