diff options
author | Shinya Maeda <shinya@gitlab.com> | 2018-11-14 12:22:51 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-11-14 12:22:51 +0000 |
commit | bf05a738a8e76fb47472633242df90059342cb71 (patch) | |
tree | ee5249d8152021afae83ffb70bff00e12ea92a45 /Gemfile.lock | |
parent | 30c661b63e1071db1187f94236450f5f74b44489 (diff) | |
download | gitlab-ce-bf05a738a8e76fb47472633242df90059342cb71.tar.gz |
Bump `binding_of_caller` gem version to 0.8.0
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 23261373c2b..5bec40de909 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM erubis (>= 2.6.6) rack (>= 0.9.0) bindata (2.4.3) - binding_of_caller (0.7.2) + binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) bootsnap (1.3.2) msgpack (~> 1.0) @@ -137,7 +137,7 @@ GEM addressable daemons (1.2.6) database_cleaner (1.5.3) - debug_inspector (0.0.2) + debug_inspector (0.0.3) debugger-ruby_core_source (1.3.8) deckar01-task_list (2.0.0) html-pipeline @@ -943,7 +943,7 @@ DEPENDENCIES bcrypt_pbkdf (~> 1.0) benchmark-ips (~> 2.3.0) better_errors (~> 2.1.0) - binding_of_caller (~> 0.7.2) + binding_of_caller (~> 0.8.0) bootsnap (~> 1.3) bootstrap_form (~> 2.7.0) brakeman (~> 4.2) |