Skip to content

Commit

Permalink
Change rails branch name from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
r7kamura committed Nov 29, 2021
1 parent bc6f335 commit e752e61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rvm:
gemfile:
- gemfiles/Gemfile-rails-5-2
- gemfiles/Gemfile-rails-6-0
- gemfiles/Gemfile-rails-master
- gemfiles/Gemfile-rails-main
matrix:
allow_failures:
- rvm: ruby-head
Expand Down
4 changes: 4 additions & 0 deletions gemfiles/Gemfile-rails-main
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source 'https://rubygems.org'
gemspec path: '..'

gem 'actionpack', git: "https://github.com/rails/rails.git", branch: 'main'
4 changes: 0 additions & 4 deletions gemfiles/Gemfile-rails-master

This file was deleted.

0 comments on commit e752e61

Please sign in to comment.