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:
authorEvan Read <eread@gitlab.com>2019-09-02 10:45:47 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-09-02 10:45:47 +0300
commite89a081706de5edaa29b4c04b6079a9ab59d172f (patch)
tree1018125d8afe72f6d2c3bf12ca63ffad526aa19f /Gemfile.lock
parentf4007210de9318e408274259cd424020d8c5f72b (diff)
Roll gem versions forward
- Also removes mdl from project. - Pins rouge to 3.7.0.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock75
1 files changed, 30 insertions, 45 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 3717b23f..0966c80f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,37 +1,8 @@
-GIT
- remote: git://github.com/nanoc/nanoc.git
- revision: 94422c7b2670a4ebe7a1191f43dbab20509e469f
- ref: 94422c7
- specs:
- guard-nanoc (2.1.6)
- guard (~> 2.8)
- guard-compat (~> 1.0)
- nanoc (>= 4.3.8, < 5.0)
- nanoc (4.11.9)
- addressable (~> 2.5)
- colored (~> 1.2)
- cri (~> 2.15)
- nanoc-core (= 4.11.9)
- parallel (~> 1.12)
- tomlrb (~> 1.2)
- tty-command (~> 0.8)
- tty-file (~> 0.7)
- tty-platform (~> 0.2)
- tty-which (~> 0.4)
- nanoc-core (4.11.9)
- ddmemoize (~> 1.0)
- ddmetrics (~> 1.0)
- ddplugin (~> 1.0)
- hamster (~> 3.0)
- json_schema (~> 0.19)
- slow_enumerator_tools (~> 1.0)
- zeitwerk (~> 2.1)
-
GEM
remote: https://rubygems.org/
specs:
- addressable (2.6.0)
- public_suffix (>= 2.0.2, < 4.0)
+ addressable (2.7.0)
+ public_suffix (>= 2.0.2, < 5.0)
adsf (1.4.2)
rack (>= 1.0.0, < 3.0.0)
adsf-live (1.4.2)
@@ -72,6 +43,10 @@ GEM
shellany (~> 0.0)
thor (>= 0.18.1)
guard-compat (1.2.1)
+ guard-nanoc (2.1.6)
+ guard (~> 2.8)
+ guard-compat (~> 1.0)
+ nanoc (>= 4.3.8, < 5.0)
hamster (3.0.0)
concurrent-ruby (~> 1.0)
highline (2.0.2)
@@ -83,18 +58,30 @@ GEM
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
lumberjack (1.0.13)
- mdl (0.5.0)
- kramdown (~> 1.12, >= 1.12.0)
- mixlib-cli (~> 1.7, >= 1.7.0)
- mixlib-config (~> 2.2, >= 2.2.1)
method_source (0.9.2)
mini_portile2 (2.4.0)
- mixlib-cli (1.7.0)
- mixlib-config (2.2.18)
- tomlrb
+ nanoc (4.11.10)
+ addressable (~> 2.5)
+ colored (~> 1.2)
+ cri (~> 2.15)
+ nanoc-core (= 4.11.10)
+ parallel (~> 1.12)
+ tomlrb (~> 1.2)
+ tty-command (~> 0.8)
+ tty-file (~> 0.7)
+ tty-platform (~> 0.2)
+ tty-which (~> 0.4)
+ nanoc-core (4.11.10)
+ ddmemoize (~> 1.0)
+ ddmetrics (~> 1.0)
+ ddplugin (~> 1.0)
+ hamster (~> 3.0)
+ json_schema (~> 0.19)
+ slow_enumerator_tools (~> 1.0)
+ zeitwerk (~> 2.1)
necromancer (0.5.0)
nenv (0.3.0)
- nokogiri (1.10.3)
+ nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
notiffany (0.1.3)
nenv (~> 0.1)
@@ -109,7 +96,7 @@ GEM
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
- public_suffix (3.1.1)
+ public_suffix (4.0.1)
rack (2.0.7)
rack-livereload (0.3.17)
rack
@@ -138,9 +125,8 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
- sassc (2.0.1)
+ sassc (2.2.0)
ffi (~> 1.9)
- rake
scss_lint (0.58.0)
rake (>= 0.9, < 13)
sass (~> 3.5, >= 3.5.5)
@@ -180,12 +166,11 @@ DEPENDENCIES
gitlab_kramdown (~> 0.6.0)
guard-nanoc (~> 2.1)
highline (~> 2.0)
- mdl (~> 0.5.0)
- nanoc!
+ nanoc (~> 4.10)
nokogiri (~> 1.10.3)
pry-byebug (~> 3.7)
rake (~> 12.3)
- rouge (~> 3.2)
+ rouge (= 3.7.0)
rspec (~> 3.5)
sassc (~> 2.0)
scss_lint (~> 0.57)