Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Rose <est.michael@gmail.com>2016-01-20 05:18:57 +0300
committerMichael Rose <est.michael@gmail.com>2016-01-20 05:18:57 +0300
commit33c8c837379b4d7e49182e95569e33b0b81dfdf3 (patch)
tree9b2686f9266e765e883b20dc9cfe21ae3702f8b1
parente4a65b83bdcc7404fc12b47765eb187d7bfc403c (diff)
Update dependencies
-rw-r--r--Gemfile.lock31
1 files changed, 22 insertions, 9 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 592247b..7ebe08f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,15 +1,18 @@
GEM
remote: https://rubygems.org/
specs:
+ addressable (2.3.8)
blankslate (2.1.2.4)
classifier-reborn (2.0.4)
fast-stemmer (~> 1.0)
coffee-script (2.4.1)
coffee-script-source
execjs
- coffee-script-source (1.9.1.1)
+ coffee-script-source (1.10.0)
colorator (0.1)
execjs (2.6.0)
+ faraday (0.9.2)
+ multipart-post (>= 1.2, < 3)
fast-stemmer (1.0.2)
ffi (1.9.10)
ffi (1.9.10-x64-mingw32)
@@ -31,19 +34,23 @@ GEM
toml (~> 0.1.0)
jekyll-coffeescript (1.0.1)
coffee-script (~> 2.2)
- jekyll-gist (1.3.5)
+ jekyll-gist (1.4.0)
+ octokit (~> 4.2)
jekyll-paginate (1.1.0)
- jekyll-sass-converter (1.3.0)
- sass (~> 3.2)
+ jekyll-sass-converter (1.4.0)
+ sass (~> 3.4)
jekyll-sitemap (0.9.0)
- jekyll-watch (1.3.0)
+ jekyll-watch (1.3.1)
listen (~> 3.0)
kramdown (1.9.0)
liquid (2.6.3)
- listen (3.0.4)
+ listen (3.0.5)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
mercenary (0.3.5)
+ multipart-post (2.0.0)
+ octokit (4.2.0)
+ sawyer (~> 0.6.0, >= 0.5.3)
octopress (3.0.11)
jekyll (>= 2.0)
mercenary (~> 0.3.2)
@@ -64,12 +71,15 @@ GEM
pygments.rb (0.6.3)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.2.0)
- rb-fsevent (0.9.6)
+ rb-fsevent (0.9.7)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
- redcarpet (3.3.3)
+ redcarpet (3.3.4)
safe_yaml (1.0.4)
- sass (3.4.19)
+ sass (3.4.21)
+ sawyer (0.6.0)
+ addressable (~> 2.3.5)
+ faraday (~> 0.8, < 0.10)
titlecase (0.1.1)
toml (0.1.2)
parslet (~> 1.5.0)
@@ -84,3 +94,6 @@ DEPENDENCIES
jekyll (= 2.5.3)
jekyll-sitemap
octopress (~> 3.0)
+
+BUNDLED WITH
+ 1.11.2