From ca8ccef27df30958ed87ebb4f6c23d062cc7dc8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 22:36:23 +0000 Subject: [PATCH] Bump jquery-rails from 4.4.0 to 4.5.0 Bumps [jquery-rails](https://github.com/rails/jquery-rails) from 4.4.0 to 4.5.0. - [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.4.0...v4.5.0) --- updated-dependencies: - dependency-name: jquery-rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6e4918d5e..d6425d914 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem "image_processing", "~> 1.12.2" gem "initialjs-rails", "~> 0.2.0.9" gem "invisible_captcha", "~> 2.0.0" gem "jquery-fileupload-rails" -gem "jquery-rails", "~> 4.4.0" +gem "jquery-rails", "~> 4.5.0" gem "jquery-ui-rails", "~> 6.0.1" gem "kaminari", "~> 1.2.2" gem "mini_magick", "~> 4.11.0" diff --git a/Gemfile.lock b/Gemfile.lock index 3d2e80401..0f67acde4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -334,7 +334,7 @@ GEM actionpack (>= 3.1) railties (>= 3.1) sassc - jquery-rails (4.4.0) + jquery-rails (4.5.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) @@ -750,7 +750,7 @@ DEPENDENCIES initialjs-rails (~> 0.2.0.9) invisible_captcha (~> 2.0.0) jquery-fileupload-rails - jquery-rails (~> 4.4.0) + jquery-rails (~> 4.5.0) jquery-ui-rails (~> 6.0.1) kaminari (~> 1.2.2) knapsack_pro (~> 3.3.1)