Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-01-13 05:34:47 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-01-13 05:34:47 +0300
commit6d68ba287092428b49c9c9caa7b2cae03b7658b2 (patch)
tree9f64eebd617963702698b732bd3f0b0b074cce24 /Gemfile
parenta43fd5ce6d369c35b3ea421f045721d20f1c8ada (diff)
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.
Diffstat (limited to 'Gemfile')
-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'