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] Security upgrade mdl from 0.9.0 to 0.10.0 #216

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 test/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

group :lint do
gem 'mdl', '>= 0.7.0'
gem 'mdl', '>= 0.10.0'
end

group :integration do
Expand Down
19 changes: 11 additions & 8 deletions test/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ GEM
test-kitchen (>= 1.0.0)
kitchen-vagrant (1.3.2)
test-kitchen (~> 1.4)
kramdown (2.3.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
Expand All @@ -92,17 +92,18 @@ GEM
logging (2.2.2)
little-plugger (~> 1.1)
multi_json (~> 1.10)
mdl (0.9.0)
kramdown (~> 2.0)
kramdown-parser-gfm (~> 1.0)
mdl (0.13.0)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.1)
mixlib-cli (~> 2.1, >= 2.1.1)
mixlib-config (>= 2.2.1, < 4)
mixlib-shellout
minitar (0.9)
mixlib-archive (1.0.5)
mixlib-log
mixlib-authentication (2.1.1)
mixlib-cli (2.1.6)
mixlib-config (3.0.6)
mixlib-cli (2.1.8)
mixlib-config (3.0.27)
tomlrb
mixlib-install (3.10.0)
mixlib-shellout
Expand Down Expand Up @@ -147,7 +148,8 @@ GEM
rack (2.2.3)
rake (13.0.1)
retryable (3.0.5)
rexml (3.2.5)
rexml (3.3.6)
strscan
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
Expand Down Expand Up @@ -187,6 +189,7 @@ GEM
net-ssh (>= 2.7)
net-telnet (= 0.1.1)
sfl
strscan (3.1.0)
syslog-logger (1.6.8)
systemu (2.6.5)
test-kitchen (1.22.0)
Expand Down Expand Up @@ -228,7 +231,7 @@ DEPENDENCIES
berkshelf (>= 7.0.10)
kitchen-docker
kitchen-vagrant
mdl (>= 0.7.0)
mdl (>= 0.10.0)
rake (>= 12.3.3)
test-kitchen

Expand Down
Loading