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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-22 03:08:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-22 03:08:07 +0300
commit21539fe9ab9a7a9604bb667b78b08854b4976f7b (patch)
tree82fb2be49aaaace5057d1e8e208ad12a422a7bbb /Gemfile
parente7bc93852d0ce48c490a780b6a1adc6cc36dd342 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 9c8c5e8b30d..2a018f3e0ee 100644
--- a/Gemfile
+++ b/Gemfile
@@ -343,7 +343,7 @@ group :development do
end
group :development, :test do
- gem 'bullet', '~> 6.0.2', require: !!ENV['ENABLE_BULLET']
+ gem 'bullet', '~> 6.0.2'
gem 'pry-byebug', '~> 3.5.1', platform: :mri
gem 'pry-rails', '~> 0.3.9'