File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Or install it yourself as:
2424$ gem install jsonnet
2525```
2626
27- By default this gem will compile and install Jsonnet (v0.16 .0) as part of
27+ By default this gem will compile and install Jsonnet (v0.18 .0) as part of
2828installation. However you can use the system version of Jsonnet if you prefer.
2929This would be the recommended route if you want to use a different version
3030of Jsonnet or are having problems installing this.
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ def using_system_libraries?
1313 require 'mini_portile2'
1414 message "Using mini_portile version #{ MiniPortile ::VERSION } \n "
1515
16- recipe = MiniPortile . new ( 'jsonnet' , 'v0.17 .0' )
17- recipe . files = [ 'https://github.com/google/jsonnet/archive/v0.17 .0.tar.gz' ]
16+ recipe = MiniPortile . new ( 'jsonnet' , 'v0.18 .0' )
17+ recipe . files = [ 'https://github.com/google/jsonnet/archive/v0.18 .0.tar.gz' ]
1818 class << recipe
1919
2020 def compile
You can’t perform that action at this time.
0 commit comments