From 64f55c545628c69c335d5e6d9b6c12440e62f172 Mon Sep 17 00:00:00 2001 From: Remy Mathieu Date: Mon, 30 May 2022 14:56:53 +0200 Subject: [PATCH] Gemfile: remove `rack` dependency. --- Gemfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gemfile b/Gemfile index 627b828d..28e6ad45 100644 --- a/Gemfile +++ b/Gemfile @@ -10,10 +10,6 @@ gem 'minitest-matchers' gem 'yard', '~> 0.9.20' gem 'climate_control', '~> 0.2.0' -if RUBY_VERSION < '2.2.2' - gem 'rack', '~> 1.6' # required on older ruby versions -end - if RUBY_VERSION >= '2.3.0' gem 'allocation_stats' end