From 06e51307fe2414deb80f4c59ec67eb3ffb9bcfe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 22:06:46 +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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 5cb96c2e..da1dc987 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'coffee-rails', '~> 4.2' gem 'therubyracer', '~> 0.12', platforms: :ruby # Use jquery as the JavaScript library -gem 'jquery-rails', '~> 4.4' +gem 'jquery-rails', '~> 4.5' # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks gem 'turbolinks', '~> 5.2' diff --git a/Gemfile.lock b/Gemfile.lock index 97eb0cf7..d40c5f2d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,7 +126,7 @@ GEM execjs coffee-script-source (1.12.2) colorize (0.8.1) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) connection_pool (2.2.1) coveralls (0.8.23) json (>= 1.8, < 3) @@ -419,7 +419,7 @@ GEM activesupport (>= 4.2.0) jquery-dotdotdot-rails (1.6.5) railties (>= 3.1) - jquery-rails (4.4.0) + jquery-rails (4.5.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) @@ -489,7 +489,7 @@ GEM listen (3.2.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.13.0) + loofah (2.18.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.2.4) @@ -748,7 +748,7 @@ GEM daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - thor (1.1.0) + thor (1.2.1) thread_safe (0.3.6) tilt (2.0.10) timecop (0.9.5) @@ -823,7 +823,7 @@ DEPENDENCIES guard-rspec (~> 4.7) jbuilder (~> 2.9) jquery-dotdotdot-rails (~> 1.6) - jquery-rails (~> 4.4) + jquery-rails (~> 4.5) kaminari (~> 1.2) kaminari-mongoid (~> 1.0) mongo (~> 2.1)!