Ngan Pham
Ngan Pham
Backport https://github.com/rails/rails/pull/51664 See original PR for description.
[Ruby](https://ruby-doc.org/core-3.1.2/Module.html#method-i-attr) and [Sorbet](https://github.com/sorbet/sorbet/blob/master/test/testdata/rewriter/attr.rb#L15-L16) support `attr`, for example: ``` class Foo # ... sig { returns(Bar) } attr :bar end ``` The `EmptyLineAfterSig` cop [only supports `attr_*` methods](https://github.com/Shopify/rubocop-sorbet/blob/main/lib/rubocop/cop/sorbet/signatures/empty_line_after_sig.rb#L51).
We've been seeing some of our background jobs hang on jobs that use net-http. Here's 2 backtraces: This is from using S3's `put_object` call: ``` /usr/lib/fullstaq-ruby/versions/3.2.2/lib/ruby/3.2.0/net/http.rb:1271:in `initialize' /usr/lib/fullstaq-ruby/versions/3.2.2/lib/ruby/3.2.0/net/http.rb:1271:in `open' /usr/lib/fullstaq-ruby/versions/3.2.2/lib/ruby/3.2.0/net/http.rb:1271:in...
Currently, BKB can be installed a gem or a docker image (using the docker plugin). A third, and maybe preferable, method of installation can be a bonafide Buildkite plugin. We’d...
Currently, we're installing `git` to make `buildkite-agent pipeline upload` _not_ print out a warning during the pipeline upload step. The agent CLI tries to fetch the commit SHA to set...
- Upgrade to Ruby 3.4.2 - Upgrade to Node 22.x - Upgrade to Yarn 4 - Upgrade to envoy 1.33-latest - Upgrade to Rack 3.1 - Pin google-protobuf to 3.25.4...
### Subject of the issue Methods that were injected via `config.extend(...)` are not defined when called within shared contexts. ### Your environment * Ruby version: 2.6 * rspec-core version: 3.9.0...
- Relax `google-protobuff` version dependency. - Upgrade all development gems.