Skip to content

Commit 9bd8903

Browse files
committed
update @docspring/cspell-lockfile-dicts
1 parent 3438481 commit 9bd8903

4 files changed

Lines changed: 16 additions & 7 deletions

File tree

.cspell/lockfile-words.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ wrap-ansi
119119
wrap-ansi-cjs
120120
xdg-basedir
121121

122-
# Words from Gemfile.lock (84 words)
122+
# Words from Gemfile.lock (87 words)
123123
# ----------------------------------------
124124
actioncable
125125
actionmailbox
@@ -135,6 +135,7 @@ activesupport
135135
ast
136136
base64
137137
benchmark
138+
bigdecimal
138139
builder
139140
bundler
140141
concurrent-ruby
@@ -154,6 +155,7 @@ marcel
154155
method_source
155156
mini_mime
156157
minitest
158+
mutex_m
157159
net-imap
158160
net-pop
159161
net-protocol
@@ -181,6 +183,7 @@ rspec
181183
rspec-core
182184
rspec-expectations
183185
rspec-mocks
186+
rspec-sorbet-types
184187
rspec-support
185188
rubocop
186189
rubocop-ast

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ when "8.0"
2323
gem "activesupport", "~> 8.0.1"
2424
end
2525

26+
# Add these gems to silence Ruby 3.4 warnings
27+
gem "bigdecimal"
28+
gem "mutex_m"
29+
2630
group :development, :test do
2731
gem "rspec", "~> 3.0"
2832
gem "rspec-sorbet-types", "~> 0.3.0"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"homepage": "https://github.com/docspring/rails_structured_logging#readme",
2222
"devDependencies": {
23+
"@docspring/cspell-lockfile-dicts": "^1.1.1",
2324
"cspell": "^8.17.5",
24-
"prettier": "^3.5.2",
25-
"@docspring/cspell-lockfile-dicts": "^1.1.0"
25+
"prettier": "^3.5.2"
2626
}
2727
}

yarn.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -412,10 +412,10 @@
412412
resolved "https://registry.yarnpkg.com/@cspell/url/-/url-8.17.5.tgz#fd8eeb710ab19236ec30c681e2086201497c45e1"
413413
integrity sha512-GNQqST7zI85dAFVyao6oiTeg5rNhO9FH1ZAd397qQhvwfxrrniNfuoewu8gPXyP0R4XBiiaCwhBL7w9S/F5guw==
414414

415-
"@docspring/cspell-lockfile-dicts@^1.1.0":
416-
version "1.1.0"
417-
resolved "https://registry.yarnpkg.com/@docspring/cspell-lockfile-dicts/-/cspell-lockfile-dicts-1.1.0.tgz#91ca9a556df6d0df45e75a49eac854f689d78a5a"
418-
integrity sha512-wdLluuISfdWZ1zKSZQBCrNHUJk3ZIcnTp5gluGP2IFcAB7MAWBhqs/v7zBZmXBTS1RBctkSQsOb+RFYgLq0oNg==
415+
"@docspring/cspell-lockfile-dicts@^1.1.1":
416+
version "1.1.1"
417+
resolved "https://registry.yarnpkg.com/@docspring/cspell-lockfile-dicts/-/cspell-lockfile-dicts-1.1.1.tgz#d538fdc8802a989b738a946ab5d096b6bc23f2dd"
418+
integrity sha512-XguKrAV+0TvtexFjnQr6vX07ZB36fqtzcemcAFZOliuQBhmL6If67bC+7TSUq87LGQy5COpJAvxVwCVqh2fn+w==
419419
dependencies:
420420
"@cspell/cspell-types" "^8.0.0"
421421
commander "^10.0.1"
@@ -950,6 +950,7 @@ signal-exit@^4.0.1:
950950
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
951951

952952
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
953+
name string-width-cjs
953954
version "4.2.3"
954955
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
955956
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -968,6 +969,7 @@ string-width@^5.0.1, string-width@^5.1.2:
968969
strip-ansi "^7.0.1"
969970

970971
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
972+
name strip-ansi-cjs
971973
version "6.0.1"
972974
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
973975
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)