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.lock
parent73c505e700ad477ef5b823b2c51bc7f8f1a3392b (diff)
Update dependency pry-byebug to ~> 3.10.0
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 40cc4d43..ff7b2f71 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -187,12 +187,12 @@ GEM
coderay
parser
unparser
- pry (0.13.1)
+ pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
- pry-byebug (3.9.0)
+ pry-byebug (3.10.1)
byebug (~> 11.0)
- pry (~> 0.13.0)
+ pry (>= 0.13, < 0.15)
psych (4.0.4)
stringio
public_suffix (4.0.7)
@@ -293,7 +293,7 @@ DEPENDENCIES
highline (~> 2.0.0)
nanoc (~> 4.12.0)
nanoc-live
- pry-byebug (~> 3.9.0)
+ pry-byebug (~> 3.10.0)
rake (~> 13.0.0)
rspec (~> 3.11.0)
rspec-parameterized (~> 0.5.0)