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 Bot <gitlab-bot@gitlab.com>2021-03-01 03:18:29 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-01 03:18:29 +0300
commit0082f304b0a0ab389b1cee7ba6b15f346d566a0c (patch)
tree22aee42f430146394c841ab9e65eee01419c223b /Gemfile
parent5e6966e19d7d324914432b85feb977afac3b0af6 (diff)
Update dependency gitlab-styles to ~> 6.1.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 56512782..2a78490d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -25,5 +25,5 @@ group :test, :development do
gem 'highline', '~> 2.0.3'
gem 'rspec', '~> 3.10.0'
gem 'pry-byebug', '~> 3.9.0', require: false
- gem 'gitlab-styles', '~> 6.0.0', require: false
+ gem 'gitlab-styles', '~> 6.1.0', require: false
end