summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-25 18:02:11 -0400
committerDavid Gay <david@davidgay.org>2021-05-25 18:02:11 -0400
commit69d8373e5af170fd23ba46067f76bc69cfb1337d (patch)
treefea79662fad04a9888c4dd03280d61bc9960ecab /Gemfile
parent33bac455f70f6bab0c1b81f0d425a993b08c8893 (diff)
Gemfile: Get rid of Windows crap
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 6888888..9c72bc5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -66,6 +66,3 @@ group :test do
# Easy installation and use of web drivers to run system tests with browsers
gem "webdrivers"
end
-
-# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
-gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]