From c869cf2d5a653692a987e64a13c0d9faf1c72b36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 17:50:13 +0000 Subject: [PATCH] Bump rack from 2.2.3 to 2.2.3.1 Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.3.1. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.2.3...2.2.3.1) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index dbdc576fb7..fb6540fdea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,6 +55,11 @@ GEM activerecord (6.1.4.4) activemodel (= 6.1.4.4) activesupport (= 6.1.4.4) + activerecord-jdbc-adapter (61.2-java) + activerecord (~> 6.1.0) + activerecord-jdbcsqlite3-adapter (61.2-java) + activerecord-jdbc-adapter (= 61.2) + jdbc-sqlite3 (~> 3.8, < 3.30) activestorage (6.1.4.4) actionpack (= 6.1.4.4) activejob (= 6.1.4.4) @@ -86,6 +91,7 @@ GEM i18n (1.8.11) concurrent-ruby (~> 1.0) io-wait (0.2.1) + jdbc-sqlite3 (3.28.0) json (2.3.1) json (2.3.1-java) loofah (2.13.0) @@ -117,7 +123,7 @@ GEM ast (~> 2.4.1) racc (1.6.0) racc (1.6.0-java) - rack (2.2.3) + rack (2.2.3.1) rack-test (1.1.0) rack (>= 1.0, < 3) rails (6.1.4.4)