Skip to content

Commit

Permalink
oups
Browse files Browse the repository at this point in the history
  • Loading branch information
pimpin committed Feb 24, 2023
1 parent d3933c5 commit cfb896f
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'. '~> 3.3.0'
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 cfb896f

Please sign in to comment.