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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Renovate Bot <gitlab-bot@gitlab.com>2021-11-22 03:19:17 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2021-11-22 03:19:17 +0300
commit3e8fa91e913d3dffd958089281fbe831ae94631b (patch)
treeae932088c692d4277af3306901812e49d8b09c4a /Gemfile
parentc18cbc97183f5be7af777d324a2718e840a4f77d (diff)
Update dependency gitlab-styles to ~> 6.5.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 98b0c10e..4880c920 100644
--- a/Gemfile
+++ b/Gemfile
@@ -25,5 +25,5 @@ group :test, :development do
gem 'highline', '~> 2.0.0'
gem 'rspec', '~> 3.10.0'
gem 'pry-byebug', '~> 3.9.0', require: false
- gem 'gitlab-styles', '~> 6.4.0', require: false
+ gem 'gitlab-styles', '~> 6.5.0', require: false
end