|
1 | 1 | source "https://rubygems.org"
|
2 | 2 |
|
3 | 3 | # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
|
4 | | -gem "rails", "~> 8.0.0.beta1" |
| 4 | +gem "rails", "~> 8.0.0.rc1" |
5 | 5 | # The modern asset pipeline for Rails [https://github.com/rails/propshaft]
|
6 | 6 | gem "propshaft"
|
7 | 7 | # Use sqlite3 as the database for Active Record
|
@@ -32,7 +32,7 @@ gem "solid_cable"
|
32 | 32 | gem "bootsnap", require: false
|
33 | 33 |
|
34 | 34 | # Deploy this application anywhere as a Docker container [https://kamal-deploy.org]
|
35 | | -gem "kamal", ">= 2.0.0.rc2",require: false |
| 35 | +gem "kamal", require: false |
36 | 36 |
|
37 | 37 | # Add HTTP asset caching/compression and X-Sendfile acceleration to Puma [https://github.com/basecamp/thruster/]
|
38 | 38 | gem "thruster", require: false
|
|
0 commit comments