From 74e2c406d4e052fa4454e2148ea950be25422fb8 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Mon, 10 Jul 2017 01:01:32 +0200 Subject: [PATCH] Upgrade initialjs-rails gem version In order to avoid some html validations a PR was opened https://github.com/dgilperez/initialjs-rails/pull/6 and later on merged with some extra specs coverage https://github.com/dgilperez/initialjs-rails/pull/7 Thanks @dgilperez and @decabeza!! --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0f00da1ba..da6092296 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ gem 'ckeditor', '~> 4.2.3' gem 'invisible_captcha', '~> 0.9.2' gem 'cancancan', '~> 1.16.0' gem 'social-share-button', '~> 0.10' -gem 'initialjs-rails', '0.2.0.4' +gem 'initialjs-rails', '0.2.0.5' gem 'unicorn', '~> 5.3.0' gem 'paranoia', '~> 2.3.1' gem 'rinku', '~> 2.0.2', require: 'rails_rinku' diff --git a/Gemfile.lock b/Gemfile.lock index de9002e3a..9aa99d8b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -199,7 +199,7 @@ GEM parser (>= 2.2.3.0) rainbow (~> 2.2) terminal-table (>= 1.5.1) - initialjs-rails (0.2.0.4) + initialjs-rails (0.2.0.5) railties (>= 3.1, < 6.0) invisible_captcha (0.9.2) rails (>= 3.2.0) @@ -521,7 +521,7 @@ DEPENDENCIES graphql (~> 1.6.3) groupdate (~> 3.2.0) i18n-tasks (~> 0.9.15) - initialjs-rails (= 0.2.0.4) + initialjs-rails (= 0.2.0.5) invisible_captcha (~> 0.9.2) jquery-rails (~> 4.3.1) jquery-ui-rails