mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-09-21 15:54:54 +09:00
Update to latest Rails 8.2.0 alpha
This commit is contained in:
@@ -4,10 +4,12 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
|
||||
# Rails
|
||||
gem "rails", github: "rails/rails", branch: "main"
|
||||
gem "ostruct"
|
||||
gem "benchmark"
|
||||
|
||||
# Drivers
|
||||
gem "sqlite3", "~> 2.7"
|
||||
gem "redis", "~> 5.4"
|
||||
gem "sqlite3"
|
||||
gem "redis", "~> 4.0"
|
||||
|
||||
# Deployment
|
||||
gem "puma", "~> 6.6"
|
||||
|
||||
Reference in New Issue
Block a user