c44a4bbc4b69b4f55cfc0b1aa0e26aadbfa238bc
See https://github.com/bundler/bundler/issues/6870 Bundler 2.x dropped support for Ruby < 2.3 so now we detect ruby version and install last known to work version. This means that newer OS will get newer versions of bundler. Change-Id: I521affb16d8d2312be3ff507a014adddacd6cb8b Closes-Bug: #1810401 (cherry picked from commit6185377713) (cherry picked from commit9b6f1e1453)
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://git.openstack.org/openstack/puppet-openstack_spec_helper',
:require => false
In your Rakefile, require the rake_tasks library:
require 'puppet-openstack_spec_helper/rake_tasks'
Instructions for using puppet-openstack_spec_helper/beaker_spec_helper in
spec/spec_helper_acceptance.rb to come soon.
Description
Languages
Python
44.3%
Ruby
38.1%
Shell
17.6%