Skip to content

Commit 64cfd19

Browse files
authored
UPDATE gems (#239)
* diff-lcs 1.6.1 → 1.6.2 [changelog](https://github.com/halostatue/diff-lcs/blob/main/CHANGELOG.md#162--2025-05-12) * json 2.10.2 → 2.12.0 [changelog](https://github.com/ruby/json/blob/master/CHANGES.md#2025-05-12-2120) * language_server-protocol 3.17.0.4 → 3.17.0.5 * mini_portile2 2.8.8 → 2.8.9 [changelog](https://github.com/flavorjones/mini_portile/blob/main/CHANGELOG.md#289--2025-05-12) * public_suffix 6.0.1 → 6.0.2 [changelog](https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md#602) * rspec-expectations 3.13.3 → 3.13.4 [changelog](https://github.com/rspec/rspec-expectations/blob/v3.13.4/Changelog.md) * rspec-mocks 3.13.2 → 3.13.4 [changelog](https://github.com/rspec/rspec/blob/rspec-mocks-v3.13.4/rspec-mocks/Changelog.md#3134--2025-05-05) * rspec-support 3.13.2 → 3.13.3 [changelog](https://github.com/rspec/rspec/blob/rspec-support-v3.13.3/rspec-support/Changelog.md#3133--2025-04-30) * rubocop 1.75.2 → 1.75.6 [changelog](https://github.com/rubocop/rubocop/releases/tag/v1.75.6)
1 parent 20fb2b8 commit 64cfd19

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ GEM
1818
crack (1.0.0)
1919
bigdecimal
2020
rexml
21-
diff-lcs (1.6.1)
21+
diff-lcs (1.6.2)
2222
docile (1.4.1)
2323
hashdiff (1.1.2)
24-
json (2.10.2)
25-
language_server-protocol (3.17.0.4)
24+
json (2.12.0)
25+
language_server-protocol (3.17.0.5)
2626
lint_roller (1.1.0)
2727
method_source (1.1.0)
28-
mini_portile2 (2.8.8)
28+
mini_portile2 (2.8.9)
2929
nokogiri (1.18.8)
3030
mini_portile2 (~> 2.8.2)
3131
racc (~> 1.4)
@@ -37,7 +37,7 @@ GEM
3737
pry (0.15.2)
3838
coderay (~> 1.1)
3939
method_source (~> 1.0)
40-
public_suffix (6.0.1)
40+
public_suffix (6.0.2)
4141
racc (1.8.1)
4242
rainbow (3.1.1)
4343
rake (13.2.1)
@@ -49,14 +49,14 @@ GEM
4949
rspec-mocks (~> 3.13.0)
5050
rspec-core (3.13.3)
5151
rspec-support (~> 3.13.0)
52-
rspec-expectations (3.13.3)
52+
rspec-expectations (3.13.4)
5353
diff-lcs (>= 1.2.0, < 2.0)
5454
rspec-support (~> 3.13.0)
55-
rspec-mocks (3.13.2)
55+
rspec-mocks (3.13.4)
5656
diff-lcs (>= 1.2.0, < 2.0)
5757
rspec-support (~> 3.13.0)
58-
rspec-support (3.13.2)
59-
rubocop (1.75.2)
58+
rspec-support (3.13.3)
59+
rubocop (1.75.6)
6060
json (~> 2.3)
6161
language_server-protocol (~> 3.17.0.2)
6262
lint_roller (~> 1.1.0)

0 commit comments

Comments
 (0)