source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.1.2" gem "bootsnap", require: false gem "importmap-rails" gem "pg", "~> 1.1" gem "propshaft" gem "puma", "~> 5.0" gem "rails", "~> 7.0.3" gem "dotenv-rails" gem "pundit" gem "ransack" group :development, :test do gem "debug", platforms: %i[ mri mingw x64_mingw ] gem "timecop" end group :development do gem "web-console" end