Skip to content

Commit ddd8fd5

Browse files
authored
Merge pull request #509 from yahonda/sprockets_default_branch_is_main
Update rails/sprockets default branch from master to main
2 parents 1f63487 + 277ca62 commit ddd8fd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gemfiles/Gemfile.rails-5.2.x.sprockets-4.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ gemspec path: '..'
44

55
gem 'actionpack', '~> 5.2.0'
66
gem 'railties', '~> 5.2.0'
7-
gem 'sprockets', github: 'rails/sprockets', branch: 'master'
7+
gem 'sprockets', github: 'rails/sprockets', branch: 'main'

gemfiles/Gemfile.rails-6.0.x.sprockets-4.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ gemspec path: '..'
44

55
gem 'actionpack', '~> 6.0.0'
66
gem 'railties', '~> 6.0.0'
7-
gem 'sprockets', github: 'rails/sprockets', branch: 'master'
7+
gem 'sprockets', github: 'rails/sprockets', branch: 'main'

0 commit comments

Comments
 (0)