Skip to content

Commit 80e007f

Browse files
dependabot[bot]simonneutert
authored andcommitted
Bump the patch-and-minor-dependencies group with 3 updates
Bumps the patch-and-minor-dependencies group with 3 updates: [rubocop](https://github.com/rubocop/rubocop), [rubocop-performance](https://github.com/rubocop/rubocop-performance) and [solargraph](https://github.com/castwide/solargraph). Updates `rubocop` from 1.73.2 to 1.75.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.73.2...v1.75.1) Updates `rubocop-performance` from 1.24.0 to 1.25.0 - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-performance@v1.24.0...v1.25.0) Updates `solargraph` from 0.52.0 to 0.53.4 - [Changelog](https://github.com/castwide/solargraph/blob/master/CHANGELOG.md) - [Commits](castwide/solargraph@v0.52.0...v0.53.4) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: rubocop-performance dependency-version: 1.25.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: solargraph dependency-version: 0.53.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 24418db commit 80e007f

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group :development do
1414
gem 'htmlbeautifier', '~> 1.4'
1515
gem 'pry', '~> 0.15.2'
1616
gem 'rake', '~> 13.1'
17-
gem 'rubocop', '~> 1.73.2', require: false
18-
gem 'rubocop-performance', '~> 1.24.0', require: false
19-
gem 'solargraph', '~> 0.52.0', require: false
17+
gem 'rubocop', '~> 1.75.1', require: false
18+
gem 'rubocop-performance', '~> 1.25.0', require: false
19+
gem 'solargraph', '~> 0.53.4', require: false
2020
end

Gemfile.lock

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GEM
77
bigdecimal (3.1.9)
88
coderay (1.1.3)
99
concurrent-ruby (1.3.5)
10-
diff-lcs (1.6.0)
10+
diff-lcs (1.6.1)
1111
faraday (2.12.2)
1212
faraday-net_http (>= 2.0, < 3.5)
1313
json
@@ -31,27 +31,28 @@ GEM
3131
kramdown (~> 2.0)
3232
language_server-protocol (3.17.0.4)
3333
lint_roller (1.1.0)
34-
logger (1.6.6)
34+
logger (1.7.0)
3535
method_source (1.1.0)
3636
mini_portile2 (2.8.8)
3737
money (6.19.0)
3838
i18n (>= 0.6.4, <= 2)
3939
net-http (0.6.0)
4040
uri
4141
nio4r (2.7.4)
42-
nokogiri (1.18.5)
42+
nokogiri (1.18.7)
4343
mini_portile2 (~> 2.8.2)
4444
racc (~> 1.4)
45-
nokogiri (1.18.5-arm64-darwin)
45+
nokogiri (1.18.7-arm64-darwin)
4646
racc (~> 1.4)
47-
nokogiri (1.18.5-x86_64-linux-gnu)
47+
nokogiri (1.18.7-x86_64-linux-gnu)
4848
racc (~> 1.4)
4949
observer (0.1.2)
5050
ostruct (0.6.1)
5151
parallel (1.26.3)
52-
parser (3.3.7.2)
52+
parser (3.3.7.4)
5353
ast (~> 2.4.1)
5454
racc
55+
prism (1.4.0)
5556
pry (0.15.2)
5657
coderay (~> 1.1)
5758
method_source (~> 1.0)
@@ -64,33 +65,34 @@ GEM
6465
rack (>= 3)
6566
rainbow (3.1.1)
6667
rake (13.2.1)
67-
rbs (3.9.0)
68+
rbs (3.9.2)
6869
logger
6970
regexp_parser (2.10.0)
7071
reverse_markdown (3.0.0)
7172
nokogiri
7273
rexml (3.4.1)
7374
roda (3.90.0)
7475
rack
75-
rubocop (1.73.2)
76+
rubocop (1.75.1)
7677
json (~> 2.3)
7778
language_server-protocol (~> 3.17.0.2)
7879
lint_roller (~> 1.1.0)
7980
parallel (~> 1.10)
8081
parser (>= 3.3.0.2)
8182
rainbow (>= 2.2.2, < 4.0)
8283
regexp_parser (>= 2.9.3, < 3.0)
83-
rubocop-ast (>= 1.38.0, < 2.0)
84+
rubocop-ast (>= 1.43.0, < 2.0)
8485
ruby-progressbar (~> 1.7)
8586
unicode-display_width (>= 2.4.0, < 4.0)
86-
rubocop-ast (1.41.0)
87+
rubocop-ast (1.43.0)
8788
parser (>= 3.3.7.2)
88-
rubocop-performance (1.24.0)
89+
prism (~> 1.4)
90+
rubocop-performance (1.25.0)
8991
lint_roller (~> 1.1)
90-
rubocop (>= 1.72.1, < 2.0)
92+
rubocop (>= 1.75.0, < 2.0)
9193
rubocop-ast (>= 1.38.0, < 2.0)
9294
ruby-progressbar (1.13.0)
93-
solargraph (0.52.0)
95+
solargraph (0.53.4)
9496
backport (~> 1.2)
9597
benchmark
9698
bundler (~> 2.0)
@@ -102,7 +104,7 @@ GEM
102104
observer (~> 0.1)
103105
ostruct (~> 0.6)
104106
parser (~> 3.0)
105-
rbs (~> 3.0)
107+
rbs (~> 3.3)
106108
reverse_markdown (>= 2.0, < 4)
107109
rubocop (~> 1.38)
108110
thor (~> 1.0)
@@ -135,9 +137,9 @@ DEPENDENCIES
135137
rackup (~> 2.2)
136138
rake (~> 13.1)
137139
roda (~> 3.88)
138-
rubocop (~> 1.73.2)
139-
rubocop-performance (~> 1.24.0)
140-
solargraph (~> 0.52.0)
140+
rubocop (~> 1.75.1)
141+
rubocop-performance (~> 1.25.0)
142+
solargraph (~> 0.53.4)
141143

142144
BUNDLED WITH
143145
2.6.5

0 commit comments

Comments
 (0)