Slide 27
Slide 27 text
Rails 7.0.4から7–0-stableへのdiff
% git diff Gemfile
-gem "rails", "~> 7.0.4"
+gem "rails", github: "rails/rails", branch: "7-0-stable"
% git diff Gemfile.lock
+++ b/Gemfile.lock
@@ -1,5 +1,7 @@
-GEM
- remote: https://rubygems.org/
+GIT
+ remote: https://github.com/rails/rails.git
+ revision: 5bebef36ade9103b1e4ebcfdafcf0c7361f75c45
+ branch: 7-0-stable