From 6b454a1ad277cacd85c49a83baf5bc050104ce36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 04:19:43 +0000 Subject: [PATCH] Bump jsbundling-rails from 1.0.0 to 1.0.2 Bumps [jsbundling-rails](https://github.com/rails/jsbundling-rails) from 1.0.0 to 1.0.2. - [Release notes](https://github.com/rails/jsbundling-rails/releases) - [Commits](https://github.com/rails/jsbundling-rails/compare/v1.0.0...v1.0.2) --- updated-dependencies: - dependency-name: jsbundling-rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d271bf4c..a54a99b8 100644 --- a/Gemfile +++ b/Gemfile @@ -97,7 +97,7 @@ gem "deep_cloneable" gem "groupdate" gem "inline_svg", "~> 1.8" gem "invisible_captcha", "~> 2.0" -gem "jsbundling-rails", "~> 1.0.0" +gem "jsbundling-rails", "~> 1.0.2" gem "local_time", "~> 2.1" gem "name_of_person", "~> 1.0" gem "noticed", "~> 1.5" diff --git a/Gemfile.lock b/Gemfile.lock index 556a1c9b..be57670e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -269,7 +269,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - jsbundling-rails (1.0.0) + jsbundling-rails (1.0.2) railties (>= 6.0.0) kaminari (1.2.2) activesupport (>= 4.1.0) @@ -543,7 +543,7 @@ DEPENDENCIES inline_svg (~> 1.8) invisible_captcha (~> 2.0) jbuilder! - jsbundling-rails (~> 1.0.0) + jsbundling-rails (~> 1.0.2) jumpstart! letter_opener_web (~> 2.0) local_time (~> 2.1)