Skip to content

Commit

Permalink
Merge pull request #148 from puppetlabs/onceover
Browse files Browse the repository at this point in the history
updated Onceover and the puppet gem to puppet 8
  • Loading branch information
16c7x authored May 9, 2024
2 parents d58cdcf + d4edcda commit 75fc0cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# specifying the platform here allows builds to work
# correctly on Apple Silicon machines
FROM --platform=amd64 ruby:3.0.6-slim-buster as base
FROM --platform=amd64 ruby:3.1.0-slim-buster as base

ARG VCS_REF
ARG GH_USER=puppetlabs
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
source 'https://rubygems.org'

gem 'puppet', '~> 8.4'
gem 'onceover', '~> 3.22'
gem 'ffi', '~> 1.12', '>= 1.12.2'
gem 'hiera-eyaml', '~> 3.2', '>= 3.2.1'
gem 'json', '~> 2.3'
gem 'nokogiri', '~> 1.10', '>= 1.10.9'
gem 'onceover', '~> 3.20', '>= 3.20.0'
gem 'onceover-codequality', '~> 0.8', '>= 0.8.0'
gem 'onceover-octocatalog-diff', '~> 0.1', '>= 0.1.8'
gem 'onceover-lookup', '~> 0.1', '>= 0.1.1'
Expand All @@ -20,7 +21,6 @@ gem 'puppet-lint-version_comparison-check', '~> 1.0'
gem 'puppet-lint', '~> 2.4'
gem 'puppet-strings', '~> 2.6'
gem 'puppet-syntax', '~> 3.2.0'
gem 'puppet', '~> 7.5'
gem 'puppetlabs_spec_helper', '~> 5.0'
gem 'r10k', '~> 3.8'
gem 'ra10ke', '~> 1.0'
Expand Down

0 comments on commit 75fc0cb

Please sign in to comment.