mirror of
https://github.com/brianhempel/active_record_union
synced 2023-03-27 23:21:57 -04:00
13 lines
360 B
Text
13 lines
360 B
Text
source 'https://rubygems.org'
|
|
|
|
# Specify your gem's dependencies in active_record_union.gemspec
|
|
gemspec
|
|
|
|
gem 'rails', '~> 5.1.0'
|
|
|
|
# On Rails < 5.2, only pg < v1 is supported. See:
|
|
# https://github.com/rails/rails/pull/31671
|
|
# https://bitbucket.org/ged/ruby-pg/issues/270/pg-100-x64-mingw32-rails-server-not-start
|
|
gem 'pg', '~> 0.21'
|
|
|
|
gem 'sqlite3', '~> 1.3.6'
|