Skip to content

Commit

Permalink
Merge pull request #64 from opus-codium/modulesync
Browse files Browse the repository at this point in the history
Sync with ModuleSync
  • Loading branch information
neomilium committed Oct 3, 2023
2 parents 4d5f082 + eba5565 commit 0d18b8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# DO NOT EDIT THIS FILE!
# This file is managed by ModuleSync.

* @opus-codium/core
* @opus-codium/vittoria-conseil
* @opus-codium/core @opus-codium/vittoria-conseil
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
source ENV['GEM_SOURCE'] || 'https://rubygems.org'

group :test do
gem 'voxpupuli-test', '~> 6.0', :require => false
gem 'voxpupuli-test', '~> 7.0', :require => false
gem 'coveralls', :require => false
gem 'simplecov-console', :require => false
gem 'puppet_metadata', '~> 3.0', :require => false
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
add_custom_fact name.to_sym, value
end
end
Dir['./spec/support/spec/**/*.rb'].sort.each { |f| require f }

0 comments on commit 0d18b8a

Please sign in to comment.