source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

# Specify your gem's dependencies in activecube.gemspec
gemspec


group :test do
  gem 'clickhouse-activerecord', git: 'https://github.com/bitquery/clickhouse-activerecord.git'
end