File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ # Vox Pupuli Security Policy
2+
3+ Our vulnerabilities reporting process is at https://voxpupuli.org/security/
Original file line number Diff line number Diff line change 11---
2+ os : linux
23dist : bionic
34language : ruby
45cache : bundler
@@ -7,7 +8,7 @@ before_install:
78 - bundle --version
89script :
910 - ' bundle exec rake $CHECK'
10- matrix :
11+ jobs :
1112 fast_finish : true
1213 include :
1314 - rvm : 2.4.4
@@ -84,7 +85,7 @@ notifications:
8485 - " chat.freenode.org#voxpupuli-notifications"
8586deploy :
8687 provider : puppetforge
87- user : puppet
88+ username : puppet
8889 password :
8990 secure : " Ojc0h2mbt9Y+eCyiKD+x1iYNONOP27Me63hjo9jo2v1bSs3aiM7djlcpz/sG+jRJ7JQoUyaGzHSn+gvxwWqdagFfFgDmipMKD0OXQinq7upRaG2hR+akKo0jllq9zLjJGBDoxurioKfOzPGlt2bX3UYY5KyeJ3AIM4dwCGVtSh4="
9091 on :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def location_for(place, fake_version = nil)
1111end
1212
1313group :test do
14- gem 'voxpupuli-test' , '>= 1.0 .0' , :require => false
14+ gem 'voxpupuli-test' , '>= 1.4 .0' , :require => false
1515 gem 'coveralls' , :require => false
1616 gem 'simplecov-console' , :require => false
1717end
You can’t perform that action at this time.
0 commit comments