Skip to content

Commit 4ad1362

Browse files
authored
Merge pull request #21 from Couchbase-Ecosystem/add-logger-dependency
➕ Add logger dependency to suppress Ruby 3.5.0 deprecation warning
2 parents 1110ee8 + e89645c commit 4ad1362

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', '~> 1.6' # 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)