Update paper_trail-association_tracking version dependency

This commit is contained in:
Weston Ganger 2018-06-05 09:38:52 -07:00 committed by GitHub
parent 80aeebf562
commit 9578193ba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ has been destroyed.
# set this variable. This variable may be removed in the future without
# warning.
unless ENV["PT_ASSOCIATION_TRACKING"] == "false"
s.add_dependency "paper_trail-association_tracking", "0.0.1"
s.add_dependency "paper_trail-association_tracking", "< 2"
end
s.add_dependency "request_store", "~> 1.1"