diff --git a/README.md b/README.md index a127311..c11b1d1 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Or install it yourself as: $ gem install jsonnet ``` -By default this gem will compile and install Jsonnet (v0.16.0) as part of +By default this gem will compile and install Jsonnet (v0.18.0) as part of installation. However you can use the system version of Jsonnet if you prefer. This would be the recommended route if you want to use a different version of Jsonnet or are having problems installing this. diff --git a/ext/jsonnet/extconf.rb b/ext/jsonnet/extconf.rb index c978abc..132c5fc 100644 --- a/ext/jsonnet/extconf.rb +++ b/ext/jsonnet/extconf.rb @@ -13,8 +13,8 @@ def using_system_libraries? require 'mini_portile2' message "Using mini_portile version #{MiniPortile::VERSION}\n" - recipe = MiniPortile.new('jsonnet', 'v0.17.0') - recipe.files = ['https://github.com/google/jsonnet/archive/v0.17.0.tar.gz'] + recipe = MiniPortile.new('jsonnet', 'v0.18.0') + recipe.files = ['https://github.com/google/jsonnet/archive/v0.18.0.tar.gz'] class << recipe def compile