File tree 6 files changed +15
-10
lines changed
6 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
13
13
jobs :
14
14
puppet :
15
15
name : Puppet
16
- uses : voxpupuli/gha-puppet/.github/workflows/beaker.yml@v1
16
+ uses : voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
17
17
with :
18
18
pidfile_workaround : ' false'
19
19
unit_runs_on : ' cern-self-hosted'
Original file line number Diff line number Diff line change 12
12
jobs :
13
13
release :
14
14
name : Release
15
- uses : voxpupuli/gha-puppet/.github/workflows/release.yml@v1
15
+ uses : voxpupuli/gha-puppet/.github/workflows/release.yml@v2
16
16
with :
17
17
allowed_owner : ' voxpupuli'
18
18
secrets :
Original file line number Diff line number Diff line change 2
2
# Managed by modulesync - DO NOT EDIT
3
3
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
4
4
5
- modulesync_config_version : ' 7.0 .0'
5
+ modulesync_config_version : ' 7.2 .0'
Original file line number Diff line number Diff line change 35
35
/.yardoc/
36
36
/.yardopts
37
37
/Dockerfile
38
+ /HISTORY.md
Original file line number Diff line number Diff line change 1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2022-03-21 13:44:28 UTC using RuboCop version 1.22.3 .
3
+ # on 2023-08-17 21:35:36 UTC using RuboCop version 1.50.2 .
4
4
# The point is for the user to remove these configuration records
5
5
# one by one as the offenses are removed from the code base.
6
6
# Note that changes in the inspected code, or installation of new
7
7
# versions of RuboCop, may require this file to be generated again.
8
8
9
+ # Offense count: 1
10
+ # This cop supports unsafe autocorrection (--autocorrect-all).
11
+ RSpec/BeEq :
12
+ Exclude :
13
+ - ' spec/unit/facter/util/fact_nginx_version_spec.rb'
14
+
9
15
# Offense count: 7
10
16
# Configuration parameters: AllowSubject.
11
17
RSpec/MultipleMemoizedHelpers :
@@ -19,7 +25,7 @@ RSpec/RepeatedExampleGroupBody:
19
25
- ' spec/defines/resource_mailhost_spec.rb'
20
26
21
27
# Offense count: 1
22
- # Cop supports --auto-correct .
28
+ # This cop supports unsafe autocorrection (--autocorrect-all) .
23
29
Style/SelectByRegexp :
24
30
Exclude :
25
31
- ' spec/defines/resource_location_spec.rb'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ group :test do
7
7
gem 'voxpupuli-test' , '~> 7.0' , :require => false
8
8
gem 'coveralls' , :require => false
9
9
gem 'simplecov-console' , :require => false
10
- gem 'puppet_metadata' , '~> 3.0 ' , :require => false
10
+ gem 'puppet_metadata' , '~> 3.5 ' , :require => false
11
11
end
12
12
13
13
group :development do
@@ -16,13 +16,11 @@ group :development do
16
16
end
17
17
18
18
group :system_tests do
19
- gem 'voxpupuli-acceptance' , '~> 2 .0' , :require => false
19
+ gem 'voxpupuli-acceptance' , '~> 3 .0' , :require => false
20
20
end
21
21
22
22
group :release do
23
- gem 'github_changelog_generator' , '>= 1.16.1' , :require => false
24
- gem 'voxpupuli-release' , '~> 3.0' , :require => false
25
- gem 'faraday-retry' , '~> 2.1' , :require => false
23
+ gem 'voxpupuli-release' , '~> 3.0' , :require => false
26
24
end
27
25
28
26
gem 'rake' , :require => false
You can’t perform that action at this time.
0 commit comments