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-19 09:29:05 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-09-19 09:29:05 +0300
commit6709f893affb042645cbfed8dc5c5c4a71f2b7f5 (patch)
tree09654bd41a99962d35937000036415a8bf7c2f27 /Gemfile.lock
parent7e315bf97d779aebc6bd07ae65734075d9e3cb22 (diff)
Rouge is fixed upstream, so unpin it
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock36
1 files changed, 10 insertions, 26 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 13dc689a..3bbaf378 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -33,7 +33,7 @@ GEM
gitlab_kramdown (0.6.0)
kramdown (~> 1.16.2)
rouge (~> 3.0)
- guard (2.15.0)
+ guard (2.15.1)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0)
@@ -51,7 +51,7 @@ GEM
concurrent-ruby (~> 1.0)
highline (2.0.2)
http_parser.rb (0.6.0)
- json_schema (0.20.7)
+ json_schema (0.20.8)
kramdown (1.16.2)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -67,18 +67,18 @@ GEM
mixlib-cli (1.7.0)
mixlib-config (2.2.18)
tomlrb
- nanoc (4.11.10)
+ nanoc (4.11.11)
addressable (~> 2.5)
colored (~> 1.2)
cri (~> 2.15)
- nanoc-core (= 4.11.10)
+ diff-lcs (~> 1.3)
+ nanoc-core (= 4.11.11)
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)
+ nanoc-core (4.11.11)
ddmemoize (~> 1.0)
ddmetrics (~> 1.0)
ddplugin (~> 1.0)
@@ -86,7 +86,6 @@ GEM
json_schema (~> 0.19)
slow_enumerator_tools (~> 1.0)
zeitwerk (~> 2.1)
- necromancer (0.5.0)
nenv (0.3.0)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
@@ -112,7 +111,7 @@ GEM
rb-inotify (0.10.0)
ffi (~> 1.0)
ref (2.0.0)
- rouge (3.7.0)
+ rouge (3.11.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
@@ -132,7 +131,7 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
- sassc (2.2.0)
+ sassc (2.2.1)
ffi (~> 1.9)
scss_lint (0.58.0)
rake (>= 0.9, < 13)
@@ -144,24 +143,9 @@ GEM
tty-color (0.5.0)
tty-command (0.8.2)
pastel (~> 0.7.0)
- tty-cursor (0.7.0)
- tty-file (0.8.0)
- diff-lcs (~> 1.3)
- pastel (~> 0.7.2)
- tty-prompt (~> 0.18)
tty-platform (0.2.1)
- tty-prompt (0.19.0)
- necromancer (~> 0.5.0)
- pastel (~> 0.7.0)
- tty-reader (~> 0.6.0)
- tty-reader (0.6.0)
- tty-cursor (~> 0.7)
- tty-screen (~> 0.7)
- wisper (~> 2.0.0)
- tty-screen (0.7.0)
tty-which (0.4.1)
- wisper (2.0.0)
- zeitwerk (2.1.9)
+ zeitwerk (2.1.10)
PLATFORMS
ruby
@@ -178,7 +162,7 @@ DEPENDENCIES
nokogiri (~> 1.10.3)
pry-byebug (~> 3.7)
rake (~> 12.3)
- rouge (= 3.7.0)
+ rouge (~> 3.11)
rspec (~> 3.5)
sassc (~> 2.0)
scss_lint (~> 0.57)