We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f34206 commit f929b89Copy full SHA for f929b89
1 file changed
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.9.4')
17
- recipe.files = ['https://github.com/google/jsonnet/archive/v0.9.4.tar.gz']
+ recipe = MiniPortile.new('jsonnet', 'v0.10.0')
+ recipe.files = ['https://github.com/google/jsonnet/archive/v0.10.0.tar.gz']
18
class << recipe
19
20
def compile
0 commit comments