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-05 03:16:47 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-09-05 03:16:47 +0300
commitc6e4e87b1d63381c14c1cad20d05776b6aa95d18 (patch)
tree58d719f858bb27f100b421b307e677f8464a3094 /Gemfile
parentf2b218a6a85f152c4cef011575581c7f5bbb4880 (diff)
Update dependency gitlab-styles to v8
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 861487c8..8a26eed6 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', '~> 7.1.0', require: false
+ gem 'gitlab-styles', '~> 8.0.0', require: false
end
group :development, :danger do