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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-11-09 06:42:22 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-11-09 06:42:22 +0300
commit7dd9256e5eac896fb422566376086a0befc79151 (patch)
treebe65227875ddb0cff4961ae2d97380bbf64dd851 /Gemfile
parent2295d352f6073101497f9bf4e4981c7ae72706a3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 4ef4501b909..269aa282952 100644
--- a/Gemfile
+++ b/Gemfile
@@ -24,7 +24,7 @@ gem 'faraday', '~> 1.0'
gem 'marginalia', '~> 1.10.0'
# Authorization
-gem 'declarative_policy', '~> 1.0.0'
+gem 'declarative_policy', '~> 1.1.0'
# Authentication libraries
gem 'devise', '~> 4.7.2'
@@ -399,7 +399,7 @@ group :development, :test do
end
group :development, :test, :danger do
- gem 'gitlab-dangerfiles', '~> 2.4.0', require: false
+ gem 'gitlab-dangerfiles', '~> 2.5.0', require: false
end
group :development, :test, :coverage do