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 <axil@gitlab.com>2017-12-01 16:59:32 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2017-12-01 17:02:03 +0300
commit9ec6efb913c5b62ec4cdbf4cd46a3eebb64b0946 (patch)
tree7702a5a957038acd6bc0e03ffc00b9ee15ca2a45
parent3c1262c6eae0e6a476c56e881336d52e03b4f54b (diff)
Add needed adsf-live gem for live reloading
- https://github.com/ddfreyne/adsf/blob/master/NEWS.md#140-2017-11-26 - https://github.com/nanoc/nanoc/blob/master/NEWS.md#4813-2017-11-27
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock14
2 files changed, 15 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 351f96ab..0d29553c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,6 +2,7 @@ source 'https://rubygems.org'
gem 'nanoc', '~> 4.8'
gem 'adsf'
+gem 'adsf-live'
gem 'sass'
gem 'redcarpet'
gem 'rouge', '~> 2.0'
diff --git a/Gemfile.lock b/Gemfile.lock
index 12672f9b..b5c9c037 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -5,6 +5,12 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
adsf (1.4.0)
rack (>= 1.0.0, < 3.0.0)
+ adsf-live (1.4.0)
+ adsf (~> 1.3)
+ em-websocket (~> 0.5)
+ eventmachine (~> 1.2)
+ listen (~> 3.0)
+ rack-livereload (~> 0.3)
builder (3.2.3)
coderay (1.1.2)
colored (1.2)
@@ -12,6 +18,10 @@ GEM
cri (2.10.1)
colored (~> 1.2)
ddplugin (1.0.1)
+ em-websocket (0.5.1)
+ eventmachine (>= 0.12.9)
+ http_parser.rb (~> 0.6.0)
+ eventmachine (1.2.5)
ffi (1.9.18)
formatador (0.2.5)
guard (2.14.1)
@@ -30,6 +40,7 @@ GEM
nanoc (>= 4.3.8, < 5.0)
hamster (3.0.0)
concurrent-ruby (~> 1.0)
+ http_parser.rb (0.6.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
@@ -55,6 +66,8 @@ GEM
method_source (~> 0.9.0)
public_suffix (3.0.1)
rack (2.0.3)
+ rack-livereload (0.3.16)
+ rack
rake (12.3.0)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
@@ -80,6 +93,7 @@ PLATFORMS
DEPENDENCIES
adsf
+ adsf-live
builder
guard-nanoc
nanoc (~> 4.8)