Skip to content

Instantly share code, notes, and snippets.

View Fustrate's full-sized avatar

Steven Hoffman Fustrate

  • Valencia, CA, USA
View GitHub Profile
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
gem "rails", "6.1.0"
gem "sqlite3"
end