From 102d19c5271713f11f892eac69bd82b5fe1b9a06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 18:35:45 +0000 Subject: [PATCH] Bump jquery-rails from 3.1.0 to 3.1.3 Bumps [jquery-rails](https://github.com/rails/jquery-rails) from 3.1.0 to 3.1.3. - [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/v3.1.0...v3.1.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index c5950d5..6cda2e4 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'has_scope', '0.5.1' # scopes for searching gem 'gon', '5.0.4' gem 'js-routes', '0.9.7' -gem 'jquery-rails', '3.1.0' +gem 'jquery-rails', '3.1.3' group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 7245c24..cf67d76 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,13 +74,13 @@ GEM hike (1.2.3) i18n (0.6.1) journey (1.0.4) - jquery-rails (3.1.0) + jquery-rails (3.1.3) railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) js-routes (0.9.7) railties (>= 3.2) sprockets-rails - json (1.8.2) + json (1.8.6) kgio (2.9.3) less (2.4.0) commonjs (~> 0.2.7) @@ -92,7 +92,7 @@ GEM mime-types (~> 1.16) treetop (~> 1.4.8) mime-types (1.25.1) - multi_json (1.11.0) + multi_json (1.14.1) net-scp (1.2.1) net-ssh (>= 2.6.5) net-sftp (2.1.2) @@ -105,8 +105,8 @@ GEM polyglot (0.3.5) rabl (0.9.3) activesupport (>= 2.3.14) - rack (1.4.5) - rack-cache (1.2) + rack (1.4.7) + rack-cache (1.9.0) rack (>= 0.4) rack-ssl (1.3.4) rack @@ -172,7 +172,7 @@ GEM therubyracer (0.12.1) libv8 (~> 3.16.14.0) ref - thor (0.19.1) + thor (0.19.4) tilt (1.4.1) treetop (1.4.15) polyglot @@ -205,7 +205,7 @@ DEPENDENCIES foreman gon (= 5.0.4) has_scope (= 0.5.1) - jquery-rails (= 3.1.0) + jquery-rails (= 3.1.3) js-routes (= 0.9.7) less (= 2.4.0) less-rails (= 2.4.2)