From e90e37a284e104e2623a94ae07a6d6dc2b279c43 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 27 Sep 2020 10:29:08 +0000 Subject: [PATCH] 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] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index b9659381a..d765ea88a 100644 --- a/Gemfile +++ b/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" diff --git a/Gemfile.lock b/Gemfile.lock index 71fdf2d8d..8c9931892 100644 --- a/Gemfile.lock +++ b/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)