Library gem used by Infra puppet modules
Go to file
Jeremy Stanley 0af997e27f Block minitest 5.12.1
Failing on centos-7 builds:

Gem::InstallError: minitest requires Ruby version ~> 2.3.

https://github.com/seattlerb/minitest/commit/c6352b4 raised the
minimum from Ruby 1.8.7 (unenforced) to 2.3 (enforced) in the
minitest 5.12.1 release, so use 5.12.0 for now.

Change-Id: I56e9693a8d9df6051874ff1ff7096db08bc00dad
2019-10-10 12:51:36 +00:00
lib/puppet-openstack_infra_spec_helper Merge "Install puppet with ansible" 2019-05-15 23:09:33 +00:00
.gitignore Initial commit 2016-06-21 16:19:09 -07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:26:04 +00:00
CHANGELOG.md Initial commit 2016-06-21 16:19:09 -07:00
LICENSE Initial commit 2016-06-21 16:19:09 -07:00
README.md Update for opendev 2019-04-20 14:12:51 +00:00
puppet-openstack_infra_spec_helper.gemspec Block minitest 5.12.1 2019-10-10 12:51:36 +00:00
run_unit_tests.sh Block hashdiff 0.3.9 and bundler 2.0 2019-04-23 17:31:34 +02:00

README.md

Puppet-OpenStack-Infra Spec Helper

This gem provides transitive dependencies for the OpenStack Puppet Modules OpenStack Infra Modules.

Usage

Include this gem in your Gemfile:

gem 'puppet-openstack_infra_spec_helper',
  :git => 'https://opendev.org/opendev/puppet-openstack_infra_spec_helper',
  :require => false