Install propshaft from main (#25)

Reviewed-on: #25
This commit is contained in:
Andrew Tomaka 2024-08-02 20:41:52 -04:00
parent c82a5897d7
commit 96ca8b7e7c
2 changed files with 13 additions and 7 deletions

View file

@ -2,7 +2,7 @@ source "https://rubygems.org"
gem "rails", github: "rails/rails", branch: "main"
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
gem "propshaft"
gem "propshaft", github: "rails/propshaft", branch: "main"
# Use sqlite3 as the database for Active Record
gem "sqlite3", ">= 1.4"
# Use the Puma web server [https://github.com/puma/puma]