From 7954b30ee00435880a7b67924902d2ea4d84a680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Apr 2023 10:48:40 +0000 Subject: [PATCH] Bump sprockets from 3.6.0 to 3.7.2 Bumps [sprockets](https://github.com/rails/sprockets) from 3.6.0 to 3.7.2. - [Release notes](https://github.com/rails/sprockets/releases) - [Changelog](https://github.com/rails/sprockets/blob/v3.7.2/CHANGELOG.md) - [Commits](https://github.com/rails/sprockets/compare/v3.6.0...v3.7.2) --- updated-dependencies: - dependency-name: sprockets dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 2495beb..459831c 100644 --- a/Gemfile +++ b/Gemfile @@ -6,5 +6,5 @@ gem "sinatra-contrib", "~> 1.4.7" gem "rack", "~> 1.6.4" gem "sass", "~> 3.4.22" gem "coffee-script", "~> 2.4.1" -gem "sprockets", "~> 3.6.0" +gem "sprockets", "~> 3.7.2" gem "chronic", "~> 0.10.2" diff --git a/Gemfile.lock b/Gemfile.lock index af948cc..8862e71 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GEM coffee-script-source execjs coffee-script-source (1.10.0) - concurrent-ruby (1.0.2) + concurrent-ruby (1.2.2) execjs (2.7.0) multi_json (1.12.1) rack (1.6.4) @@ -27,7 +27,7 @@ GEM rack-test sinatra (~> 1.4.0) tilt (>= 1.3, < 3) - sprockets (3.6.0) + sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) tilt (2.0.4) @@ -42,7 +42,7 @@ DEPENDENCIES sass (~> 3.4.22) sinatra (~> 1.4.7) sinatra-contrib (~> 1.4.7) - sprockets (~> 3.6.0) + sprockets (~> 3.7.2) BUNDLED WITH 1.11.2