source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gem 'rubocop', group: 'development', require: false
gem "sqlite3"
gem "sprockets-rails"
gem "pagy"
gem "turbo-rails"

gemspec