summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-05-26 22:35:23 +0900
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-05-29 23:48:29 +0900
commit2a0debdf265d33d603e851b9b6de83ae99e5d80a (patch)
tree4a4b31ee083e39381699e4294ca528db435a5519 /Gemfile
parent4c74936f4567ba142bcd9ca31c8f5f10c8aa52fa (diff)
downloadgitlab-ce-2a0debdf265d33d603e851b9b6de83ae99e5d80a.tar.gz
Update awesome_print to 1.8.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b6b82bad8a4..73718c3d59c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -320,7 +320,7 @@ group :development, :test do
gem 'pry-byebug', '~> 3.4.1', platform: :mri
gem 'pry-rails', '~> 0.3.4'
- gem 'awesome_print', '~> 1.2.0', require: false
+ gem 'awesome_print', '~> 1.8.0', require: false
gem 'fuubar', '~> 2.2.0'
gem 'database_cleaner', '~> 1.5.0'