We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7816fb commit b421fa8Copy full SHA for b421fa8
ext/jsonnet/extconf.rb
@@ -13,8 +13,8 @@ def using_system_libraries?
13
require 'mini_portile2'
14
message "Using mini_portile version #{MiniPortile::VERSION}\n"
15
16
- recipe = MiniPortile.new('jsonnet', 'v0.16.0')
17
- recipe.files = ['https://github.com/google/jsonnet/archive/v0.16.0.tar.gz']
+ recipe = MiniPortile.new('jsonnet', 'v0.17.0')
+ recipe.files = ['https://github.com/google/jsonnet/archive/v0.17.0.tar.gz']
18
class << recipe
19
20
def compile
0 commit comments