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 11source "https://rubygems.org"
22
33# 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 "
55# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
66gem "propshaft"
77# Use sqlite3 as the database for Active Record
@@ -32,7 +32,7 @@ gem "solid_cable"
3232gem "bootsnap" , require : false
3333
3434# 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
3636
3737# Add HTTP asset caching/compression and X-Sendfile acceleration to Puma [https://github.com/basecamp/thruster/]
3838gem "thruster" , require : false
Original file line number Diff line number Diff line change 1717 < link rel ="icon " href ="/icon.svg " type ="image/svg+xml ">
1818 < link rel ="apple-touch-icon " href ="/icon.png ">
1919
20- <%# Includes all stylesheet files in app/views /stylesheets %>
20+ <%# Includes all stylesheet files in app/assets /stylesheets %>
2121 <%= stylesheet_link_tag :app , "data-turbo-track" : "reload" %>
2222 </ head >
2323
Original file line number Diff line number Diff line change 22require "fileutils"
33
44APP_ROOT = File . expand_path ( ".." , __dir__ )
5- APP_NAME = "railsdiff"
65
76def system! ( *args )
87 system ( *args , exception : true )
You can’t perform that action at this time.
0 commit comments