Bump globalize from 6.2.1 to 6.3.0
Bumps [globalize](https://github.com/globalize/globalize) from 6.2.1 to 6.3.0. - [Changelog](https://github.com/globalize/globalize/blob/main/CHANGELOG.md) - [Commits](https://github.com/globalize/globalize/compare/v6.2.1...v6.3.0) --- updated-dependencies: - dependency-name: globalize dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -25,7 +25,7 @@ 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", "~> 6.6.2.0"
|
gem "foundation-rails", "~> 6.6.2.0"
|
||||||
gem "foundation_rails_helper", "~> 4.0.1"
|
gem "foundation_rails_helper", "~> 4.0.1"
|
||||||
gem "globalize", "~> 6.2.1"
|
gem "globalize", "~> 6.3.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", "~> 1.13.22"
|
gem "graphql", "~> 1.13.22"
|
||||||
|
|||||||
10
Gemfile.lock
10
Gemfile.lock
@@ -246,9 +246,9 @@ 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.2.1)
|
globalize (6.3.0)
|
||||||
activemodel (>= 4.2, < 7.1)
|
activemodel (>= 4.2, < 7.2)
|
||||||
activerecord (>= 4.2, < 7.1)
|
activerecord (>= 4.2, < 7.2)
|
||||||
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)
|
||||||
@@ -498,7 +498,7 @@ GEM
|
|||||||
mail
|
mail
|
||||||
redcarpet (3.6.0)
|
redcarpet (3.6.0)
|
||||||
regexp_parser (2.9.0)
|
regexp_parser (2.9.0)
|
||||||
request_store (1.5.1)
|
request_store (1.6.0)
|
||||||
rack (>= 1.4)
|
rack (>= 1.4)
|
||||||
responders (3.1.1)
|
responders (3.1.1)
|
||||||
actionpack (>= 5.2)
|
actionpack (>= 5.2)
|
||||||
@@ -725,7 +725,7 @@ DEPENDENCIES
|
|||||||
font-awesome-sass (~> 5.15.1)
|
font-awesome-sass (~> 5.15.1)
|
||||||
foundation-rails (~> 6.6.2.0)
|
foundation-rails (~> 6.6.2.0)
|
||||||
foundation_rails_helper (~> 4.0.1)
|
foundation_rails_helper (~> 4.0.1)
|
||||||
globalize (~> 6.2.1)
|
globalize (~> 6.3.0)
|
||||||
globalize-accessors (~> 0.3.0)
|
globalize-accessors (~> 0.3.0)
|
||||||
graphiql-rails (~> 1.8.0)
|
graphiql-rails (~> 1.8.0)
|
||||||
graphql (~> 1.13.22)
|
graphql (~> 1.13.22)
|
||||||
|
|||||||
Reference in New Issue
Block a user