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-12-14 03:36:13 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-14 03:36:13 +0300
commit41b4d598ea23752e9a531f3d0b0f55a447f91494 (patch)
tree8c4e8b6425aeee5663763d5a13a6d33bc03b68be /Gemfile
parentc928f8d33af1935cc1ee178c127dde52e852fb50 (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 fcd0f53a..ea78ad19 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.25.0'
+gem 'rouge', '~> 3.26.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.1.0', require: false
+ gem 'gitlab-styles', '~> 5.3.0', require: false
end