summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-09 19:18:25 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-09 19:18:25 +0000
commit83d508109f1ef42368883caa5ed2ffe72ea21399 (patch)
tree342a5da7ec74624212108c7c7c6fdc572a37c78f
parent684921fd9ea9ae521ed736b155c0d01599a94e84 (diff)
downloadgitlab-ce-83d508109f1ef42368883caa5ed2ffe72ea21399.tar.gz
Add latest changes from gitlab-org/gitlab@15-11-stable-ee
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock6
2 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 5c2d39a6692..25fbc65d271 100644
--- a/Gemfile
+++ b/Gemfile
@@ -435,7 +435,7 @@ group :development, :test do
end
group :development, :test, :danger do
- gem 'gitlab-dangerfiles', '~> 3.8.0', require: false
+ gem 'gitlab-dangerfiles', '~> 3.9.0', require: false
end
group :development, :test, :coverage do
diff --git a/Gemfile.lock b/Gemfile.lock
index 2940d614572..cbc11b360a2 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -485,7 +485,7 @@ GEM
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
- faraday-http-cache (2.4.1)
+ faraday-http-cache (2.5.0)
faraday (>= 0.8)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
@@ -595,7 +595,7 @@ GEM
terminal-table (>= 1.5.1)
gitlab-chronic (0.10.5)
numerizer (~> 0.2)
- gitlab-dangerfiles (3.8.0)
+ gitlab-dangerfiles (3.9.0)
danger (>= 8.4.5)
danger-gitlab (>= 8.0.0)
rake
@@ -1746,7 +1746,7 @@ DEPENDENCIES
gettext_i18n_rails_js (~> 1.3)
gitaly (~> 15.9.0.pre.rc3)
gitlab-chronic (~> 0.10.5)
- gitlab-dangerfiles (~> 3.8.0)
+ gitlab-dangerfiles (~> 3.9.0)
gitlab-experiment (~> 0.7.1)
gitlab-fog-azure-rm (~> 1.7.0)
gitlab-labkit (~> 0.31.1)