Actions
Feature #16492
closedAdd Gemfile to repository to provide "rake"
Description
foreman-selinux contains a Rakefile for generating the tarball via the pkg:generate_source task, which is used across all Foreman projects to build nightly and release tarballs.
The build jobs on Jenkins have started failing as we're not longer installing rake by default (because we prefer RVM for slaves), so this repo should also contain a Gemfile that helps install the rake gem to run the rake task.
Actions