Don't automatically require awesome_print

It patches core classes (such as String) to add colorization methods
like `red` which we can't disable the same way we can with the
Colorization gem.
This commit is contained in:
Robert Speicher 2016-01-12 21:34:47 -05:00
parent a43fd5ce6d
commit 6d68ba2870
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ group :development, :test do
gem 'byebug', platform: :mri
gem 'pry-rails'
gem 'awesome_print', '~> 1.2.0'
gem 'awesome_print', '~> 1.2.0', require: false
gem 'fuubar', '~> 2.0.0'
gem 'database_cleaner', '~> 1.4.0'