Skip to content

Commit ebc6229

Browse files
JamesForseeyugui
authored andcommitted
Update default jsonnet version to v0.18.0
1 parent 73402b7 commit ebc6229

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2828
installation. However you can use the system version of Jsonnet if you prefer.
2929
This would be the recommended route if you want to use a different version
3030
of Jsonnet or are having problems installing this.

ext/jsonnet/extconf.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)