# frozen_string_literal: true
source “rubygems.org”
git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") "https://github.com/#{repo_name}.git"
end
gemspec
eval_gemfile “./Gemfile.runtime”
gem “jets-testing” gem “jets-rubocop”
# Speed up application code loading # github.com/Shopify/bootsnap gem “bootsnap”, “>= 1.4.3”, require: false