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

ruby "3.1.2"

gem "bootsnap", require: false
gem "clearance"
gem "combine_pdf"
gem "dotenv-rails"
gem "importmap-rails"
gem "nokogiri"
gem "paper_trail"
gem "pg", "~> 1.1"
gem "propshaft"
gem "puma", "~> 6.0"
gem "pundit"
gem "rails", "~> 7.1"
gem "ransack"
gem "rubyzip"
gem "solid_queue"

group :development, :test do
  gem "debug", platforms: %i[ mri mingw x64_mingw ]
  gem "timecop"
end

group :development do
  gem "web-console"
end