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:
parent
a43fd5ce6d
commit
6d68ba2870
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue