github.com/stackb/rules_proto@v0.0.0-20240221195024-5428336c51f1/docs/Gemfile (about) 1 source "https://rubygems.org" 2 gem "github-pages", group: :jekyll_plugins 3 4 # just-the-docs Jekyll theme 5 gem "just-the-docs" 6 7 # Windows does not include zoneinfo files, so bundle the tzinfo-data gem 8 gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] 9 10 # Performance-booster for watching directories on Windows 11 gem "wdm", "~> 0.1.0" if Gem.win_platform? 12 13 gem "webrick", "~> 1.7"