Bump dependencies
Some checks failed
Ruby CI / test (pull_request) Failing after 1s

This commit is contained in:
Andrew Tomaka 2024-10-25 19:01:13 -04:00
parent 619a43ef15
commit 5526f407f1
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
2 changed files with 78 additions and 84 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", github: "rails/propshaft", branch: "main"
gem "propshaft"
# Use sqlite3 as the database for Active Record
gem "sqlite3", ">= 1.4"
# Use the Puma web server [https://github.com/puma/puma]