Skip to content

Commit 3cb6774

Browse files
pimpinclaude
andcommitted
Add logger dependency to suppress Ruby 3.5.0 deprecation warning
Starting from Ruby 3.5.0, logger will no longer be part of the default gems. This change adds logger as an explicit runtime dependency to prevent deprecation warnings. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1110ee8 commit 3cb6774

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

couchbase-orm.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Gem::Specification.new do |gem|
2323
gem.add_runtime_dependency 'couchbase', '>= 3.4.2'
2424
gem.add_runtime_dependency 'radix', '~> 2.2' # converting numbers to and from any base
2525
gem.add_runtime_dependency 'json-schema', '>= 3' # validating JSON against a schema
26+
gem.add_runtime_dependency 'logger' # Required from Ruby 3.5.0+
2627

2728
gem.add_development_dependency 'rake', '~> 12.2'
2829
gem.add_development_dependency 'rspec', '~> 3.7'

0 commit comments

Comments
 (0)