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>2020-11-16 03:20:48 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-16 03:20:48 +0300
commit607107a383a1ed812d6271e384f8b261d985b350 (patch)
tree5b9f56c6519fa58310a366e2427e9a1bc6fe6a3e /Gemfile
parent98f967ef0b1f697277203bba981e64aa8913447d (diff)
Update Ruby dependencies
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 1012faf1..fcd0f53a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,7 +4,7 @@ gem 'nanoc', '~> 4.11.0'
gem 'adsf', '~> 1.4.3'
gem 'adsf-live', '~> 1.4.3'
gem 'sassc', '~> 2.4.0'
-gem 'rouge', '~> 3.24.0'
+gem 'rouge', '~> 3.25.0'
gem 'rake', '~> 13.0.1'
group :nanoc do
@@ -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', '~> 5.0.0', require: false
+ gem 'gitlab-styles', '~> 5.1.0', require: false
end