Skip to content

Commit

Permalink
Bump paper_trail from 15.0.0 to 15.1.0
Browse files Browse the repository at this point in the history
Bumps [paper_trail](https://github.com/airblade/paper_trail) from 15.0.0 to 15.1.0.
- [Release notes](https://github.com/airblade/paper_trail/releases)
- [Changelog](https://github.com/paper-trail-gem/paper_trail/blob/master/CHANGELOG.md)
- [Commits](paper-trail-gem/paper_trail@v15.0.0...v15.1.0)

---
updated-dependencies:
- dependency-name: paper_trail
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 26, 2023
1 parent 5331152 commit e075fd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ gem 'flipper-active_record', '~> 1.0.0' # Store feature flags in ActiveRecord
gem 'flipper-ui', '~> 1.0.0' # UI for feature flags
gem 'jbuilder' # generate JSON objects
gem 'kaminari' # Pagination
gem 'paper_trail', '~> 15.0.0' # Track object changes
gem 'paper_trail', '~> 15.1.0' # Track object changes
gem 'ransack', '4.1.0' # ActiveRecord search/filter
gem 'redcarpet', '~> 3.6', require: ['redcarpet', 'redcarpet/render_strip'] # Markdown to (X)HTML parser
gem 'uuidtools'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ GEM
ruby-saml (~> 1.12)
open4 (1.3.4)
os (1.1.1)
paper_trail (15.0.0)
paper_trail (15.1.0)
activerecord (>= 6.1)
request_store (~> 1.4)
parallel (1.23.0)
Expand Down Expand Up @@ -661,7 +661,7 @@ DEPENDENCIES
omniauth (~> 2.1)
omniauth-rails_csrf_protection (~> 1.0)
omniauth-saml (~> 2.1)
paper_trail (~> 15.0.0)
paper_trail (~> 15.1.0)
pg (~> 1.5.4)
pry
pry-byebug
Expand Down

0 comments on commit e075fd6

Please sign in to comment.