We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1110ee8 + e89645c commit 4ad1362Copy full SHA for 4ad1362
1 file changed
couchbase-orm.gemspec
@@ -23,6 +23,7 @@ Gem::Specification.new do |gem|
23
gem.add_runtime_dependency 'couchbase', '>= 3.4.2'
24
gem.add_runtime_dependency 'radix', '~> 2.2' # converting numbers to and from any base
25
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+
27
28
gem.add_development_dependency 'rake', '~> 12.2'
29
gem.add_development_dependency 'rspec', '~> 3.7'
0 commit comments