Skip to content

Commit

Permalink
Merge pull request #158 from voxpupuli/modulesync
Browse files Browse the repository at this point in the history
modulesync 5.2.0
  • Loading branch information
bastelfreak committed Apr 26, 2022
2 parents fb25f9b + 59d6f87 commit fdc2bdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ fixtures:
apt: https://github.com/puppetlabs/puppetlabs-apt.git
ssh_keygen: https://github.com/voxpupuli/puppet-ssh_keygen.git
systemd: https://github.com/voxpupuli/puppet-systemd.git
sshkeys_core: https://github.com/puppetlabs/puppetlabs-sshkeys_core.git
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ If you have Ruby 2.x or want a specific version of Puppet,
you must set an environment variable such as:

```sh
export PUPPET_GEM_VERSION="~> 5.5.6"
export PUPPET_GEM_VERSION="~> 6.1.0"
```

You can install all needed gems for spec tests into the modules directory by
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

source ENV['GEM_SOURCE'] || "https://rubygems.org"
source ENV['GEM_SOURCE'] || 'https://rubygems.org'

group :test do
gem 'voxpupuli-test', '~> 5.0', :require => false
Expand Down

0 comments on commit fdc2bdb

Please sign in to comment.