Sha256: bdcfc06bd840022911f0f9d5b1dba56114e22d145032dce5f5f74b4486d6057c

Contents?: true

Size: 409 Bytes

Versions: 6

Compression:

Stored size: 409 Bytes

Contents

source "https://rubygems.org"

# Specify your gem's dependencies in searchkick.gemspec
gemspec path: "../"

gem "sqlite3"
gem "pg"
gem "activerecord", "~> 5.1.0"
gem "activerecord-import"
gem "activejob"
gem "redis"
gem "sidekiq"

# performance
gem "typhoeus"
gem "oj"

# profiling
gem "ruby-prof"
gem "allocation_stats"
gem "get_process_mem"
gem "memory_profiler"
gem "allocation_tracer"
gem "benchmark-ips"

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
searchkick-3.1.0 benchmark/Gemfile
searchkick-3.0.3 benchmark/Gemfile
searchkick_evichat-0.0.2 benchmark/Gemfile
searchkick-3.0.2 benchmark/Gemfile
searchkick-3.0.1 benchmark/Gemfile
searchkick-3.0.0 benchmark/Gemfile