active_record_union/rails_5_0.gemfile

14 lines
360 B
Plaintext
Raw Normal View History

2014-07-20 03:43:16 +00:00
source 'https://rubygems.org'
# Specify your gem's dependencies in active_record_union.gemspec
gemspec
2016-04-09 00:19:13 +00:00
2016-12-11 22:23:47 +00:00
gem 'rails', '~> 5.0.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'
2019-04-02 19:02:36 +00:00
gem 'sqlite3', '~> 1.3.6'