Skip to content

Commit

Permalink
misc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuchard committed Aug 22, 2024
1 parent 3a16b57 commit 64d6239
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
ruby_version:
- '2.7'
- '3.3'
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
container: ruby:${{ matrix.ruby_version }}-slim
steps:
- name: checkout
uses: actions/checkout@v3
- name: install some pre-requisite packages
uses: actions/checkout@v4
- name: install some prerequisite packages
run: apt-get update && apt-get install -y cmake pkg-config
- name: bundler install
run: bundle install --retry=3
Expand Down
5 changes: 0 additions & 5 deletions Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PuppetCheck: testing gem build, install, and execution
Vagrant.configure(2) do |config|
config.vm.box = 'debian/bullseye64'
config.vm.box = 'debian/bookworm64'

config.vm.provision 'shell', inline: <<-SHELL
cd /vagrant
Expand Down
2 changes: 1 addition & 1 deletion puppet-check.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'puppet-check'
spec.version = '2.3.0'
spec.version = '2.3.1'
spec.authors = ['Matt Schuchard']
spec.description = 'Puppet Check is a gem that provides a comprehensive, streamlined, and efficient analysis of the syntax, style, and validity of your entire Puppet code and data.'
spec.summary = 'A streamlined comprehensive set of checks for your entire Puppet code and data'
Expand Down

0 comments on commit 64d6239

Please sign in to comment.