mirror of
https://github.com/paper-trail-gem/paper_trail.git
synced 2022-11-09 11:33:19 -05:00
Rails 5.1 will deprecate cur. behav. of AR::Dirty
This commit is contained in:
parent
dfe94d99ce
commit
442f7a02b3
1 changed files with 5 additions and 1 deletions
|
@ -20,7 +20,11 @@ Gem::Specification.new do |s|
|
|||
s.required_rubygems_version = ">= 1.3.6"
|
||||
s.required_ruby_version = ">= 1.9.3"
|
||||
|
||||
s.add_dependency "activerecord", [">= 3.0", "< 6.0"]
|
||||
# Rails 5.1 will deprecate the current behavior of AR::Dirty
|
||||
# (https://github.com/rails/rails/pull/25337) which is pretty important
|
||||
# to PT. I haven't found good instructions yet on how to upgrade, but
|
||||
# Sean Griffin described it as easy, on his podcast (http://bikeshed.fm/87).
|
||||
s.add_dependency "activerecord", [">= 3.0", "< 5.1"]
|
||||
s.add_dependency "request_store", "~> 1.1"
|
||||
|
||||
s.add_development_dependency "appraisal", "~> 2.1"
|
||||
|
|
Loading…
Reference in a new issue