Skip to content

Commit

Permalink
feat(cli): Skip Gem::Deprecate warnings, the CLI will handle that 🛀
Browse files Browse the repository at this point in the history
  • Loading branch information
akabiru committed Jan 18, 2019
1 parent b832d2c commit d49b46d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/fakerbot/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
module FakerBot
class CLI < Thor
Error = Class.new(StandardError)
# Do not print depracation warnings; the CLI will do that
Gem::Deprecate.skip = true

desc 'version', 'fakerbot version'
def version
Expand Down

0 comments on commit d49b46d

Please sign in to comment.