diff options
author | Nick Thomas <nick@gitlab.com> | 2017-01-26 21:31:43 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2017-01-27 12:41:16 +0000 |
commit | f83b8bd42c2a82b3ef9a8d93621b3955f0a8d0ca (patch) | |
tree | 50f6d5128a2941f019e6e19cee47efe8d3ebce9b /Gemfile | |
parent | 9d7999242db6ab641df1351bae7cfd5766cfeaa3 (diff) | |
download | gitlab-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-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |