Skip to content

Commit 3cf44f7

Browse files
authored
Merge pull request #356 from luk4s/change_default_rails_branch
refs #355 rails renamed master to main
2 parents 3536074 + c128cc5 commit 3cf44f7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sudo: false
33
cache: bundler
44

55
rvm:
6+
- 2.7.2
67
- 2.6.5
78
- 2.5.7
89
- ruby-head
@@ -48,6 +49,10 @@ matrix:
4849
env: BRANCH=5-2-stable
4950
- rvm: 2.6.5
5051
env: BRANCH=6-0-stable
52+
- rvm: 2.7.2
53+
env: BRANCH=6-0-stable
54+
- rvm: 2.7.2
55+
env: BRANCH=6-1-stable
5156

5257
notifications:
5358
email: false

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44

55
git_source(:github) { |repo| "https://github.com/#{repo}" }
66

7-
branch = ENV.fetch("BRANCH", "master")
7+
branch = ENV.fetch("BRANCH", "main")
88
gem "activesupport", github: "rails/rails", branch: branch
99
gem "activemodel", github: "rails/rails", branch: branch
1010
gem "activejob", github: "rails/rails", branch: branch

0 commit comments

Comments
 (0)