Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rails/sprockets default branch from master to main #509

Merged
merged 1 commit into from
Jul 5, 2022
Merged

Update rails/sprockets default branch from master to main #509

merged 1 commit into from
Jul 5, 2022

Conversation

yahonda
Copy link
Member

@yahonda yahonda commented Jul 5, 2022

This pull request addresses this bundle install failure that is used in CI.

% BUNDLE_GEMFILE=gemfiles/Gemfile.rails-6.0.x.sprockets-4.x bundle install
Fetching https://github.com/rails/sprockets.git
fatal: Needed a single revision
Git error: command `git rev-parse --verify master` in directory
/Users/yahonda/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/cache/bundler/git/sprockets-67c51ee2a2e0410ca1e13d6e1277668b7a11b6c3 has
failed.
Revision master does not exist in the repository https://github.com/rails/sprockets.git. Maybe you misspelled it?
If this error persists you could try removing the cache directory
'/Users/yahonda/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/cache/bundler/git/sprockets-67c51ee2a2e0410ca1e13d6e1277668b7a11b6c3'
%

This commit addresses this bundle install failure that is used in CI.
```
% BUNDLE_GEMFILE=gemfiles/Gemfile.rails-6.0.x.sprockets-4.x bundle install
Fetching https://github.com/rails/sprockets.git
fatal: Needed a single revision
Git error: command `git rev-parse --verify master` in directory
/Users/yahonda/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/cache/bundler/git/sprockets-67c51ee2a2e0410ca1e13d6e1277668b7a11b6c3 has
failed.
Revision master does not exist in the repository https://github.com/rails/sprockets.git. Maybe you misspelled it?
If this error persists you could try removing the cache directory
'/Users/yahonda/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/cache/bundler/git/sprockets-67c51ee2a2e0410ca1e13d6e1277668b7a11b6c3'
%
```
@yahonda yahonda merged commit ddd8fd5 into rails:master Jul 5, 2022
@yahonda yahonda deleted the sprockets_default_branch_is_main branch July 5, 2022 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant