Skip to content

Commit

Permalink
Build(deps): Bump globalize from 6.3.0 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [globalize](https://github.com/globalize/globalize) from 6.3.0 to 7.0.0.
- [Release notes](https://github.com/globalize/globalize/releases)
- [Changelog](https://github.com/globalize/globalize/blob/main/CHANGELOG.md)
- [Commits](globalize/globalize@v6.3.0...v7.0.0)

---
updated-dependencies:
- dependency-name: globalize
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 26c6da4 commit f0cb993
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ gem 'rails-i18n', '~> 7.0.10'
gem 'gettext_i18n_rails', '~> 1.13.0'
gem 'fast_gettext', '~> 3.1.0'
gem 'gettext', '~> 3.4.9'
gem 'globalize', '~> 6.3.0'
gem 'globalize', '~> 7.0.0'
gem 'locale', '~> 2.1.4'
gem 'unicode', '~> 0.4.4'
gem 'unidecoder', '~> 1.1.0'
Expand Down
13 changes: 7 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,10 @@ GEM
fast_gettext (>= 0.9.0)
globalid (1.2.1)
activesupport (>= 6.1)
globalize (6.3.0)
activemodel (>= 4.2, < 7.2)
activerecord (>= 4.2, < 7.2)
globalize (7.0.0)
activemodel (>= 7.0, < 8.1)
activerecord (>= 7.0, < 8.1)
activesupport (>= 7.0, < 8.1)
request_store (~> 1.0)
gnuplot (2.6.2)
google-apis-core (0.15.1)
Expand Down Expand Up @@ -320,7 +321,7 @@ GEM
mini_portile2 (2.8.7)
mini_racer (0.16.0)
libv8-node (~> 18.19.0.0)
minitest (5.25.1)
minitest (5.25.4)
money (6.19.0)
i18n (>= 0.6.4, <= 2)
multi_json (1.15.0)
Expand Down Expand Up @@ -428,7 +429,7 @@ GEM
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
request_store (1.5.1)
request_store (1.7.0)
rack (>= 1.4)
retriable (3.1.2)
rexml (3.3.9)
Expand Down Expand Up @@ -601,7 +602,7 @@ DEPENDENCIES
gender_detector (~> 2.0.0)
gettext (~> 3.4.9)
gettext_i18n_rails (~> 1.13.0)
globalize (~> 6.3.0)
globalize (~> 7.0.0)
gnuplot (~> 2.6.0)
google-cloud-storage (~> 1.52)
holidays (~> 8.8.0)
Expand Down

0 comments on commit f0cb993

Please sign in to comment.