From f3295c6d0c79eec1300215a44b55ca38e17c771f Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sat, 2 May 2020 19:18:14 +0800 Subject: [PATCH] Remove unused gems. --- Gemfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Gemfile b/Gemfile index b83857d..7a2f050 100644 --- a/Gemfile +++ b/Gemfile @@ -12,6 +12,3 @@ end group :test do gem "html-proofer" end - -# Windows does not include zoneinfo files, so bundle the tzinfo-data gem -gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]