Skip to content

Commit 9573ba0

Browse files
committed
deps: Use :windows to denote any windows platform in the Gemfile.
1 parent 74aef8b commit 9573ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ gem "byebug"
7777
gem "httparty"
7878

7979
# windows support (linux timezone directory is used in the project)
80-
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw]
80+
gem "tzinfo-data", platforms: %i[windows]
8181

8282
# Sentry
8383
gem "sentry-rails"

0 commit comments

Comments
 (0)