From 20a96fff8fc3f0439ca0f4f9dbe990ec632c099c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 20:49:18 +0000 Subject: [PATCH] Bump jquery-rails from 3.1.2 to 3.1.5 Bumps [jquery-rails](https://github.com/rails/jquery-rails) from 3.1.2 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.1.2...v3.1.5) --- updated-dependencies: - dependency-name: jquery-rails dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 07c1ee0..0622dd5 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '4.1.5' gem 'mocha', '~> 0.14', require: false gem 'rack-cache', '~> 1.2' -gem 'jquery-rails', '~> 3.1.0' +gem 'jquery-rails', '~> 3.1.5' # require: false so bcrypt is loaded only when has_secure_password is used. # This is to avoid ActiveModel (and by extension the entire framework) diff --git a/Gemfile.lock b/Gemfile.lock index 212155e..70c265a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,7 +30,7 @@ GEM arel (5.0.1.20140414130214) bcrypt (3.1.10) benchmark-ips (2.2.0) - builder (3.2.2) + builder (3.2.4) dalli (2.7.4) diff-lcs (1.2.5) erubis (2.7.0) @@ -43,10 +43,10 @@ GEM ffaker (2.0.0) hike (1.2.3) i18n (0.7.0) - jquery-rails (3.1.2) + jquery-rails (3.1.5) railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) - json (1.8.3) + json (1.8.6) kgio (2.9.3) kindlerb (1.0.1) mustache @@ -78,7 +78,7 @@ GEM pg (0.18.2) polyglot (0.3.5) racc (1.4.12) - rack (1.5.3) + rack (1.5.5) rack-cache (1.2) rack (>= 0.4) rack-test (0.6.3) @@ -99,7 +99,7 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) raindrops (0.13.0) - rake (10.4.2) + rake (13.0.6) rdoc (4.2.0) redcarpet (2.2.2) rspec-collection_matchers (1.1.2) @@ -136,13 +136,13 @@ GEM actionpack (>= 3.0) activesupport (>= 3.0) sprockets (>= 2.8, < 4.0) - thor (0.19.1) - thread_safe (0.3.5) + thor (1.2.1) + thread_safe (0.3.6) tilt (1.4.1) treetop (1.4.15) polyglot polyglot (>= 0.3.1) - tzinfo (1.2.2) + tzinfo (1.2.11) thread_safe (~> 0.1) uglifier (2.7.1) execjs (>= 0.3.0) @@ -166,7 +166,7 @@ DEPENDENCIES dalli (>= 2.2.1) factory_girl_rails ffaker - jquery-rails (~> 3.1.0) + jquery-rails (~> 3.1.5) kindlerb minitest (< 5.3.4) mocha (~> 0.14)