Skip to content

Commit 908d204

Browse files
Explicitly specify main branch for Rails in Gemfile (#940)
1 parent 414b2c4 commit 908d204

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

44
ruby file: ".ruby-version"
55

6-
gem "rails", github: "rails/rails"
6+
gem "rails", github: "rails/rails", branch: "main"
77

88
# Drivers
99
gem "pg"

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
GIT
22
remote: https://github.com/rails/rails.git
33
revision: bf13f50eb663a1ad0a6e996634c9e298149f088d
4+
branch: main
45
specs:
56
actioncable (8.2.0.alpha)
67
actionpack (= 8.2.0.alpha)

0 commit comments

Comments
 (0)