Skip to content

Commit

Permalink
Update globalize requirement from >= 5.1, < 6.4 to >= 5.1, < 7.1 (#165)
Browse files Browse the repository at this point in the history
Updates the requirements on [globalize](https://github.com/globalize/globalize) to permit the latest version.
- [Release notes](https://github.com/globalize/globalize/releases)
- [Changelog](https://github.com/globalize/globalize/blob/main/CHANGELOG.md)
- [Commits](globalize/globalize@v5.1.0...v6.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent c0c4878 commit a4c19e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refinerycms-page-images.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|

s.add_dependency 'refinerycms-pages', ['~> 4.0', '>= 4.0.0']
s.add_dependency 'decorators', '~> 2.0'
s.add_dependency 'globalize', '>= 5.1', '< 6.4'
s.add_dependency 'globalize', '>= 5.1', '< 7.1'

s.cert_chain = [File.expand_path("../certs/parndt.pem", __FILE__)]
if $0 =~ /gem\z/ && ARGV.include?("build") && ARGV.include?(__FILE__)
Expand Down

0 comments on commit a4c19e7

Please sign in to comment.