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:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-11-18 12:03:18 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-11-18 12:03:18 +0300
commit23aa8ab24d8e607b5a73040f2dcae06963667f7a (patch)
tree86aa04be4d3fdef99ddc70d0167c2747f7fe8d76 /Gemfile
parentb61b8495f3235d7f494d87079e97b6c6df852351 (diff)
Update all the things!
- nanoc 4.3.8 - rouge 2.0.7 - ruby 2.3.2
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index c5b872c4..dd5857e0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,11 +1,11 @@
source 'https://rubygems.org'
-ruby '~> 2.3.1'
+ruby '~> 2.3.2'
-gem 'nanoc', '~> 4.0'
+gem 'nanoc', '~> 4.3'
gem 'adsf'
gem 'sass'
gem 'redcarpet'
-gem 'rouge', '~> 1.11'
+gem 'rouge', '~> 2.0'
gem 'rake', '~> 11.3'
group :nanoc do