Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 28d2cd6

Browse files
committed
8.0.0.rc1
1 parent dd10d62 commit 28d2cd6

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

‎Gemfile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "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]
66
gem "propshaft"
77
# Use sqlite3 as the database for Active Record
@@ -32,7 +32,7 @@ gem "solid_cable"
3232
gem "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/]
3838
gem "thruster", require: false

‎app/views/layouts/application.html.erb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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

‎bin/setup‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
require "fileutils"
33

44
APP_ROOT = File.expand_path("..", __dir__)
5-
APP_NAME = "railsdiff"
65

76
def system!(*args)
87
system(*args, exception: true)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /