Skip to content

Commit f0cbc14

Browse files
authored
Merge pull request #102 from sthlmrb/kbs/update-all
Bump everything
2 parents f98c2c6 + af834ee commit f0cbc14

1 file changed

Lines changed: 24 additions & 23 deletions

File tree

Gemfile.lock

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.8)
4+
addressable (2.9.0)
55
public_suffix (>= 2.0.2, < 8.0)
66
ast (2.4.3)
77
base64 (0.3.0)
@@ -16,59 +16,60 @@ GEM
1616
xpath (~> 3.2)
1717
diff-lcs (1.6.2)
1818
dotenv (3.2.0)
19-
json (2.19.2)
19+
json (2.19.3)
2020
language_server-protocol (3.17.0.5)
2121
lint_roller (1.1.0)
2222
logger (1.7.0)
2323
matrix (0.4.3)
2424
mini_mime (1.1.5)
25-
multi_json (1.19.1)
25+
multi_json (1.20.0)
2626
mustermann (3.0.4)
2727
ruby2_keywords (~> 0.0.1)
2828
nio4r (2.7.5)
29-
nokogiri (1.19.1-aarch64-linux-gnu)
29+
nokogiri (1.19.2-aarch64-linux-gnu)
3030
racc (~> 1.4)
31-
nokogiri (1.19.1-aarch64-linux-musl)
31+
nokogiri (1.19.2-aarch64-linux-musl)
3232
racc (~> 1.4)
33-
nokogiri (1.19.1-arm-linux-gnu)
33+
nokogiri (1.19.2-arm-linux-gnu)
3434
racc (~> 1.4)
35-
nokogiri (1.19.1-arm-linux-musl)
35+
nokogiri (1.19.2-arm-linux-musl)
3636
racc (~> 1.4)
37-
nokogiri (1.19.1-arm64-darwin)
37+
nokogiri (1.19.2-arm64-darwin)
3838
racc (~> 1.4)
39-
nokogiri (1.19.1-x86_64-darwin)
39+
nokogiri (1.19.2-x86_64-darwin)
4040
racc (~> 1.4)
41-
nokogiri (1.19.1-x86_64-linux-gnu)
41+
nokogiri (1.19.2-x86_64-linux-gnu)
4242
racc (~> 1.4)
43-
nokogiri (1.19.1-x86_64-linux-musl)
43+
nokogiri (1.19.2-x86_64-linux-musl)
4444
racc (~> 1.4)
4545
ostruct (0.6.3)
46-
parallel (1.27.0)
47-
parser (3.3.10.1)
46+
parallel (1.28.0)
47+
parser (3.3.11.1)
4848
ast (~> 2.4.1)
4949
racc
5050
prism (1.9.0)
51-
public_suffix (7.0.2)
52-
puma (7.2.0)
51+
public_suffix (7.0.5)
52+
puma (8.0.0)
5353
nio4r (~> 2.0)
5454
racc (1.8.1)
55-
rack (3.2.5)
55+
rack (3.2.6)
5656
rack-protection (4.2.1)
5757
base64 (>= 0.1.0)
5858
logger (>= 1.6.0)
5959
rack (>= 3.0.0, < 4)
60-
rack-session (2.1.1)
60+
rack-session (2.1.2)
6161
base64 (>= 0.1.0)
6262
rack (>= 3.0.0)
6363
rack-test (2.2.0)
6464
rack (>= 1.3)
6565
rainbow (3.1.1)
6666
rake (13.3.1)
67-
rbs (3.10.3)
67+
rbs (4.0.2)
6868
logger
69+
prism (>= 1.6.0)
6970
tsort
70-
rdiscount (2.2.7.3)
71-
regexp_parser (2.11.3)
71+
rdiscount (2.2.7.4)
72+
regexp_parser (2.12.0)
7273
rspec (3.13.2)
7374
rspec-core (~> 3.13.0)
7475
rspec-expectations (~> 3.13.0)
@@ -78,7 +79,7 @@ GEM
7879
rspec-expectations (3.13.5)
7980
diff-lcs (>= 1.2.0, < 2.0)
8081
rspec-support (~> 3.13.0)
81-
rspec-mocks (3.13.7)
82+
rspec-mocks (3.13.8)
8283
diff-lcs (>= 1.2.0, < 2.0)
8384
rspec-support (~> 3.13.0)
8485
rspec-support (3.13.7)
@@ -93,14 +94,14 @@ GEM
9394
rubocop-ast (>= 1.49.0, < 2.0)
9495
ruby-progressbar (~> 1.7)
9596
unicode-display_width (>= 2.4.0, < 4.0)
96-
rubocop-ast (1.49.0)
97+
rubocop-ast (1.49.1)
9798
parser (>= 3.3.7.2)
9899
prism (~> 1.7)
99100
rubocop-performance (1.26.1)
100101
lint_roller (~> 1.1)
101102
rubocop (>= 1.75.0, < 2.0)
102103
rubocop-ast (>= 1.47.1, < 2.0)
103-
ruby-lsp (0.26.7)
104+
ruby-lsp (0.26.9)
104105
language_server-protocol (~> 3.17.0)
105106
prism (>= 1.2, < 2.0)
106107
rbs (>= 3, < 5)

0 commit comments

Comments
 (0)