From 5f72d18c3d8ac39f6d440d935007e6263b1886e7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2020 01:40:33 +0000 Subject: [PATCH] Update rack requirement from ~> 2.0.1 to ~> 2.2.3 Updates the requirements on [rack](https://github.com/rack/rack) to permit the latest version. - [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.1...2.2.3) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3020708..da420e2 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # gem "rails" source 'https://rubygems.org' gem 'nokogiri' -gem 'rack', '~> 2.0.1' +gem 'rack', '~> 2.2.3' gem 'rspec'