mirror of
https://github.com/brianhempel/active_record_union
synced 2023-03-27 23:21:57 -04:00
11 lines
223 B
Text
11 lines
223 B
Text
source 'https://rubygems.org'
|
|
|
|
# Specify your gem's dependencies in active_record_union.gemspec
|
|
gemspec
|
|
|
|
# pg v1.0+ compatibility, https://github.com/rails/rails/pull/31671:
|
|
gem 'rails', '~> 5.2.0'
|
|
|
|
gem 'pg'
|
|
|
|
gem 'sqlite3'
|