diff --git a/Gemfile b/Gemfile index d9188beaa..356d41504 100644 --- a/Gemfile +++ b/Gemfile @@ -221,7 +221,7 @@ gem 'dradis-api', path: 'engines/dradis-api' gem 'dradis-projects', '~> 4.13.0' plugins_file = 'Gemfile.plugins' -if File.exists?(plugins_file) +if File.exist?(plugins_file) eval(IO.read(plugins_file), binding) end