We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ef1e8 commit e3deee0Copy full SHA for e3deee0
1 file changed
Gemfile
@@ -14,6 +14,10 @@ platforms :ruby, :windows do
14
# gem "ruby-prof", require: false
15
end
16
17
+platforms :windows do
18
+ gem "tzinfo-data"
19
+end
20
+
21
platforms :jruby do
22
gem "sqlite3-ffi"
23
0 commit comments