benchmark/Gemfile in searchkick-2.5.0 vs benchmark/Gemfile in searchkick-3.0.0
- old
+ new
@@ -1,13 +1,13 @@
source "https://rubygems.org"
# Specify your gem's dependencies in searchkick.gemspec
gemspec path: "../"
-# gem "sqlite3"
+gem "sqlite3"
gem "pg"
-gem "activerecord", "~> 5.0.0"
+gem "activerecord", "~> 5.1.0"
gem "activerecord-import"
gem "activejob"
gem "redis"
gem "sidekiq"
@@ -19,5 +19,6 @@
gem "ruby-prof"
gem "allocation_stats"
gem "get_process_mem"
gem "memory_profiler"
gem "allocation_tracer"
+gem "benchmark-ips"