Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-08-22 03:16:47 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-08-22 03:16:47 +0300
commit0b7742203593561c965f31d1f38be21b2f269c7b (patch)
treef84170f569573d587605cb3a6c1c89c7be9a5572 /Gemfile
parent73c505e700ad477ef5b823b2c51bc7f8f1a3392b (diff)
Update dependency pry-byebug to ~> 3.10.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3e5c5a3f..a691d8d2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -23,7 +23,7 @@ group :test, :development do
gem 'highline', '~> 2.0.0'
gem 'rspec', '~> 3.11.0'
gem 'rspec-parameterized', '~> 0.5.0'
- gem 'pry-byebug', '~> 3.9.0', require: false
+ gem 'pry-byebug', '~> 3.10.0', require: false
gem 'gitlab-styles', '~> 7.1.0', require: false
end