Go to file
Takashi Kajinami a75cf9b6b1 pin bundler to 2.2.11
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
2021-03-02 22:42:39 +09:00
2019-04-19 19:32:19 +00:00
2020-09-19 00:40:12 +02:00
2016-03-21 15:20:20 -04:00
2021-03-02 22:42:39 +09:00
2018-04-06 20:14:56 +08:00
2020-09-20 17:46:24 +00:00
2016-06-23 17:05:05 -04:00
2020-09-19 00:40:12 +02:00
2016-03-14 08:35:24 -04:00

Team and repository tags

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
Library gem used by Puppet OpenStack modules
Readme 3.8 MiB
Languages
Python 44.3%
Ruby 38.1%
Shell 17.6%