diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-01-12 21:34:47 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-01-12 21:34:47 -0500 |
commit | 6d68ba287092428b49c9c9caa7b2cae03b7658b2 (patch) | |
tree | 9f64eebd617963702698b732bd3f0b0b074cce24 /Gemfile | |
parent | a43fd5ce6d369c35b3ea421f045721d20f1c8ada (diff) | |
download | gitlab-ce-6d68ba287092428b49c9c9caa7b2cae03b7658b2.tar.gz |
Don't automatically require awesome_printrs-disable-colorization
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.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |