ThoughtWorksInc / transervicos

33 stars 14 forks source link

Bump friendly_id from 5.0.5 to 5.3.0 #149

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps friendly_id from 5.0.5 to 5.3.0.

Changelog

Sourced from friendly_id's changelog.

5.3.0 (2019-09-25)

  • Record history when scope changes but slug does not (#916)
  • Add support for Rails 6 (#897)

5.2.5 (2018-12-30)

  • Pass all possible parameters to ActiveRecord::RecordNotFound.new when raising the exception (#890)
  • Use composite index for queries by sluggable (#882)
  • Scoped: generate new slug if scope changed (#878)
  • Fix History + SequentiallySlugged issues (#877)
  • Support scoped with STI (#745)
  • Fix exists? to behave the same as find for numeric slugs (#875)
  • Remove dirty tracking code from to_param (#867)

5.2.4 (2018-04-24)

  • Fix compatibility with Rails versions 4.0 -> 5.2. (#863).
  • Refactor History::FinderMethods to use base implementation. (#853).
  • Defer loading of ActiveRecord to avoid config issues. (#852).
  • Ensure compatibility with paranoid deletion libraries. (#838).
  • Add treat_reserved_as_conflict option to initializer (#847).

5.2.3 (2017-09-22)

  • Added option to treat reserved words as conflicts (#831).

5.2.2 (2017-09-13)

  • Prevent warning on db:migrate in Rails 5.1 (#826).
  • Allow to set size limit for slug (#809).
  • Update specs and drop support for ruby 2.0.0 (#824).

5.2.1 (2017-04-09)

  • Change ActiveRecord::Base to ApplicationRecord (#782).
  • Refactor Candidates#each method. (#773).
  • Assign to configured slug column, not 'slug' when validation fails. (#779).
  • Fix sequential slugs when using History. (#774).

5.2.0 (2016-12-01)

  • Add sequential slug module for FriendlyId 4.x-style sequential slugs. (#644).
  • Make Candidates#each iterable without block (#651).
  • Ensure slug history prefers the record that most recently used the slug (#663).
  • Don't calculate all changes just to check if the param field has changed (#667).
  • Don't set or change slug when unrelated validation failures block the record from being saved (#642).
  • Fix order dependence bug between history and finders modules (#718)
  • Added ability to conditionally turn off :dependent => :destroy on FriendlyId::Slugs(#724)
  • Add support for Rails 5. (#728)
... (truncated)
Commits
  • a9b40f0 Document version 5.3.0
  • 8c9036f Record history when scope changes but slug does not (#916)
  • 53f1ca0 Test on Rails 6 final
  • 812ee0f Add missing changelog for 5.2.5
  • f60808f Test on Rails 6 rc2
  • 6cdad24 Merge pull request #910 from olleolleolle/patch-1
  • a64aca1 gem: Remove rubyforge_project, it is EOL
  • cf2f533 Merge pull request #906 from jtapia/chore/rails6
  • ecd0373 Update Rails 6 version
  • 67422c0 Merge pull request #900 from olleolleolle/patch-1
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)