Skip to content

Commit

Permalink
(#18214) Update gem dependency to json_pure from json
Browse files Browse the repository at this point in the history
As the json gem requires ruby-dev, gcc, and other tools to install via
rubygems, this commit changes the dependency to json_pure for gems, which will
lessen the dependencies required for install, as json_pure is pure ruby, with
no compilation required.
  • Loading branch information
haus committed Dec 20, 2012
1 parent 3d8785c commit 1fd1466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/project_data.yaml
Expand Up @@ -13,5 +13,5 @@ gem_require_path: 'lib'
gem_test_files: 'spec/**/*'
gem_executables: 'hiera'
gem_runtime_dependencies:
json:
json_pure:
gem_default_executables: 'hiera'

0 comments on commit 1fd1466

Please sign in to comment.