Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/gems
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-21 15:15:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-21 15:15:58 +0300
commit2779809e45970e7660521b94dbebcf24ed00d60d (patch)
tree98df2ede3cb2bdcb42955e5c4684dd70a8a79c81 /gems
parent4ecd816dcbbf2c3a83087ea1add13f087530e9eb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'gems')
-rw-r--r--gems/gitlab-http/lib/gitlab/http_v2/lazy_response.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gems/gitlab-http/lib/gitlab/http_v2/lazy_response.rb b/gems/gitlab-http/lib/gitlab/http_v2/lazy_response.rb
index 65d1ab96644..7c7a44f77e2 100644
--- a/gems/gitlab-http/lib/gitlab/http_v2/lazy_response.rb
+++ b/gems/gitlab-http/lib/gitlab/http_v2/lazy_response.rb
@@ -7,7 +7,7 @@ module Gitlab
attr_reader :promise
- delegate :state, to: :promise
+ delegate :state, :complete?, to: :promise
def initialize(promise, path, options, log_info)
@promise = promise