diff --git a/Gemfile b/Gemfile index 1d450f61c..db7211818 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem "globalize", "~> 6.2.1" gem "globalize-accessors", "~> 0.3.0" gem "graphiql-rails", "~> 1.8.0" gem "graphql", "~> 1.12.14" -gem "groupdate", "~> 6.2.1" +gem "groupdate", "~> 6.4.0" gem "image_processing", "~> 1.12.2" gem "initialjs-rails", "~> 0.2.0.9" gem "invisible_captcha", "~> 2.1.0" diff --git a/Gemfile.lock b/Gemfile.lock index 8e69c23c4..9224c6b3a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -248,8 +248,8 @@ GEM railties sprockets-rails graphql (1.12.14) - groupdate (6.2.1) - activesupport (>= 5.2) + groupdate (6.4.0) + activesupport (>= 6.1) gyoku (1.4.0) builder (>= 2.1.2) rexml (~> 3.0) @@ -718,7 +718,7 @@ DEPENDENCIES globalize-accessors (~> 0.3.0) graphiql-rails (~> 1.8.0) graphql (~> 1.12.14) - groupdate (~> 6.2.1) + groupdate (~> 6.4.0) i18n-tasks (~> 0.9.37) image_processing (~> 1.12.2) initialjs-rails (~> 0.2.0.9)