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:
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock55
2 files changed, 47 insertions, 9 deletions
diff --git a/Gemfile b/Gemfile
index abd80541..8bc30182 100644
--- a/Gemfile
+++ b/Gemfile
@@ -24,4 +24,5 @@ group :test, :development do
gem 'scss_lint', '~> 0.57', require: false
gem 'highline', '~> 2.0'
gem 'rspec', '~> 3.5'
+ gem 'pry-byebug', '~> 3.7', require: false
end
diff --git a/Gemfile.lock b/Gemfile.lock
index 55a47f60..a6fbed7d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -12,11 +12,11 @@ GEM
listen (~> 3.0)
rack-livereload (~> 0.3)
builder (3.2.3)
+ byebug (11.0.1)
coderay (1.1.2)
colored (1.2)
concurrent-ruby (1.1.5)
- cri (2.15.3)
- colored (~> 1.2)
+ cri (2.15.5)
ddmemoize (1.0.0)
ddmetrics (~> 1.0)
ref (~> 2.0)
@@ -26,6 +26,7 @@ GEM
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
+ equatable (0.5.0)
eventmachine (1.2.7)
ffi (1.10.0)
formatador (0.2.5)
@@ -59,20 +60,26 @@ GEM
lumberjack (1.0.13)
method_source (0.9.2)
mini_portile2 (2.1.0)
- nanoc (4.11.2)
+ nanoc (4.11.5)
addressable (~> 2.5)
+ colored (~> 1.2)
cri (~> 2.15)
- nanoc-core (= 4.11.2)
+ nanoc-core (= 4.11.5)
parallel (~> 1.12)
- slow_enumerator_tools (~> 1.0)
tomlrb (~> 1.2)
- nanoc-core (4.11.2)
+ tty-command (~> 0.8)
+ tty-file (~> 0.7)
+ tty-platform (~> 0.2)
+ tty-which (~> 0.4)
+ nanoc-core (4.11.5)
ddmemoize (~> 1.0)
ddmetrics (~> 1.0)
ddplugin (~> 1.0)
hamster (~> 3.0)
json_schema (~> 0.19)
- zeitwerk (~> 1.0)
+ slow_enumerator_tools (~> 1.0)
+ zeitwerk (~> 2.1)
+ necromancer (0.4.0)
nenv (0.3.0)
nokogiri (1.7.2)
mini_portile2 (~> 2.1.0)
@@ -80,9 +87,15 @@ GEM
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.17.0)
+ pastel (0.7.2)
+ equatable (~> 0.5.0)
+ tty-color (~> 0.4.0)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
+ pry-byebug (3.7.0)
+ byebug (~> 11.0)
+ pry (~> 0.10)
public_suffix (3.0.3)
rack (2.0.7)
rack-livereload (0.3.17)
@@ -115,14 +128,37 @@ GEM
sassc (2.0.1)
ffi (~> 1.9)
rake
- scss_lint (0.57.1)
+ scss_lint (0.58.0)
rake (>= 0.9, < 13)
sass (~> 3.5, >= 3.5.5)
shellany (0.0.1)
slow_enumerator_tools (1.1.0)
thor (0.20.3)
+ timers (4.3.0)
tomlrb (1.2.8)
- zeitwerk (1.4.3)
+ tty-color (0.4.3)
+ tty-command (0.8.2)
+ pastel (~> 0.7.0)
+ tty-cursor (0.6.1)
+ tty-file (0.7.0)
+ diff-lcs (~> 1.3)
+ pastel (~> 0.7.2)
+ tty-prompt (~> 0.18)
+ tty-platform (0.2.0)
+ tty-prompt (0.18.1)
+ necromancer (~> 0.4.0)
+ pastel (~> 0.7.0)
+ timers (~> 4.0)
+ tty-cursor (~> 0.6.0)
+ tty-reader (~> 0.5.0)
+ tty-reader (0.5.0)
+ tty-cursor (~> 0.6.0)
+ tty-screen (~> 0.6.4)
+ wisper (~> 2.0.0)
+ tty-screen (0.6.5)
+ tty-which (0.4.0)
+ wisper (2.0.0)
+ zeitwerk (2.1.6)
PLATFORMS
ruby
@@ -136,6 +172,7 @@ DEPENDENCIES
highline (~> 2.0)
nanoc (~> 4.10)
nokogiri (~> 1.7.0)
+ pry-byebug (~> 3.7)
rake (~> 12.3)
rouge (~> 3.2)
rspec (~> 3.5)