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)