GeorgeKaraszi/active_record_extended

View on GitHub
gemfiles/activerecord-head.gemfile

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

source "https://rubygems.org"

gemspec path: ".."
eval_gemfile "../Gemfile"

git "https://github.com/rails/rails.git" do
  gem "activerecord"
end

gem "pg", "< 2.0"