Skip to content

Commit

Permalink
Merge pull request #58 from voxpupuli/modulesync
Browse files Browse the repository at this point in the history
modulesync 3.0.0
  • Loading branch information
bastelfreak committed Jul 25, 2020
2 parents 5676037 + a3b249b commit aa28afd
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 27 deletions.
3 changes: 3 additions & 0 deletions .github/SECURITY.md
@@ -0,0 +1,3 @@
# Vox Pupuli Security Policy

Our vulnerabilities reporting process is at https://voxpupuli.org/security/
2 changes: 1 addition & 1 deletion .msync.yml
@@ -1 +1 @@
modulesync_config_version: '2.12.0'
modulesync_config_version: '3.0.0'
3 changes: 3 additions & 0 deletions .rubocop.yml
Expand Up @@ -528,6 +528,9 @@ RSpec/RepeatedDescription:
RSpec/NestedGroups:
Enabled: False

RSpec/MultipleExpectations:
Enabled: false

# this is broken on ruby1.9
Layout/IndentHeredoc:
Enabled: False
Expand Down
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,4 +1,5 @@
---
os: linux
dist: bionic
language: ruby
cache: bundler
Expand All @@ -7,7 +8,7 @@ before_install:
- bundle --version
script:
- 'bundle exec rake $CHECK'
matrix:
jobs:
fast_finish: true
include:
- rvm: 2.4.4
Expand Down Expand Up @@ -36,7 +37,7 @@ notifications:
- "chat.freenode.org#voxpupuli-notifications"
deploy:
provider: puppetforge
user: puppet
username: puppet
password:
secure: "FTAS0/X8oF2Y/ONS2Ai5UC1eJYyLbf6zu6Kp76MyQpn9Briizh5wQMFS9gtwXKyEve/mf7f3HDPkf4QOJz6SELCxKt06bat9+LSi9Q7H4AUtiRXcVppKA1pc57kPt15bvuBfiNRX/LWSWGnQ5jVhD8AynqBvIIuEpKMOsapWPN/u9fC+6Fg7wGPwl2QTgUp0uDsiB8+wk9jt+RnZp+VbMJNe2NLuyWvTtFayZexWlngzU++KsJ+CJ+yZsYtWMgBn7xypMDlvYByXAMoyJeCBHrdJwZEbw4qN+UtZkP7u0sdHuf5ANAuWv3tlz818ox/TfqRv2WlzmT6pK87JkELwKQIjxQpf+6da9UfQcnfqqqtH4Dw/dsaIuSczu4NMd7bmc7P7d8qRiWe1UEqRU6lg/zqA5OM0mBc39hDebopCwihCRtcRZsOG6FN275QEoZiUrqos7c5w4rZnh/BIIOd5AiQ5Z6+BLiiiq0+XqNiK4EioKQicR+GqECIZrHMbfKBIPwyJHChlSOHqy8tnugHW3c0UWW44D6sHiN5aP85Qd37wlF9DmS3ZunymjgOH9Nl88qNZNKwr/i6iMrm+jO6u2RTbtZsbd4SPqv8lQube/WP/ocGGbxkow2wcCOu3psFQ+9QfP+bqVdVw5Y5xqwQ1YzhZaKt+SilXu4fbxc/VqkE="
on:
Expand Down
28 changes: 4 additions & 24 deletions Gemfile
Expand Up @@ -11,9 +11,9 @@ def location_for(place, fake_version = nil)
end

group :test do
gem 'voxpupuli-test', '>= 1.0.0', :require => false
gem 'coveralls', :require => false
gem 'simplecov-console', :require => false
gem 'voxpupuli-test', '~> 2.0', :require => false
gem 'coveralls', :require => false
gem 'simplecov-console', :require => false
end

group :development do
Expand All @@ -24,27 +24,7 @@ group :development do
end

group :system_tests do
gem 'winrm', :require => false
if beaker_version = ENV['BEAKER_VERSION']
gem 'beaker', *location_for(beaker_version)
else
gem 'beaker', '>= 4.2.0', :require => false
end
if beaker_rspec_version = ENV['BEAKER_RSPEC_VERSION']
gem 'beaker-rspec', *location_for(beaker_rspec_version)
else
gem 'beaker-rspec', :require => false
end
gem 'serverspec', :require => false
gem 'beaker-hostgenerator', '>= 1.1.22', :require => false
gem 'beaker-docker', :require => false
gem 'beaker-puppet', :require => false
gem 'beaker-puppet_install_helper', :require => false
gem 'beaker-module_install_helper', :require => false
gem 'rbnacl', '>= 4', :require => false
gem 'rbnacl-libsodium', :require => false
gem 'bcrypt_pbkdf', :require => false
gem 'ed25519', :require => false
gem 'voxpupuli-acceptance', :require => false
end

group :release do
Expand Down

0 comments on commit aa28afd

Please sign in to comment.