File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 17
17
< link rel ="icon " href ="/icon.svg " type ="image/svg+xml ">
18
18
< link rel ="apple-touch-icon " href ="/icon.png ">
19
19
20
- <%# Includes all stylesheet files in app/views /stylesheets %>
20
+ <%# Includes all stylesheet files in app/assets /stylesheets %>
21
21
<%= stylesheet_link_tag :app , "data-turbo-track" : "reload" %>
22
22
</ head >
23
23
Original file line number Diff line number Diff line change 2
2
require "fileutils"
3
3
4
4
APP_ROOT = File . expand_path ( ".." , __dir__ )
5
- APP_NAME = "railsdiff"
6
5
7
6
def system! ( *args )
8
7
system ( *args , exception : true )
You can’t perform that action at this time.
0 commit comments