# frozen_string_literal: true source 'https://rubygems.org' gemspec :path => '../' gem 'rails', '~> 6.0.0' gem 'puma' gem 'sqlite3'