From 3e09c4ec17ae55604ad6162194adee519261b9cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 18:14:25 +0000 Subject: [PATCH] Bump jquery-rails from 4.0.3 to 4.3.5 Bumps [jquery-rails](https://github.com/rails/jquery-rails) from 4.0.3 to 4.3.5. - [Release notes](https://github.com/rails/jquery-rails/releases) - [Changelog](https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rails/jquery-rails/compare/v4.0.3...v4.3.5) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index aa15c1e..3b3ee80 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'pg', '~> 0.18.4' gem 'sass-rails' gem 'uglifier', '~> 2.5.0' gem 'coffee-rails', '~> 4.1.0' -gem 'jquery-rails', '~> 4.0.3' +gem 'jquery-rails', '~> 4.3.5' gem 'jquery-turbolinks', '~> 2.1.0' gem 'turbolinks', '~> 2.5.2' gem 'jbuilder', '~> 2.2.11' diff --git a/Gemfile.lock b/Gemfile.lock index 9740ffc..30f2492 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -173,8 +173,8 @@ GEM jbuilder (2.2.13) activesupport (>= 3.0.0, < 5) multi_json (~> 1.2) - jquery-rails (4.0.3) - rails-dom-testing (~> 1.0) + jquery-rails (4.3.5) + rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) jquery-turbolinks (2.1.0) @@ -385,7 +385,7 @@ DEPENDENCIES high_voltage hologram (~> 1.3.1) jbuilder (~> 2.2.11) - jquery-rails (~> 4.0.3) + jquery-rails (~> 4.3.5) jquery-turbolinks (~> 2.1.0) launchy (~> 2.3.0) mail_form (~> 1.5.0)