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:
authorAmy Qualls <aqualls@gitlab.com>2024-01-23 04:05:39 +0300
committerEvan Read <eread@gitlab.com>2024-01-23 04:05:39 +0300
commitf750852b8080451d485f7f67bd893f06ecd9a5d6 (patch)
tree8da9cfcf895024ed577df99ac0903d857539e739 /Gemfile
parentf1063b6eb514dd0e0bb7512c9680325731e96412 (diff)
Update markdownlint version to 0.38.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c709eb75..66282c1d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -19,7 +19,7 @@ group :nanoc do
end
group :test, :development do
- gem 'highline', '~> 2.1.0'
+ gem 'highline', '~> 3.0.1'
gem 'rspec', '~> 3.12.0'
gem 'rspec-parameterized', '~> 1.0.0'
gem 'simplecov', '~> 0.22.0', require: false