diff options
author | Robert Speicher <rspeicher@gmail.com> | 2018-08-09 15:27:10 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2018-08-09 15:27:10 -0500 |
commit | 71b62cf140352804760bc5a100929e72bfe5ea23 (patch) | |
tree | 1fe35a357395580ff912df9fec66c55d65cac6a6 | |
parent | 266666d153542179e39dceab59fec0a327165a04 (diff) | |
download | gitlab-ce-71b62cf140352804760bc5a100929e72bfe5ea23.tar.gz |
Bump pry to 0.11.3; pry-byebug to 3.4.3
-rw-r--r-- | Gemfile.lock | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 1537cacaadd..ee8eed07ed7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,7 +123,7 @@ GEM numerizer (~> 0.1.1) chunky_png (1.3.5) citrus (3.0.2) - coderay (1.1.1) + coderay (1.1.2) coercible (1.0.0) descendants_tracker (~> 0.0.1) commonmarker (0.17.8) @@ -494,7 +494,7 @@ GEM memoist (0.16.0) memoizable (0.4.2) thread_safe (~> 0.3, >= 0.3.1) - method_source (0.8.2) + method_source (0.9.0) mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) @@ -636,12 +636,11 @@ GEM unparser procto (0.0.3) prometheus-client-mmap (0.9.4) - pry (0.10.4) + pry (0.11.3) coderay (~> 1.1.0) - method_source (~> 0.8.1) - slop (~> 3.4) - pry-byebug (3.4.2) - byebug (~> 9.0) + method_source (~> 0.9.0) + pry-byebug (3.4.3) + byebug (>= 9.0, < 9.1) pry (~> 0.10) pry-rails (0.3.5) pry (>= 0.9.10) @@ -872,7 +871,6 @@ GEM simplecov-html (~> 0.10.0) simplecov-html (0.10.0) slack-notifier (1.5.1) - slop (3.6.0) spring (2.0.1) activesupport (>= 4.2) spring-commands-rspec (1.0.4) @@ -1207,4 +1205,4 @@ DEPENDENCIES wikicloth (= 0.8.1) BUNDLED WITH - 1.16.2 + 1.16.3 |