gems: add benchmark-ips gem to development group.

This commit is contained in:
evazion
2021-03-08 03:41:17 -06:00
parent 242e5689b6
commit ba9313c0d7
2 changed files with 3 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ group :development do
gem 'memory_profiler'
gem 'better_errors'
gem 'binding_of_caller'
gem 'benchmark-ips', require: "benchmark/ips"
end
group :development, :test do