a75cf9b6b18134cd6b1285740e2941bb228e053b
It seems the latest 2.2.12 requires rake>13.0 installed and that requirement doesn't work well in current our CI jobs. Let's pin it to the previous version until we resolve the issue Note that this change only covers library jobs and we also need the same fix for puppet-openstack-integration later. This change also removes the pin for the very old Ruby version. Closes-Bug: #1917457 Change-Id: Ibafcb3b994db361df3427ca2afe4dd3d08028add
Team and repository tags
Puppet-OpenStack Spec Helper
This gem provides helper utilities for running rspec tests in the OpenStack Puppet Modules.
Usage
Include this gem in your Gemfile:
gem 'puppet-openstack_spec_helper',
:git => 'https://opendev.org/openstack/puppet-openstack_spec_helper',
:require => false
In your Rakefile, require the rake_tasks library:
require 'puppet-openstack_spec_helper/rake_tasks'
Release notes for the project can be found at: https://docs.openstack.org/releasenotes/puppet-openstack_spec_helper
The project source code repository is located at: https://opendev.org/openstack/puppet-openstack_spec_helper
Contributors for the project can be found at: https://github.com/openstack/puppet-openstack_spec_helper/graphs/contributors
Developer documentation for the entire puppet-openstack project can be found at: https://docs.openstack.org/puppet-openstack-guide/latest/
Description
Languages
Python
44.3%
Ruby
38.1%
Shell
17.6%