Skip to content

Commit cc76889

Browse files
Update Gemfile
Co-authored-by: Alex Bevilacqua <alex@alexbevi.com>
1 parent 1a3797a commit cc76889

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Gemfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ end
1818

1919
gem 'i18n', *i18n_versions
2020

21-
platform :windows do
22-
gem 'tzinfo-data'
23-
end
21+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
22+
gem "tzinfo-data", platforms: %i[ windows jruby ]

0 commit comments

Comments
 (0)