Bump globalize from 6.3.0 to 7.0.0
Note we aren't updating concurrent-ruby (which Dependabot would have updated) due to an incompatibility with Rails 7.0. 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](https://github.com/globalize/globalize/compare/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] <support@github.com>
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -26,7 +26,7 @@ gem "exiftool_vendored", "~> 12.97.0"
|
|||||||
gem "file_validators", "~> 3.0.0"
|
gem "file_validators", "~> 3.0.0"
|
||||||
gem "font-awesome-sass", "~> 5.15.1" # Remember to update vendor/assets/images/fontawesome when updating this gem
|
gem "font-awesome-sass", "~> 5.15.1" # Remember to update vendor/assets/images/fontawesome when updating this gem
|
||||||
gem "foundation_rails_helper", "~> 4.0.1"
|
gem "foundation_rails_helper", "~> 4.0.1"
|
||||||
gem "globalize", "~> 6.3.0"
|
gem "globalize", "~> 7.0.0"
|
||||||
gem "globalize-accessors", "~> 0.3.0"
|
gem "globalize-accessors", "~> 0.3.0"
|
||||||
gem "graphiql-rails", "~> 1.8.0"
|
gem "graphiql-rails", "~> 1.8.0"
|
||||||
gem "graphql", "~> 2.4.13"
|
gem "graphql", "~> 2.4.13"
|
||||||
|
|||||||
11
Gemfile.lock
11
Gemfile.lock
@@ -249,9 +249,10 @@ GEM
|
|||||||
terminal-table (>= 1.5.1)
|
terminal-table (>= 1.5.1)
|
||||||
globalid (1.2.1)
|
globalid (1.2.1)
|
||||||
activesupport (>= 6.1)
|
activesupport (>= 6.1)
|
||||||
globalize (6.3.0)
|
globalize (7.0.0)
|
||||||
activemodel (>= 4.2, < 7.2)
|
activemodel (>= 7.0, < 8.1)
|
||||||
activerecord (>= 4.2, < 7.2)
|
activerecord (>= 7.0, < 8.1)
|
||||||
|
activesupport (>= 7.0, < 8.1)
|
||||||
request_store (~> 1.0)
|
request_store (~> 1.0)
|
||||||
globalize-accessors (0.3.0)
|
globalize-accessors (0.3.0)
|
||||||
globalize (>= 5.0.0)
|
globalize (>= 5.0.0)
|
||||||
@@ -362,7 +363,7 @@ GEM
|
|||||||
mini_magick (4.13.2)
|
mini_magick (4.13.2)
|
||||||
mini_mime (1.1.5)
|
mini_mime (1.1.5)
|
||||||
mini_portile2 (2.8.8)
|
mini_portile2 (2.8.8)
|
||||||
minitest (5.25.4)
|
minitest (5.25.5)
|
||||||
mixlib-cli (2.1.8)
|
mixlib-cli (2.1.8)
|
||||||
mixlib-config (3.0.27)
|
mixlib-config (3.0.27)
|
||||||
tomlrb
|
tomlrb
|
||||||
@@ -752,7 +753,7 @@ DEPENDENCIES
|
|||||||
file_validators (~> 3.0.0)
|
file_validators (~> 3.0.0)
|
||||||
font-awesome-sass (~> 5.15.1)
|
font-awesome-sass (~> 5.15.1)
|
||||||
foundation_rails_helper (~> 4.0.1)
|
foundation_rails_helper (~> 4.0.1)
|
||||||
globalize (~> 6.3.0)
|
globalize (~> 7.0.0)
|
||||||
globalize-accessors (~> 0.3.0)
|
globalize-accessors (~> 0.3.0)
|
||||||
graphiql-rails (~> 1.8.0)
|
graphiql-rails (~> 1.8.0)
|
||||||
graphql (~> 2.4.13)
|
graphql (~> 2.4.13)
|
||||||
|
|||||||
Reference in New Issue
Block a user