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 globalize requirement from >= 4.0.0, < 5.2 to >= 4.0.0, < 5.4 #20

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

Conversation

dependabot-preview[bot]
Copy link

Updates the requirements on globalize to permit the latest version.

Changelog

Sourced from globalize's changelog.

5.1.0 (2018-01-15)

5.0.1 (2015-02-15)

  • Don't touch table when model is loaded. #412
  • Remove handling for locale attribute on parent model #411 by awesome Tekin Suleyman.

5.0.0 (2015-02-03)

  • Added support for Rails 4.2, but removed support for every previous version of Rails. This is a backward incompatible change, thus the version is now 5.0.0. (thanks Nico Ritsche and others). #396.

4.0.3 (2014-11-24)

  • Fixes a problem where after dup the dup'd model and the original model shared a translation instance, which means that if you mutate a translated field on the dup and save it, the original becomes a clone of the dup. #352.
  • Deprecated with_required_attributes, required_attributes, and required_translated_attributes. with_translations no longer invokes with_required_attributes. #355.
  • Removed all usages of Thread.local. #374. (thanks Hubert Lee).
  • Added available_locales method. This duplicates translated_locales method, but it doesn't use a separate DISTINCT query. #339. (thanks Andrew Volozhanin).

4.0.2 (2014-06-29)

  • Use reflections class method so ensure_foreign_key_for works in AR >= 4.1.2, fixes #353.
  • Set touch:true on belongs_to for the globalized model, fixes #330 (thanks shlensky).
  • Accept optional arguments passed to where_values_hash, fixes #354 (thanks felixbuenemann).

4.0.1 (2014-03-29)

  • Fix bug where with_translations only works if called after where in relation chain, fixes #343.
  • Use preload and joins instead of includes in with_translations, fixes #329 (thanks Andrew Volozhanin).
  • Update database_cleaner dependency to 1.2.0.
  • Support use of first/take/last with limit on queries with translated attributes, fixes #322 (thanks prusswan).
  • Ensure that options are always extracted from attr_names in Globalize::ActiveRecord::ActMacro#translates, PR #319 (thanks Marek).

4.0.0 (2014-01-04)

4.0.0.alpha.5 (2014-01-04)

  • Fix issue where globalize breaks has_many through when model called with where (thanks Paul McMahon).
  • Modify dup so that translations are copied, and remove custom clone code to conform to Rails/AR semantics (thanks Paul McMahon).

4.0.0.alpha.4 (2013-12-30)

  • Add this changelog.
  • Add contributing guidelines.
  • Group options into more structured methods in act_macro.rb.
  • Remove dynamic finder code from globalize3, no longer used in AR4.
  • Get hash of translated attributes by calling attribute on model, not translation.
  • Define translation readers/writers in separate methods.
  • Test against AR 4.1 and AR 4.0.
  • Switch to minitest-reporters for colouring output from minitest.
  • Remove find_or_instantiator_by_attributes which is no longer used in AR4.
... (truncated)
Commits
  • a5ba772 Release version 5.1.0
  • 8da0302 Mention pre-release gems in the README
  • b228455 Fix mysql2 deprecation warning
  • 94c7438 Fix another MiniTest deprecation warning
  • 8615072 Fix MiniTest deprecation warnings
  • 09a343a Test on more recent ruby versions
  • 11f47cf Fix Globalize::AttributeMethods::Serialization to accommodate new ActiveRecor...
  • f317f91 Make it clear that the null constraint is removed from the translation table ...
  • 35adbbd Track globalize_serialized_attributes per class and not globally (#499)
  • ce823d4 Release 5.1.0.beta2 per #618
  • 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 May 19, 2020
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