Skip to content

Commit

Permalink
Merge pull request #13 from doctolib/fix_couchbase_gem_ver-1
Browse files Browse the repository at this point in the history
Fix Couchbase version
  • Loading branch information
pimpin committed Feb 24, 2023
2 parents 14d5fb8 + cfb896f commit db5a613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion couchbase-orm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'activemodel', ENV["ACTIVE_MODEL_VERSION"] || '>= 5.2'
gem.add_runtime_dependency 'activerecord', ENV["ACTIVE_MODEL_VERSION"] || '>= 5.2'

gem.add_runtime_dependency 'couchbase'
gem.add_runtime_dependency 'couchbase', '~> 3.3.0'
gem.add_runtime_dependency 'radix', '~> 2.2' # converting numbers to and from any base

gem.add_development_dependency 'rake', '~> 12.2'
Expand Down

0 comments on commit db5a613

Please sign in to comment.