diff options
author | Gabriel Mazetto <brodock@gmail.com> | 2018-07-20 13:58:17 +0200 |
---|---|---|
committer | Gabriel Mazetto <brodock@gmail.com> | 2018-07-20 14:16:01 +0200 |
commit | 31a349e0db78f6a466a096065860688ea273b877 (patch) | |
tree | c40c7e377baba11f22b33a44426f6646b5a2b045 /Gemfile | |
parent | 3bd8a783e8e91cc863655a46c02f8c3391f2a1a4 (diff) | |
download | gitlab-ce-31a349e0db78f6a466a096065860688ea273b877.tar.gz |
Add bootsnap to development/test bundle and enable it if available
This will enable bootsnap whenver the gem is available.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -323,6 +323,7 @@ group :development do end group :development, :test do + gem 'bootsnap', '~> 1.3' gem 'bullet', '~> 5.5.0', require: !!ENV['ENABLE_BULLET'] gem 'pry-byebug', '~> 3.4.1', platform: :mri gem 'pry-rails', '~> 0.3.4' |