File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ wrap-ansi
119119wrap-ansi-cjs
120120xdg-basedir
121121
122- # Words from Gemfile.lock (84 words)
122+ # Words from Gemfile.lock (87 words)
123123# ----------------------------------------
124124actioncable
125125actionmailbox
@@ -135,6 +135,7 @@ activesupport
135135ast
136136base64
137137benchmark
138+ bigdecimal
138139builder
139140bundler
140141concurrent-ruby
@@ -154,6 +155,7 @@ marcel
154155method_source
155156mini_mime
156157minitest
158+ mutex_m
157159net-imap
158160net-pop
159161net-protocol
@@ -181,6 +183,7 @@ rspec
181183rspec-core
182184rspec-expectations
183185rspec-mocks
186+ rspec-sorbet-types
184187rspec-support
185188rubocop
186189rubocop-ast
Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ when "8.0"
2323 gem "activesupport" , "~> 8.0.1"
2424end
2525
26+ # Add these gems to silence Ruby 3.4 warnings
27+ gem "bigdecimal"
28+ gem "mutex_m"
29+
2630group :development , :test do
2731 gem "rspec" , "~> 3.0"
2832 gem "rspec-sorbet-types" , "~> 0.3.0"
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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==
You can’t perform that action at this time.
0 commit comments