mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 02:46:11 +02:00
Add binding_of_caller gem for debugging
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
2efebe3de0
commit
8f8d254cbf
1
Gemfile
1
Gemfile
@ -16,6 +16,7 @@ group :development do
|
||||
gem 'i18n_generators', '2.1.1'
|
||||
gem 'better_errors'
|
||||
gem 'web-console', '~> 3.6'
|
||||
gem 'binding_of_caller'
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
||||
@ -79,6 +79,8 @@ GEM
|
||||
erubis (>= 2.6.6)
|
||||
rack (>= 0.9.0)
|
||||
bindex (0.5.0)
|
||||
binding_of_caller (0.8.0)
|
||||
debug_inspector (>= 0.0.1)
|
||||
bootsnap (1.3.0)
|
||||
msgpack (~> 1.0)
|
||||
builder (3.2.3)
|
||||
@ -100,6 +102,7 @@ GEM
|
||||
crack (0.4.3)
|
||||
safe_yaml (~> 1.0.0)
|
||||
crass (1.0.4)
|
||||
debug_inspector (0.0.3)
|
||||
diff-lcs (1.3)
|
||||
dig_rb (1.0.1)
|
||||
docile (1.3.0)
|
||||
@ -317,6 +320,7 @@ PLATFORMS
|
||||
|
||||
DEPENDENCIES
|
||||
better_errors
|
||||
binding_of_caller
|
||||
capybara (~> 3.0.2)
|
||||
capybara-screenshot
|
||||
factory_bot_rails
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user