From f205910f97ee08b3b4053ff91f59cb1758f7ba02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 23:10:19 +0000 Subject: [PATCH] Bump jquery-rails from 4.3.5 to 4.5.1 Bumps [jquery-rails](https://github.com/rails/jquery-rails) from 4.3.5 to 4.5.1. - [Changelog](https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rails/jquery-rails/compare/v4.3.5...v4.5.1) --- updated-dependencies: - dependency-name: jquery-rails dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index e671541be..49d08d983 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'pg', '~> 1.2.3' gem 'bootsnap', '~> 1.4.6', require: false # js and css frameworks -gem 'jquery-rails', '4.3.5' +gem 'jquery-rails', '4.5.1' gem 'jquery-ui-rails', '~> 6.0.1' gem 'bootstrap-sass', '~> 3.4.1' gem 'cropper-rails', '~> 2.3.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 5607d28be..7498bca1a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -159,7 +159,7 @@ GEM climate_control (0.2.0) clipboard-rails (1.7.1) coderay (1.1.3) - concurrent-ruby (1.2.0) + concurrent-ruby (1.2.2) crass (1.0.6) cropper-rails (2.3.2.1) railties (>= 3.1.0) @@ -246,10 +246,10 @@ GEM gretel (3.0.9) rails (>= 3.1.0) hashie (5.0.0) - i18n (1.12.0) + i18n (1.13.0) concurrent-ruby (~> 1.0) jmespath (1.6.2) - jquery-rails (4.3.5) + jquery-rails (4.5.1) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) @@ -272,7 +272,7 @@ GEM addressable (~> 2.8) letter_opener (1.2.0) launchy (~> 2.2) - loofah (2.19.1) + loofah (2.20.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.8.0.1) @@ -294,7 +294,7 @@ GEM nokogiri (~> 1) rake mini_mime (1.1.2) - minitest (5.17.0) + minitest (5.18.0) momentjs-rails (2.20.1) railties (>= 3.1) msgpack (1.6.0) @@ -311,7 +311,7 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.8) - nokogiri (1.14.0-x86_64-linux) + nokogiri (1.14.3-x86_64-linux) racc (~> 1.4) non-stupid-digest-assets (1.0.9) sprockets (>= 2.0) @@ -341,12 +341,12 @@ GEM pry (>= 0.10.4) public_suffix (5.0.1) racc (1.6.2) - rack (2.2.6.2) + rack (2.2.7) rack-contrib (2.3.0) rack (~> 2.0) rack-protection (3.0.5) rack - rack-test (2.0.2) + rack-test (2.1.0) rack (>= 1.3) rails (5.2.4.2) actioncable (= 5.2.4.2) @@ -442,7 +442,7 @@ GEM tilt (2.0.11) timeout (0.3.1) ttfunk (1.4.0) - tzinfo (1.2.10) + tzinfo (1.2.11) thread_safe (~> 0.1) unf (0.1.4) unf_ext @@ -496,7 +496,7 @@ DEPENDENCIES fullcalendar-rails gretel (~> 3.0.9) journal! - jquery-rails (= 4.3.5) + jquery-rails (= 4.5.1) jquery-ui-rails (~> 6.0.1) kaminari (~> 1.2.0) letter_opener (~> 1.2.0)