-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade paper_trail gem to most recent version
The issue paper-trail-gem/paper_trail#738 that was locking paper_trail to the version we were currently using was solved and its available since 6.X. For all purposes, this also takes the opportunity to upgrade the version to the lost recent one. I've been through all the deprecation notes in the gem and it doesn't seems there's anything on our code impacted by it. NOTE: This also solves the deprecation notice that was appearing when running RSpec: ``` DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from <top (required)> at config/application.rb:8) ```
- Loading branch information
Sergio Marques
committed
May 30, 2018
1 parent
be98056
commit 806de34
Showing
2 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters