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:
authorShinya Maeda <shinya@gitlab.com>2018-11-14 15:22:51 +0300
committerStan Hu <stanhu@gmail.com>2018-11-14 15:22:51 +0300
commitbf05a738a8e76fb47472633242df90059342cb71 (patch)
treeee5249d8152021afae83ffb70bff00e12ea92a45 /Gemfile
parent30c661b63e1071db1187f94236450f5f74b44489 (diff)
Bump `binding_of_caller` gem version to 0.8.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6a644358001..fdadea8c658 100644
--- a/Gemfile
+++ b/Gemfile
@@ -315,7 +315,7 @@ group :development do
# Better errors handler
gem 'better_errors', '~> 2.1.0'
- gem 'binding_of_caller', '~> 0.7.2'
+ gem 'binding_of_caller', '~> 0.8.0'
# thin instead webrick
gem 'thin', '~> 1.7.0'