From 31520200fd33ff62cc208d4fd91e5d24e680fa39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 01:43:28 +0000 Subject: [PATCH] Bump rack from 2.0.4 to 2.2.3 in /rails/tweet_app Bumps [rack](https://github.com/rack/rack) from 2.0.4 to 2.2.3. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.0.4...2.2.3) Signed-off-by: dependabot[bot] --- rails/tweet_app/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rails/tweet_app/Gemfile.lock b/rails/tweet_app/Gemfile.lock index ea5b762..847c987 100644 --- a/rails/tweet_app/Gemfile.lock +++ b/rails/tweet_app/Gemfile.lock @@ -78,7 +78,7 @@ GEM pry-rails (0.3.4) pry (>= 0.9.10) puma (3.6.2) - rack (2.0.4) + rack (2.2.3) rack-test (0.6.3) rack (>= 1.0) rails (5.0.3)