Skip to content

Commit 7e1b69d

Browse files
authored
Update ruby version, add GlobPatterns to document filters for 3.18 and update meta model to latest implementation. (#1993)
1 parent f0f8214 commit 7e1b69d

File tree

11 files changed

+3030
-2185
lines changed

11 files changed

+3030
-2185
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ end
1818
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
1919
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
2020

21+
22+
gem "webrick", "~> 1.8"

Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ GEM
261261
unf_ext
262262
unf_ext (0.0.9.1)
263263
unicode-display_width (1.8.0)
264+
webrick (1.8.1)
264265

265266
PLATFORMS
266267
x86_64-linux
@@ -271,9 +272,10 @@ DEPENDENCIES
271272
jekyll-remote-theme
272273
jemoji
273274
tzinfo-data
275+
webrick (~> 1.8)
274276

275277
RUBY VERSION
276-
ruby 2.7.5p203
278+
ruby 3.2.2p53
277279

278280
BUNDLED WITH
279281
2.3.17

_data/specification-3-18-toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
anchor: versionedTextDocumentIdentifier
5555
- title: Text Document Position Params
5656
anchor: textDocumentPositionParams
57+
- title: Patterns
58+
anchor: patterns
5759
- title: Document Filter
5860
anchor: documentFilter
5961
- title: String Value

0 commit comments

Comments
 (0)