Skip to content

Commit 37a6536

Browse files
committed
Merge pull request #1073 from barmintor/winfix
pull in tzinfo-data if on windows in the demo template
2 parents 0881274 + 3b971df commit 37a6536

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template.demo.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
gem "blacklight", ">= 5.3.0"
2+
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
23

34
run "bundle install"
45

@@ -16,4 +17,4 @@
1617
rake "jetty:start"
1718
rake "blacklight:solr:seed"
1819
rake "jetty:stop"
19-
end
20+
end

0 commit comments

Comments
 (0)