1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Update gems

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.
This commit is contained in:
David Tolnay
2015-08-15 13:12:58 -07:00
parent 6d2f917a3a
commit 161a6fa635
2 changed files with 31 additions and 30 deletions

View File

@@ -4,3 +4,4 @@ gem "rake"
gem "bonsai" gem "bonsai"
gem "maruku" gem "maruku"
gem "ronn" gem "ronn"
gem "mustache", "<1.0" # to support ruby <2.0

View File

@@ -1,15 +1,14 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
POpen4 (0.1.4) activesupport (4.2.3)
Platform (>= 0.4.0) i18n (~> 0.7)
open4 json (~> 1.7, >= 1.7.7)
Platform (0.4.0) minitest (~> 5.1)
activesupport (3.2.12) thread_safe (~> 0.3, >= 0.3.4)
i18n (~> 0.6) tzinfo (~> 1.1)
multi_json (~> 1.0) addressable (2.3.8)
addressable (2.3.4) bonsai (1.4.9)
bonsai (1.4.8)
activesupport (>= 3.0.3) activesupport (>= 3.0.3)
builder (>= 3.0.0) builder (>= 3.0.0)
i18n (>= 0.5.0) i18n (>= 0.5.0)
@@ -22,36 +21,36 @@ GEM
tilt (>= 1.3) tilt (>= 1.3)
watch (>= 0.1.0) watch (>= 0.1.0)
yui-compressor yui-compressor
builder (3.2.0) builder (3.2.2)
hpricot (0.8.6) hpricot (0.8.6)
i18n (0.6.4) i18n (0.7.0)
launchy (2.3.0) json (1.8.3)
launchy (2.4.3)
addressable (~> 2.3) addressable (~> 2.3)
liquid (2.5.0) liquid (3.0.6)
maruku (0.6.1) maruku (0.7.2)
syntax (>= 1.0.0) minitest (5.8.0)
multi_json (1.7.3) mustache (0.99.8)
mustache (0.99.4) rack (1.6.4)
open4 (1.3.0) rack-protection (1.5.3)
rack (1.5.2)
rack-protection (1.5.0)
rack rack
rake (10.0.3) rake (10.4.2)
rdiscount (2.0.7.2) rdiscount (2.1.8)
ronn (0.7.3) ronn (0.7.3)
hpricot (>= 0.8.2) hpricot (>= 0.8.2)
mustache (>= 0.7.0) mustache (>= 0.7.0)
rdiscount (>= 1.5.8) rdiscount (>= 1.5.8)
sass (3.2.8) sass (3.4.16)
sinatra (1.4.2) sinatra (1.4.6)
rack (~> 1.5, >= 1.5.2) rack (~> 1.4)
rack-protection (~> 1.4) rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4) tilt (>= 1.3, < 3)
syntax (1.0.0) thread_safe (0.3.5)
tilt (1.4.0) tilt (2.0.1)
tzinfo (1.2.2)
thread_safe (~> 0.1)
watch (0.1.0) watch (0.1.0)
yui-compressor (0.9.6) yui-compressor (0.12.0)
POpen4 (>= 0.1.4)
PLATFORMS PLATFORMS
ruby ruby
@@ -59,5 +58,6 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
bonsai bonsai
maruku maruku
mustache (< 1.0)
rake rake
ronn ronn