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

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 @@ -22,7 +22,7 @@ source 'https://rubygems.org'
gem 'rest-client'

group :lint do
gem 'foodcritic', '~> 4.0'
gem 'foodcritic', '~> 5.0', '>= 5.0.0'
gem 'rubocop', '~> 0.31'
end

Expand All @@ -46,7 +46,7 @@ group :development do
gem 'yard-classmethods'
gem 'guard'
gem 'guard-kitchen'
gem 'guard-foodcritic'
gem 'guard-foodcritic', '>= 2.0.0'
gem 'guard-rubocop'
gem 'pry-nav'
end
66 changes: 34 additions & 32 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ GEM
fauxhai (~> 2.3)
rspec (~> 3.0)
cleanroom (1.0.0)
coderay (1.1.0)
coderay (1.1.3)
dep-selector-libgecode (1.0.2)
dep_selector (1.0.3)
dep-selector-libgecode (~> 1.0)
Expand All @@ -90,32 +90,32 @@ GEM
fauxhai (2.3.0)
net-ssh
ohai
ffi (1.9.10)
ffi (1.16.3)
ffi-yajl (2.2.2)
libyajl2 (~> 1.2)
foodcritic (4.0.0)
foodcritic (5.0.0)
erubis
gherkin (~> 2.11)
nokogiri (~> 1.5)
nokogiri (>= 1.5, < 2.0)
rake
rufus-lru (~> 1.0)
treetop (~> 1.4)
yajl-ruby (~> 1.1)
formatador (0.2.5)
formatador (1.1.0)
gherkin (2.12.2)
multi_json (~> 1.3)
guard (2.13.0)
guard (2.17.0)
formatador (>= 0.2.4)
listen (>= 2.7, <= 4.0)
lumberjack (~> 1.0)
listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-compat (1.2.1)
guard-foodcritic (1.1.1)
foodcritic (~> 4.0)
guard-foodcritic (2.0.0)
foodcritic (~> 5.0)
guard (~> 2.12)
guard-compat (~> 1.1)
guard-kitchen (0.0.2)
Expand All @@ -138,23 +138,23 @@ GEM
net-sftp
test-kitchen (>= 1.0.0)
libyajl2 (1.2.0)
listen (3.0.3)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
lumberjack (1.0.9)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.2.10)
method_source (0.8.2)
mime-types (2.6.2)
mini_portile (0.6.2)
mini_portile2 (2.8.6)
minitar (0.5.4)
mixlib-authentication (1.3.0)
mixlib-log
mixlib-cli (1.5.0)
mixlib-config (2.2.1)
mixlib-log (1.6.0)
mixlib-shellout (2.1.0)
multi_json (1.11.2)
multi_json (1.15.0)
multipart-post (2.0.0)
nenv (0.2.0)
nenv (0.3.0)
net-http-persistent (2.9.4)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
Expand All @@ -169,9 +169,10 @@ GEM
net-telnet (0.1.1)
netrc (0.10.3)
nio4r (1.1.1)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
notiffany (0.0.8)
nokogiri (1.15.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
octokit (3.8.0)
Expand All @@ -193,18 +194,19 @@ GEM
plist (3.1.0)
polyglot (0.3.5)
powerpack (0.1.1)
pry (0.10.2)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-nav (0.2.4)
pry (>= 0.9.10, < 0.11.0)
racc (1.8.0)
rack (1.6.4)
rainbow (2.0.0)
rake (10.4.2)
rb-fsevent (0.9.6)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rake (10.5.0)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
Expand Down Expand Up @@ -253,7 +255,7 @@ GEM
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.4)
ruby-progressbar (1.7.5)
rufus-lru (1.0.5)
rufus-lru (1.1.0)
safe_yaml (1.0.4)
sawyer (0.6.0)
addressable (~> 2.3.5)
Expand Down Expand Up @@ -283,10 +285,10 @@ GEM
net-ssh (~> 2.7, < 2.10)
safe_yaml (~> 1.0)
thor (~> 0.18)
thor (0.19.1)
thor (0.20.3)
timers (4.0.4)
hitimes
treetop (1.6.3)
treetop (1.6.12)
polyglot (~> 0.3)
unf (0.1.4)
unf_ext
Expand All @@ -296,7 +298,7 @@ GEM
buff-extensions (~> 1.0)
hashie (>= 2.0.2, < 3.0.0)
wmi-lite (1.0.0)
yajl-ruby (1.2.1)
yajl-ruby (1.4.3)
yard (0.8.7.6)
yard-classmethods (1.0.0)
yard
Expand All @@ -308,9 +310,9 @@ DEPENDENCIES
berkshelf (~> 3)
chef-zero
chefspec (~> 4.2)
foodcritic (~> 4.0)
foodcritic (~> 5.0, >= 5.0.0)
guard
guard-foodcritic
guard-foodcritic (>= 2.0.0)
guard-kitchen
guard-rubocop
kitchen-docker
Expand All @@ -323,4 +325,4 @@ DEPENDENCIES
yard-classmethods

BUNDLED WITH
1.10.7.depsolverfix.0
1.17.3