Skip to content

Instantly share code, notes, and snippets.

View BliZZ4RD's full-sized avatar

Stanislav Kravtsov BliZZ4RD

View GitHub Profile
require "bundler/inline"
gemfile do
source "https://rubygems.org"
gem "activerecord", require: "active_record"
gem "activejob", require: "active_job"
gem "sqlite3"
gem "searchkick", git: "https://github.com/ankane/searchkick.git"
end