Skip to content

Update fast_gettext requirement from >= 2.1, < 4.0 to >= 2.1, < 5.0 #89

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2025

Updates the requirements on fast_gettext to permit the latest version.

Changelog

Sourced from fast_gettext's changelog.

2.4.0 -- Depend on prime gem 2.3.0 -- Load empty mo file only once 2.2.0 -- Use update instead of update_attributes 2.1.0 -- Remove taint checking grosser/fast_gettext#133 2.0.0 -- Changed p_ separator to \0004 grosser/fast_gettext#107 add np and add gettext aliases 1.6.0 -- Remove restrictions around yaml file names 1.1.0 -- translations are no longer eager loaded for improved startup performance, pass eager_load: true to preload for example in preforked web server 1.0.0 -- do not enforce attr_accessible unless ProtectedAttributes are loaded 0.9.0 -- reworked internals of caching to be pluggable 0.7.0 -- set_locale resets to default locale if none of the available locales was tried to set 0.6.0 -- plurals use singular translations as fallback e.g. you translated 'Axis' then n_('Axis','Axis',1) would return the translation for 'Axis' if no plural translation was found 0.4.14 -- "" is translated as "", not as gettext meta information 0.4.0 -- pluralisation_rules is no longer stored in each repository, only retrieved. Added Chain and Logger repository. 0.3.6 -- FastGettext.default_locale= 0.3.5 -- FastGettext.default_text_domain= 0.3.4 -- Exceptions are thrown, not returned when translating without text domain 0.3 -- pluralisation methods accept/return n plural forms, contrary to singular/plural before

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [fast_gettext](https://github.com/grosser/fast_gettext) to permit the latest version.
- [Changelog](https://github.com/grosser/fast_gettext/blob/master/CHANGELOG)
- [Commits](grosser/fast_gettext@v2.1.0...v2.4.0)

---
updated-dependencies:
- dependency-name: fast_gettext
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 7, 2025 13:51
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 7, 2025
@dependabot dependabot bot requested a review from a team as a code owner January 7, 2025 13:51
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants