Skip to content

Commit

Permalink
Bump fluentd gem to work around logger being moved to gems
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed Jan 10, 2025
1 parent 42834eb commit c772296
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions benchmarks/fluentd/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@ GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
concurrent-ruby (1.2.2)
cool.io (1.8.0)
concurrent-ruby (1.3.4)
cool.io (1.9.0)
csv (3.2.8)
fluentd (1.16.2)
drb (2.2.1)
fluentd (1.18.0)
base64 (~> 0.2)
bundler
cool.io (>= 1.4.5, < 2.0.0)
csv (~> 3.2)
drb (~> 2.2)
http_parser.rb (>= 0.5.1, < 0.9.0)
logger (~> 1.6)
msgpack (>= 1.3.1, < 2.0.0)
serverengine (>= 2.3.2, < 3.0.0)
sigdump (~> 0.2.5)
Expand All @@ -18,21 +23,25 @@ GEM
webrick (~> 1.4)
yajl-ruby (~> 1.0)
http_parser.rb (0.8.0)
msgpack (1.7.2)
serverengine (2.3.2)
logger (1.6.5)
msgpack (1.7.5)
serverengine (2.4.0)
base64 (~> 0.1)
logger (~> 1.4)
sigdump (~> 0.2.2)
sigdump (0.2.5)
strptime (0.2.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2023.3)
tzinfo-data (1.2024.2)
tzinfo (>= 1.0.0)
webrick (1.8.1)
webrick (1.9.1)
yajl-ruby (1.4.3)

PLATFORMS
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-linux

DEPENDENCIES
Expand Down

0 comments on commit c772296

Please sign in to comment.