mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-19 21:41:11 +02:00
Add better_errors gem
This commit is contained in:
parent
d8aa4fb9f3
commit
f0f4077f18
1
Gemfile
1
Gemfile
@ -13,6 +13,7 @@ end
|
||||
|
||||
group :development do
|
||||
gem 'i18n_generators', '1.2.1'
|
||||
gem 'better_errors'
|
||||
gem 'web-console', '~> 2.0'
|
||||
end
|
||||
|
||||
|
@ -62,6 +62,10 @@ GEM
|
||||
tzinfo (~> 1.1)
|
||||
addressable (2.3.8)
|
||||
arel (6.0.0)
|
||||
better_errors (2.1.1)
|
||||
coderay (>= 1.0.0)
|
||||
erubis (>= 2.6.6)
|
||||
rack (>= 0.9.0)
|
||||
binding_of_caller (0.7.2)
|
||||
debug_inspector (>= 0.0.1)
|
||||
builder (3.2.2)
|
||||
@ -281,6 +285,7 @@ PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
better_errors
|
||||
capybara (~> 2.4.0)
|
||||
capybara-screenshot
|
||||
database_cleaner (~> 1.2.0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user