aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
AgeCommit message (Collapse)Author
2023-09-15(PA-5722) Update to PDK template 2.7.5Michael Hashizume
In preparation for a new release of this module, this PR updates the module from using version 2.7.1 of the PDK template to 2.7.5.
2023-02-14(MODULES-11371) Pin gems for auto releaseMichael Hashizume
Modeling after the learnings of the support team in commit puppetlabs/puppetlabs-puppet_metrics_collector@78dd858 This commit pins the github_changelog_generator gem to its latest version to make it work, and the concurrent-ruby to an older version to compensate for the version of PDK shipped in the dev-tools container image.
2023-02-14(MODULES-11371) Add Vox Beaker gemMichael Hashizume
In 24d2929, we updated the module according to PDK template 7.2.1, which updated puppetlabs_spec_helper. The updated version of puppetlabs_spec_helper removed the Beaker rake task, which we use for acceptance testing. This commit adds the voxpupuli-acceptance gem, which re-adds the Beaker rake task.
2023-02-10(MODULES-11371) Updates PDK templateMichael Hashizume
This commit runs `pdk update` using the most recent template at the time (2.7.1) and updates metadata.json to allow Puppet versions < 9.0.0 in preparation for the release of Puppet 8.
2021-12-28(maint) Pin async gemChristopher Thorn
Async 2.0.0 requires a Ruby 3 bump, so pinning to 1.x
2021-09-30(MODULES-11197) Update puppetlabs-augeas_core to latest pdk templateBobosila Victor
Also updated `.sync` file to include the `auto_release.yml` workflow
2021-03-08(maint) Bump PDK to 2Gabriel Nagy
PDK 2 has been released which now accepts Facter 4, so we can use it now.
2021-02-18(maint) Pin puppet-module-gemsGabriel Nagy
Pin puppet-module-posix-system and puppet-module-win-system to an older version since the newer ones do not bundle some gems that we use in acceptance (i.e. beaker-module_install_helper), causing tests to fail.
2021-02-18(MODULES-10945) Do not install PDK when running PR testsGabriel Nagy
Create a separate group in the Gemfile for pdk and puppet-blacksmith which are only used for releasing. In the workflow, avoid installing the release group.
2020-10-05(maint) Add pdk back in GemfileLuchian Nemes
During the removal of `puppet-module-dev`, the pdk (and puppet-blacksmith also) gem were also removed by mistake. This commit makes us able to release again.
2020-09-29(maint) Add PDK dependencyGabriel Nagy
It appears that PDK is now needed to use the module:push task from puppet-blacksmith. Add it as a dependency.
2020-09-29(maint) Readd puppet-blacksmith dependencyGabriel Nagy
The release job uses a task from this gem which we lost on the way when removing the puppet-module-gems dependency.
2020-09-10(maint) Remove 'puppet-module-dev' gem dependencyLuchian Nemes
In preparation for the Puppet 7 release, the `puppet-module-posix-dev-r2.7` and `puppet-module-posix-dev-r2.7` gems had to be removed from `Gemfile` due to the following dependency error: `puppet-module-posix-dev-r2.7` depends on `puppet_litmus` which depends on `bolt` which depends on `puppet` which is locked to a version below 7 Also added the needed gems that were lost in the above removal process.
2020-02-25(maint) bump to beaker 4Ciprian Badescu
2019-10-24(maint) Add chagelog-generatormihaibuzgau
2019-10-23(maint) Update module using pdk 1.14.0Josh Cooper
2019-01-08(maint) Use templates from pdk-templates repoMelissa Stone
2019-01-08(maint) update PDK to 1.8.0; update all templatesMelissa Stone
2018-07-17(maint) Update beaker-puppet version to 0.16Melissa Stone
2018-06-28Add puppet-stringsJosh Cooper
2018-06-28pdk update using 1.6.0Josh Cooper
2018-06-28Run pdk updateJosh Cooper
Update rubocop rules and Gemfile
2018-06-27Module creation using pdk 1.5Josh Cooper