From 3abdde2981da497b2515358445a8f9825c92608c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 20:19:48 +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. - [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) --- updated-dependencies: - dependency-name: jquery-rails dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 0fb683f..c01ed23 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ end gem 'sass-rails', '4.0.2' 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' gem 'ruby-oci8', '2.1.7' diff --git a/Gemfile.lock b/Gemfile.lock index 2c80f70..803f799 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,6 @@ GEM thread_safe (~> 0.1) tzinfo (~> 0.3.37) arel (4.0.2) - atomic (1.1.16) bootstrap-sass (2.3.2.0) sass (~> 3.2) builder (3.1.4) @@ -38,13 +37,15 @@ GEM coffee-script-source execjs coffee-script-source (1.7.0) + concurrent-ruby (1.2.2) erubis (2.7.0) execjs (2.0.2) 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) @@ -53,10 +54,10 @@ GEM treetop (~> 1.4.8) mime-types (1.25.1) minitest (4.7.5) - multi_json (1.9.2) + multi_json (1.15.0) polyglot (0.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.3) actionmailer (= 4.0.3) @@ -71,7 +72,7 @@ GEM activesupport (= 4.0.3) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (10.1.1) + rake (13.0.6) rdoc (3.12.2) json (~> 1.4) ruby-oci8 (2.1.7) @@ -94,16 +95,15 @@ GEM activesupport (>= 3.0) sprockets (~> 2.8) sqlite3 (1.3.8) - thor (0.18.1) - thread_safe (0.2.0) - atomic (>= 1.1.7, < 2) + thor (1.2.1) + thread_safe (0.3.6) tilt (1.4.1) treetop (1.4.15) polyglot polyglot (>= 0.3.1) turbolinks (1.1.1) coffee-rails - tzinfo (0.3.39) + tzinfo (0.3.62) uglifier (2.1.1) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) @@ -116,7 +116,7 @@ DEPENDENCIES bootstrap-sass (= 2.3.2.0) coffee-rails (= 4.0.1) jbuilder (= 1.0.2) - jquery-rails (= 3.0.4) + jquery-rails (= 3.1.5) rails (= 4.0.3) ruby-oci8 (= 2.1.7) sass-rails (= 4.0.2)