From ae2e02b0424f4adc7ab822f9cf9db408b8b3a726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 14:55:30 +0000 Subject: [PATCH] Bump jquery-rails from 3.0.4 to 3.1.5 Bumps [jquery-rails](https://github.com/rails/jquery-rails) from 3.0.4 to 3.1.5. - [Release notes](https://github.com/rails/jquery-rails/releases) - [Changelog](https://github.com/rails/jquery-rails/blob/v3.1.5/CHANGELOG.md) - [Commits](https://github.com/rails/jquery-rails/compare/v3.0.4...v3.1.5) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 22 ++++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 21156a7..2feac4a 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ end gem 'sass-rails', '4.0.1' gem 'uglifier', '2.1.1' gem 'coffee-rails', '4.0.1' -gem 'jquery-rails', '3.0.4' +gem 'jquery-rails', '3.1.5' gem 'turbolinks', '1.1.1' gem 'jbuilder', '1.0.2' diff --git a/Gemfile.lock b/Gemfile.lock index c2544d0..0e7bcbc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,6 +56,7 @@ GEM coffee-script-source execjs coffee-script-source (1.7.0) + concurrent-ruby (1.1.6) cucumber (1.3.15) builder (>= 2.1.2) diff-lcs (>= 1.1.3) @@ -95,10 +96,11 @@ GEM guard (>= 1.1) spork (>= 0.8.4) hike (1.2.3) - i18n (0.6.9) + i18n (0.9.5) + concurrent-ruby (~> 1.0) jbuilder (1.0.2) activesupport (>= 3.0.0) - jquery-rails (3.0.4) + jquery-rails (3.1.5) railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) json (1.8.1) @@ -114,7 +116,7 @@ GEM mime-types (1.25.1) mini_portile (0.6.0) minitest (4.7.5) - multi_json (1.10.1) + multi_json (1.14.1) multi_test (0.1.1) nokogiri (1.6.2.1) mini_portile (= 0.6.0) @@ -124,8 +126,8 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - rack (1.5.2) - rack-test (0.6.2) + rack (1.5.5) + rack-test (0.6.3) rack (>= 1.0) rails (4.0.8) actionmailer (= 4.0.8) @@ -145,7 +147,7 @@ GEM activesupport (= 4.0.8) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (10.3.2) + rake (12.3.3) rb-fsevent (0.9.4) rb-inotify (0.9.5) ffi (>= 0.5.0) @@ -195,8 +197,8 @@ GEM activesupport (>= 3.0) sprockets (~> 2.8) sqlite3 (1.3.8) - thor (0.19.1) - thread_safe (0.3.4) + thor (1.0.1) + thread_safe (0.3.6) tilt (1.4.1) timers (1.1.0) treetop (1.4.15) @@ -204,7 +206,7 @@ GEM polyglot (>= 0.3.1) turbolinks (1.1.1) coffee-rails - tzinfo (0.3.39) + tzinfo (0.3.56) uglifier (2.1.1) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) @@ -231,7 +233,7 @@ DEPENDENCIES guard-rspec (= 2.5.0) guard-spork (= 1.5.0) jbuilder (= 1.0.2) - jquery-rails (= 3.0.4) + jquery-rails (= 3.1.5) pg (= 0.15.1) rails (= 4.0.8) rails_12factor (= 0.0.2)