source "https://rubygems.org" # Specify your gem's dependencies in searchkick.gemspec gemspec path: "../" gem "sqlite3" gem "pg" gem "activerecord", "~> 5.2.0.rc1" gem "activerecord-import" gem "activejob", "~> 5.2.0.rc1" gem "redis" gem "sidekiq" # performance gem "faraday", path: "~/forks/faraday" gem "ethon", path: "~/forks/ethon" gem "typhoeus" gem "oj" # profiling gem "ruby-prof" gem "allocation_stats" gem "get_process_mem" gem "memory_profiler" gem "allocation_tracer" gem "benchmark-ips"