source 'https://rubygems.org'

# gem 'activerecord', git: 'https://github.com/lego/ruby-on-rails.git'

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

# Specify your gem's dependencies in activerecord-cockroachdb-adapter.gemspec
gemspec

# We need a newish Rake since Active Job sets its test tasks' descriptions.
gem "rake", ">= 11.1"
