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>2022-09-12 05:16:34 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-09-12 05:16:34 +0300
commit746736d4ce6e47a20a40fdaa4593e6e21091b43a (patch)
tree1d03db526b72e6fe51c2fb74f69725fe034233c2 /Gemfile
parent05fa4af5580b6efa76d6cbe5fbd6b11f07855e65 (diff)
Update dependency gitlab-styles to v9
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a7bec070..4f2dfefb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -24,7 +24,7 @@ group :test, :development do
gem 'rspec', '~> 3.11.0'
gem 'rspec-parameterized', '~> 0.5.2'
gem 'pry-byebug', '~> 3.10.1', require: false
- gem 'gitlab-styles', '~> 8.0.0', require: false
+ gem 'gitlab-styles', '~> 9.0.0', require: false
end
group :development, :danger do