lib/diffend/commands.rb in diffend-0.2.36 vs lib/diffend/commands.rb in diffend-0.2.37
- old
+ new
@@ -7,7 +7,9 @@
INSTALL = 'install'
# Bundler update command
UPDATE = 'update'
# Bundler exec command
EXEC = 'exec'
+ # Bundler secure command introduced by diffend plugin
+ SECURE = 'secure'
end
end