Add xray-rails in dev mode
This commit is contained in:
parent
5b99c18b67
commit
d5e4f45d7d
4 changed files with 11 additions and 4 deletions
3
Gemfile
3
Gemfile
|
@ -121,6 +121,8 @@ group :development do
|
|||
gem 'web-console'
|
||||
|
||||
gem 'rack-handlers'
|
||||
|
||||
gem 'xray-rails'
|
||||
end
|
||||
|
||||
group :development, :test do
|
||||
|
@ -153,4 +155,3 @@ end
|
|||
group :production, :staging do
|
||||
gem 'sentry-raven'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue