source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.1.2" gem "rails", "~> 7.0.3", ">= 7.0.3.1" gem "sqlite3", "~> 1.4" gem "puma", "~> 5.0" gem "sidekiq", path: ".." gem "after_commit_everywhere"