-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
build(deps): bump rubocop-sorbet from 0.7.0 to 0.7.3 in /Library/Homebrew #15883
build(deps): bump rubocop-sorbet from 0.7.0 to 0.7.3 in /Library/Homebrew #15883
Conversation
@Bo98 any idea what's going on here? |
Technically speaking, it's somewhat an upstream bug: def read_sorbet_static_version_from_bundler_lock_file
require "bundler"
::Bundler.locked_gems.specs.find { |spec| spec.name == "sorbet-static" }&.version
rescue LoadError, Bundler::GemfileNotFound
nil
end In the event of a Though with that said, we probably do want to add Bundler to the load path to enable the logic this is trying to do. The Alternatively, we can do it ourselves given we have |
Ah, yeh, either of these sounds fine to me. |
For example, we could have: $LOAD_PATH.unshift "#{HOMEBREW_LIBRARY_PATH}/vendor/#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/bundler-#{HOMEBREW_BUNDLER_VERSION}/lib/bundler" in |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Bumps [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) from 0.7.0 to 0.7.3. - [Release notes](https://github.com/shopify/rubocop-sorbet/releases) - [Commits](Shopify/rubocop-sorbet@v0.7.0...v0.7.3) --- updated-dependencies: - dependency-name: rubocop-sorbet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
e6fb794
to
d141ed3
Compare
d141ed3
to
4b7eec6
Compare
Thanks @Bo98! |
Bumps rubocop-sorbet from 0.7.0 to 0.7.3.
Release notes
Sourced from rubocop-sorbet's releases.
... (truncated)
Commits
3cf5b67
Bump version to v0.7.316e1ee7
Merge pull request #173 from Shopify/ko-at/undefined-methode95a16e
Support block syntax in AllowIncompatibleOverride7a42d25
Bump version to v0.7.2c2fc705
Merge pull request #170 from jakebrady5/jakebrady5/sigil-regexf92d3ba
fix trailing whitespace817a6ab
use [[:blank:]] over \se2ffb34
match SIGIL_REGEX behavior to sorbet sigil parsinge908bac
Bump version to v0.7.15bc72c7
Add comment explaining non-standard memoization patternDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)