dep: Add indirect dependency "benchmark" to quash Ruby 3.5 warnings

```
gems/sniffer-0.5.0/lib/sniffer/adapters/net_http_adapter.rb:4: warning: lib/ruby/3.4.0/benchmark.rb was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0.
You can add benchmark to your Gemfile or gemspec to silence this warning.
Also please contact the author of sniffer-0.5.0 to request adding benchmark into its gemspec.
```

Sadly it looks like sniffer is not really maintained, so I'm adding
this here for now.
This commit is contained in:
Mike Dalessio
2025-10-13 08:50:55 -04:00
parent 63458ceb87
commit bffaedc604
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -50,6 +50,7 @@ gem "yabeda-rails"
gem "webrick" # required for yabeda-prometheus metrics server gem "webrick" # required for yabeda-prometheus metrics server
gem "prometheus-client-mmap", "~> 1.1" gem "prometheus-client-mmap", "~> 1.1"
gem "autotuner" gem "autotuner"
gem "benchmark" # indirect dependency, being removed from Ruby 3.5 stdlib so here to quash warnings
# AI # AI
gem "ruby_llm", git: "https://github.com/crmne/ruby_llm.git" gem "ruby_llm", git: "https://github.com/crmne/ruby_llm.git"
+2
View File
@@ -193,6 +193,7 @@ GEM
base64 (0.3.0) base64 (0.3.0)
bcrypt (3.1.20) bcrypt (3.1.20)
bcrypt_pbkdf (1.1.1) bcrypt_pbkdf (1.1.1)
benchmark (0.4.1)
bigdecimal (3.3.1) bigdecimal (3.3.1)
bootsnap (1.18.6) bootsnap (1.18.6)
msgpack (~> 1.2) msgpack (~> 1.2)
@@ -616,6 +617,7 @@ DEPENDENCIES
autotuner autotuner
aws-sdk-s3 aws-sdk-s3
bcrypt (~> 3.1.7) bcrypt (~> 3.1.7)
benchmark
bootsnap bootsnap
brakeman brakeman
bundler-audit bundler-audit