diff --git a/Gemfile b/Gemfile index 663e5bebd..7aa670bfe 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem "foundation_rails_helper", "~> 4.0.0" gem "globalize", "~> 6.0.1" gem "globalize-accessors", "~> 0.3.0" gem "graphiql-rails", "~> 1.7.0" -gem "graphql", "~> 1.11.5" +gem "graphql", "~> 1.12.14" gem "groupdate", "~> 5.2.2" gem "initialjs-rails", "~> 0.2.0.9" gem "invisible_captcha", "~> 2.0.0" diff --git a/Gemfile.lock b/Gemfile.lock index 952a695ca..44608ab05 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -287,7 +287,7 @@ GEM graphiql-rails (1.7.0) railties sprockets-rails - graphql (1.11.5) + graphql (1.12.14) groupdate (5.2.2) activesupport (>= 5) gyoku (1.3.1) @@ -725,7 +725,7 @@ DEPENDENCIES globalize (~> 6.0.1) globalize-accessors (~> 0.3.0) graphiql-rails (~> 1.7.0) - graphql (~> 1.11.5) + graphql (~> 1.12.14) groupdate (~> 5.2.2) i18n-tasks (~> 0.9.34) initialjs-rails (~> 0.2.0.9)