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 #3

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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ group :development do
gem 'redcarpet', '~> 2.0'
gem 'pry'
gem 'beaker', :require => false, :git => 'https://github.com/puppetlabs/beaker', :ref => 'dbac20fe9'
gem 'beaker-rspec', :require => false
gem 'beaker-rspec', '>= 2.1.1', :require => false
gem 'vagrant-wrapper', :require => false
end
55 changes: 29 additions & 26 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ GIT
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.2.7)
beaker-rspec (2.1.1)
CFPropertyList (2.3.6)
beaker-rspec (2.2.0)
beaker (~> 1.3)
rspec (~> 2.14)
serverspec (~> 0.14)
Expand All @@ -36,9 +36,9 @@ GEM
fog
minitar
thor
builder (3.2.2)
builder (3.2.4)
coderay (1.0.9)
diff-lcs (1.2.4)
diff-lcs (1.3)
excon (0.31.0)
facter (1.7.5)
fission (0.5.0)
Expand All @@ -53,23 +53,23 @@ GEM
net-ssh (>= 2.1.3)
nokogiri (~> 1.5)
ruby-hmac
formatador (0.2.4)
formatador (0.2.5)
hiera (1.3.2)
json_pure
highline (1.6.21)
highline (2.0.3)
inifile (2.0.2)
json (1.8.1)
json (1.8.6)
json_pure (1.8.1)
metaclass (0.0.1)
method_source (0.8.2)
mime-types (1.25.1)
minitar (0.5.4)
minitar (0.9)
mocha (0.14.0)
metaclass (~> 0.0.1)
multi_json (1.8.1)
net-scp (1.1.2)
multi_json (1.14.1)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (2.8.0)
net-ssh (2.9.4)
nokogiri (1.5.10)
pry (0.9.12.2)
coderay (~> 1.0.5)
Expand All @@ -95,32 +95,32 @@ GEM
trollop
redcarpet (2.3.0)
rgen (0.6.6)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.5)
rspec-expectations (2.14.3)
rspec (2.99.0)
rspec-core (~> 2.99.0)
rspec-expectations (~> 2.99.0)
rspec-mocks (~> 2.99.0)
rspec-core (2.99.2)
rspec-expectations (2.99.2)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.3)
rspec-mocks (2.99.4)
ruby-augeas (0.5.0)
ruby-hmac (0.4.0)
serverspec (0.15.4)
serverspec (0.16.0)
highline
net-ssh
rspec (>= 2.13.0)
rspec (~> 2.13)
specinfra (>= 0.7.1)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.4.6)
specinfra (0.7.1)
thor (0.18.1)
trollop (2.0)
unf (0.1.3)
specinfra (0.8.0)
thor (1.0.1)
trollop (2.9.10)
unf (0.1.4)
unf_ext
unf_ext (0.0.6)
unf_ext (0.0.7.6)
vagrant-wrapper (1.2.1.1)
yard (0.8.7.2)

Expand All @@ -129,7 +129,7 @@ PLATFORMS

DEPENDENCIES
beaker!
beaker-rspec
beaker-rspec (>= 2.1.1)
pry
puppet (>= 2.7)
puppet-lint
Expand All @@ -142,3 +142,6 @@ DEPENDENCIES
simplecov
vagrant-wrapper
yard

BUNDLED WITH
1.17.3