Skip to content

Commit

Permalink
Update fast_gettext requirement from ~> 2.1 to >= 2.1, < 4.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored and LukasAud committed Jul 16, 2024
1 parent 831e233 commit 8852472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gettext-setup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.5.0'

spec.add_dependency 'fast_gettext', '~> 2.1'
spec.add_dependency 'fast_gettext', '>= 2.1', '< 4.0'
spec.add_dependency 'gettext', '~> 3.4'
spec.add_dependency 'locale'

Expand Down

0 comments on commit 8852472

Please sign in to comment.