mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
11 lines
249 B
Ruby
11 lines
249 B
Ruby
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"
|