Gemfile
327 Bytes
source "https://rubygems.org"
gemspec path: "../"
gem "sqlite3"
gem "pg"
gem "activerecord", "~> 6.1.0"
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"