summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-01-26 21:31:43 +0000
committerNick Thomas <nick@gitlab.com>2017-01-27 12:41:16 +0000
commitf83b8bd42c2a82b3ef9a8d93621b3955f0a8d0ca (patch)
tree50f6d5128a2941f019e6e19cee47efe8d3ebce9b /Gemfile
parent9d7999242db6ab641df1351bae7cfd5766cfeaa3 (diff)
downloadgitlab-ce-f83b8bd42c2a82b3ef9a8d93621b3955f0a8d0ca.tar.gz
Add the rspec_profiling gem and documentation to the GitLab development environment23034-enable-rspec-profiling
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index dc8f23d07c6..37a7666602f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -280,6 +280,7 @@ group :development, :test do
gem 'rspec-retry', '~> 0.4.5'
gem 'spinach-rails', '~> 0.2.1'
gem 'spinach-rerun-reporter', '~> 0.0.2'
+ gem 'rspec_profiling'
# Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826)
gem 'minitest', '~> 5.7.0'