From f89bf0c52c139d4aca1c2820853aed7cf0772a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Mon, 11 May 2020 17:38:40 +0200 Subject: [PATCH] Bump initialjs-rails from 0.2.0.5 to 0.2.0.8 Version 0.2.0.5 was causing comments to have invalid HTML because the avatars had `` tags with an empty `src` attribute. --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2c2c3e208..f3661c06c 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem "globalize-accessors", "~> 0.2.1" gem "graphiql-rails", "~> 1.4.1" gem "graphql", "~> 1.7.8" gem "groupdate", "~> 3.2.0" -gem "initialjs-rails", "~> 0.2.0.5" +gem "initialjs-rails", "~> 0.2.0.8" gem "invisible_captcha", "~> 0.10.0" gem "jquery-fileupload-rails" gem "jquery-rails", "~> 4.3.3" diff --git a/Gemfile.lock b/Gemfile.lock index 1d64d39ba..4494283b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -282,7 +282,7 @@ GEM rainbow (>= 2.2.2, < 4.0) terminal-table (>= 1.5.1) ice_nine (0.11.2) - initialjs-rails (0.2.0.5) + initialjs-rails (0.2.0.8) railties (>= 3.1, < 6.0) invisible_captcha (0.10.0) rails (>= 3.2.0) @@ -642,7 +642,7 @@ DEPENDENCIES graphql (~> 1.7.8) groupdate (~> 3.2.0) i18n-tasks (~> 0.9.29) - initialjs-rails (~> 0.2.0.5) + initialjs-rails (~> 0.2.0.8) invisible_captcha (~> 0.10.0) jquery-fileupload-rails jquery-rails (~> 4.3.3)