Skip to content

Commit

Permalink
Fixes #29846 - replace awesome_print with amazing_print (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll committed May 18, 2020
1 parent 9065670 commit 919dc54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hammer_cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ EOF
s.add_dependency 'logging'
s.add_dependency 'unicode-display_width'
s.add_dependency 'unicode'
s.add_dependency 'awesome_print'
s.add_dependency 'amazing_print'
s.add_dependency 'highline'
s.add_dependency 'fast_gettext'
s.add_dependency 'locale', '>= 2.0.6'
Expand Down
2 changes: 1 addition & 1 deletion lib/hammer_cli/logger_watch.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'awesome_print'
require 'amazing_print'

module HammerCLI
module Logger
Expand Down

0 comments on commit 919dc54

Please sign in to comment.