diff options
author | David Gay <david@davidgay.org> | 2021-05-25 18:02:11 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-25 18:02:11 -0400 |
commit | 69d8373e5af170fd23ba46067f76bc69cfb1337d (patch) | |
tree | fea79662fad04a9888c4dd03280d61bc9960ecab | |
parent | 33bac455f70f6bab0c1b81f0d425a993b08c8893 (diff) |
Gemfile: Get rid of Windows crap
-rw-r--r-- | Gemfile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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] |