mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
I updated some of these gems for a different project, and suddenly `rake build` was giving very different output compared to the current gh-pages. This commit makes sure everyone updating gh-pages is using reasonably similar versions, so we avoid spurious diffs.
8 lines
125 B
Ruby
8 lines
125 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "rake"
|
|
gem "bonsai"
|
|
gem "maruku"
|
|
gem "ronn"
|
|
gem "mustache", "<1.0" # to support ruby <2.0
|