diff --git a/Gemfile b/Gemfile index 927061ac2..a455b2252 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem "devise-security", "~> 0.16.0" 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_helper", "~> 4.0.0" -gem "globalize", "~> 5.3.1" +gem "globalize", "~> 6.0.1" gem "globalize-accessors", "~> 0.3.0" gem "graphiql-rails", "~> 1.7.0" gem "graphql", "~> 1.11.5" diff --git a/Gemfile.lock b/Gemfile.lock index f47c3c005..fc8436ab3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -277,9 +277,9 @@ GEM terminal-table (~> 1.5, >= 1.5.1) globalid (0.5.2) activesupport (>= 5.0) - globalize (5.3.1) - activemodel (>= 4.2, < 6.1) - activerecord (>= 4.2, < 6.1) + globalize (6.0.1) + activemodel (>= 4.2, < 7.0) + activerecord (>= 4.2, < 7.0) request_store (~> 1.0) globalize-accessors (0.3.0) globalize (>= 5.0.0) @@ -727,7 +727,7 @@ DEPENDENCIES foundation-rails (~> 6.6.2.0) foundation_rails_helper (~> 4.0.0) github_changelog_generator (~> 1.15.2) - globalize (~> 5.3.1) + globalize (~> 6.0.1) globalize-accessors (~> 0.3.0) graphiql-rails (~> 1.7.0) graphql (~> 1.11.5)