summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-01-12 21:34:47 -0500
committerRobert Speicher <rspeicher@gmail.com>2016-01-12 21:34:47 -0500
commit6d68ba287092428b49c9c9caa7b2cae03b7658b2 (patch)
tree9f64eebd617963702698b732bd3f0b0b074cce24
parenta43fd5ce6d369c35b3ea421f045721d20f1c8ada (diff)
downloadgitlab-ce-rs-disable-colorization.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.
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 9a5253924ea..a9a8bed1064 100644
--- a/Gemfile
+++ b/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'