Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update friendly_id requirement from >= 5.1.0, < 5.3 to >= 5.1.0, < 5.4 #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Updates the requirements on friendly_id to permit the latest version.

Changelog

Sourced from friendly_id's changelog.

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)
  • Allow per-model conditional disabling of friendly path generation using a :routes option to friendly_id (#735)

5.1.0 (2015-01-15)

  • FriendlyId will no longer allow blank strings as slugs (#571).
... (truncated)
Commits
  • a3657cc Set version 5.2.5
  • 877c096 Pass all 4 parameters (message, model_name, query_field and id) to ActiveReco...
  • 041527e Add missing step to the README file (#889)
  • abf485b Update README.md
  • 50f676c Use composite index for queries by sluggable
  • fd2d379 Scoped: generate new slug if scope changed
  • 9cb316a Scoped: don’t override scope_for_slug_generator when History used
  • e056873 SequentiallySlugged: extract base class to private method
  • 22972db fix History + Scope + SequentiallySlugged issues
  • d67712e Bug 744: Support scoped with STI
  • Additional commits viewable in compare view

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 2 PRs for your first few update runs. Once an update run creates fewer than 2 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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:

  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants