Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

rubygems-update (2) Versions 0.1.1

updates rubygems package to the latest

Policyfile
Berkshelf
Knife
cookbook 'rubygems-update', '~> 0.1.1', :supermarket
cookbook 'rubygems-update', '~> 0.1.1'
knife supermarket install rubygems-update
knife supermarket download rubygems-update
README
Dependencies
Changelog
Quality 50%

rubygems-update

A small cookbook that helps you to update system's and chef-client's rubygems version as they a rarely updated via the system updates.

It was created to mitigate problems like that one: https://www.ruby-lang.org/en/news/2018/02/17/multiple-vulnerabilities-in-rubygems/

How to use

This cookbook just runs gem update --system for both system's and chef-client's embedded RubyGems setup.

Just add it to your run_list: recipe[rubgems-update]

If you do not want either system or chef-client gem to be updated you can set attributes:

node['rubygems-update']['chef-client']['skip'] = true

# or

node['rubgems-update']['system']['skip'] = true

Or you can add only the desired recipe: recipe[rubgems-update::system] / recipe[rubgems-update::chef-client]

Supported platforms

Tested on:

  • Ubuntu 16.04
  • Debian 8
  • Debian 9
  • Centos 6
  • Centos 7
  • Fedora 26
  • Fedora 27

TODO

  • Run 'update' commands a bit rarer then during every chef run.

Sponsored by Evil Martians

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

rubygems-update

0.1.1 (06-03-2018)

  • TESTING.md was added.
  • Tiny CHANGELOG fixes.

0.1.0 (06-03-2018)

  • Initial release.

Collaborator Number Metric
            

0.1.1 passed this metric

Contributing File Metric
            

0.1.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.1.1 passed this metric

No Binaries Metric
            

0.1.1 passed this metric

Testing File Metric
            

0.1.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.1.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number