|
|
@ -76,17 +76,14 @@ group :development do |
|
|
|
# Access an interactive console on exception pages or by calling 'console' anywhere in the code. |
|
|
|
# Access an interactive console on exception pages or by calling 'console' anywhere in the code. |
|
|
|
gem "web-console", ">= 4.1.0" |
|
|
|
gem "web-console", ">= 4.1.0" |
|
|
|
|
|
|
|
|
|
|
|
gem "rubocop-govuk", "4.3.0", require: false |
|
|
|
|
|
|
|
gem "rubocop-performance", require: false |
|
|
|
|
|
|
|
gem "rubocop-rails", require: false |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Display performance information such as SQL time and flame graphs for each request in your browser. |
|
|
|
# Display performance information such as SQL time and flame graphs for each request in your browser. |
|
|
|
# Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md |
|
|
|
# Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md |
|
|
|
gem "erb_lint", require: false |
|
|
|
gem "erb_lint", require: false |
|
|
|
gem "flamegraph" |
|
|
|
gem "rack-mini-profiler", "~> 2.0" |
|
|
|
gem "memory_profiler" |
|
|
|
|
|
|
|
gem "rack-mini-profiler" |
|
|
|
gem "rubocop-govuk", "4.3.0", require: false |
|
|
|
gem "stackprof" |
|
|
|
gem "rubocop-performance", require: false |
|
|
|
|
|
|
|
gem "rubocop-rails", require: false |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
group :test do |
|
|
|
group :test do |
|
|
|