Bump globalize from 5.2.0 to 5.3.0
Bumps [globalize](https://github.com/globalize/globalize) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/globalize/globalize/releases) - [Changelog](https://github.com/globalize/globalize/blob/master/CHANGELOG.md) - [Commits](https://github.com/globalize/globalize/compare/v5.2.0...v5.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
committed by
GitHub
parent
ad16c0f8a7
commit
e90e37a284
2
Gemfile
2
Gemfile
@@ -23,7 +23,7 @@ gem "devise_security_extension", git: "https://github.com/phatworx/devise_securi
|
||||
gem "font-awesome-sass", "~> 5.13.0"
|
||||
gem "foundation-rails", "~> 6.6.1.0"
|
||||
gem "foundation_rails_helper", "~> 3.0.0"
|
||||
gem "globalize", "~> 5.2.0"
|
||||
gem "globalize", "~> 5.3.0"
|
||||
gem "globalize-accessors", "~> 0.2.1"
|
||||
gem "graphiql-rails", "~> 1.4.1"
|
||||
gem "graphql", "~> 1.7.8"
|
||||
|
||||
12
Gemfile.lock
12
Gemfile.lock
@@ -256,9 +256,9 @@ GEM
|
||||
retriable (~> 3.0)
|
||||
globalid (0.4.2)
|
||||
activesupport (>= 4.2.0)
|
||||
globalize (5.2.0)
|
||||
activemodel (>= 4.2, < 5.3)
|
||||
activerecord (>= 4.2, < 5.3)
|
||||
globalize (5.3.0)
|
||||
activemodel (>= 4.2, < 6.1)
|
||||
activerecord (>= 4.2, < 6.1)
|
||||
request_store (~> 1.0)
|
||||
globalize-accessors (0.2.1)
|
||||
globalize (~> 5.0, >= 5.0.0)
|
||||
@@ -352,7 +352,7 @@ GEM
|
||||
mimemagic (0.3.5)
|
||||
mini_mime (1.0.2)
|
||||
mini_portile2 (2.4.0)
|
||||
minitest (5.14.1)
|
||||
minitest (5.14.2)
|
||||
mixlib-cli (2.1.8)
|
||||
mixlib-config (3.0.9)
|
||||
tomlrb
|
||||
@@ -465,7 +465,7 @@ GEM
|
||||
redcarpet (3.4.0)
|
||||
referer-parser (0.3.0)
|
||||
regexp_parser (1.7.1)
|
||||
request_store (1.4.0)
|
||||
request_store (1.5.0)
|
||||
rack (>= 1.4)
|
||||
responders (2.4.1)
|
||||
actionpack (>= 4.2.0, < 6.0)
|
||||
@@ -666,7 +666,7 @@ DEPENDENCIES
|
||||
foundation-rails (~> 6.6.1.0)
|
||||
foundation_rails_helper (~> 3.0.0)
|
||||
github_changelog_generator (~> 1.15.0)
|
||||
globalize (~> 5.2.0)
|
||||
globalize (~> 5.3.0)
|
||||
globalize-accessors (~> 0.2.1)
|
||||
graphiql-rails (~> 1.4.1)
|
||||
graphql (~> 1.7.8)
|
||||
|
||||
Reference in New Issue
Block a user