Skip to content

Instantly share code, notes, and snippets.

View cesarizu's full-sized avatar

César Izurieta cesarizu

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