Install propshaft from main
All checks were successful
Ruby CI / test (pull_request) Successful in 26s
All checks were successful
Ruby CI / test (pull_request) Successful in 26s
This commit is contained in:
parent
b8d928f4ea
commit
92bdd095a5
2 changed files with 13 additions and 7 deletions
2
Gemfile
2
Gemfile
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue