Skip to content

Commit

Permalink
Merge pull request #16 from voxpupuli/updates
Browse files Browse the repository at this point in the history
Update puppet to 7.31.0 & 8.7.0 and also update gem versions
  • Loading branch information
rwaffen committed Jun 13, 2024
2 parents 4aaea50 + 35f7089 commit 38cac52
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions build_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
{
"puppet_release": 7,
"base_image": "ghcr.io/betadots/ruby:2.7.8-focal",
"rubygem_puppet": "7.30.0",
"rubygem_facter": "4.7.0",
"rubygem_voxpupuli_test": "7.1.0",
"rubygem_voxpupuli_acceptance": "3.0.0",
"rubygem_puppet": "7.31.0",
"rubygem_facter": "4.7.1",
"rubygem_voxpupuli_test": "8.0.0",
"rubygem_voxpupuli_acceptance": "3.2.0",
"rubygem_voxpupuli_release": "3.0.1",
"rubygem_puppet_metadata": "3.6.0",
"rubygem_puppet_metadata": "4.0.0",
"rubygem_overcommit": "0.63.0",
"rubygem_modulesync": "3.2.0",
"rubygem_r10k": "4.1.0",
Expand All @@ -18,12 +18,12 @@
{
"puppet_release": 8,
"base_image": "ghcr.io/betadots/ruby:3.2.3-jammy",
"rubygem_puppet": "8.6.0",
"rubygem_facter": "4.7.0",
"rubygem_voxpupuli_test": "7.1.0",
"rubygem_voxpupuli_acceptance": "3.0.0",
"rubygem_puppet": "8.7.0",
"rubygem_facter": "4.7.1",
"rubygem_voxpupuli_test": "8.0.0",
"rubygem_voxpupuli_acceptance": "3.2.0",
"rubygem_voxpupuli_release": "3.0.1",
"rubygem_puppet_metadata": "3.6.0",
"rubygem_puppet_metadata": "4.0.0",
"rubygem_overcommit": "0.63.0",
"rubygem_modulesync": "3.2.0",
"rubygem_r10k": "4.1.0",
Expand Down
1 change: 1 addition & 0 deletions voxbox/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ gem 'voxpupuli-acceptance', ENV['RUBYGEM_VOXPUPULI_ACCEPTANCE']
gem 'voxpupuli-release', ENV['RUBYGEM_VOXPUPULI_RELEASE']
gem 'voxpupuli-test', ENV['RUBYGEM_VOXPUPULI_TEST']
gem 'rubocop-performance', ENV['RUBYGEM_RUBOCOP_PERFORMANCE']
gem 'ffi', '~> 1.16.3' # ffi 1.17.0 has change dependencies - see https://github.com/ffi/ffi/issues/1105

# vim: syntax=ruby

0 comments on commit 38cac52

Please sign in to comment.