Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 1 vulnerabilities #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if ENV.key?('PUPPET')
else
puppetversion = ['>= 2.7']
end
gem 'puppet', puppetversion
gem 'puppet', '>= 4.10.1', puppetversion

if ENV.key?('RUBY_AUGEAS')
if ENV['RUBY_AUGEAS'] == '0.3.0'
Expand All @@ -21,7 +21,7 @@ gem 'ruby-augeas', rbaugversion

group :development do
gem 'puppet-lint'
gem 'puppet-syntax'
gem 'puppet-syntax', '>= 1.1.0'
gem 'puppetlabs_spec_helper', '>= 0.4.1'
gem 'rake'
gem 'rspec-puppet', :git => 'https://github.com/rodjek/rspec-puppet.git', :ref => '544b168'
Expand Down
30 changes: 16 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ GEM
coderay (1.0.9)
diff-lcs (1.2.4)
excon (0.31.0)
facter (1.7.5)
facter (2.5.6)
fast_gettext (1.1.2)
fission (0.5.0)
CFPropertyList (~> 2.2)
fog (1.19.0)
Expand All @@ -54,12 +55,11 @@ GEM
nokogiri (~> 1.5)
ruby-hmac
formatador (0.2.4)
hiera (1.3.2)
json_pure
hiera (3.6.0)
highline (1.6.21)
inifile (2.0.2)
json (1.8.1)
json_pure (1.8.1)
locale (2.1.2)
metaclass (0.0.1)
method_source (0.8.2)
mime-types (1.25.1)
Expand All @@ -75,26 +75,25 @@ GEM
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
puppet (3.4.3)
facter (~> 1.6)
hiera (~> 1.0)
rgen (~> 0.6.5)
puppet (5.4.0)
facter (> 2.0.1, < 4)
fast_gettext (~> 1.1.2)
hiera (>= 3.2.1, < 4)
locale (~> 2.1)
puppet-lint (0.3.2)
puppet-syntax (1.1.0)
puppet (>= 2.7.0)
puppet-syntax (2.6.0)
rake
puppetlabs_spec_helper (0.4.1)
mocha (>= 0.10.5)
rake
rspec (>= 2.9.0)
rspec-puppet (>= 0.1.1)
rake (10.1.0)
rake (13.0.0)
rbvmomi (1.8.1)
builder
nokogiri (>= 1.4.1)
trollop
redcarpet (2.3.0)
rgen (0.6.6)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
Expand Down Expand Up @@ -131,9 +130,9 @@ DEPENDENCIES
beaker!
beaker-rspec
pry
puppet (>= 2.7)
puppet (>= 4.10.1, >= 2.7)
puppet-lint
puppet-syntax
puppet-syntax (>= 1.1.0)
puppetlabs_spec_helper (>= 0.4.1)
rake
redcarpet (~> 2.0)
Expand All @@ -142,3 +141,6 @@ DEPENDENCIES
simplecov
vagrant-wrapper
yard

BUNDLED WITH
1.17.3