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>2015-11-10 17:57:26 +0300
committerMichael Rose <est.michael@gmail.com>2015-11-10 17:57:26 +0300
commit227f687d7b7a7517ce3bcc20f7f403bd40e25998 (patch)
treee9dfa55876779912bd58d87b49dd675e7c0fb735
parentc19c6503e4047513d5dc5836113f886d0bcb9a77 (diff)
Update gems
-rw-r--r--Gemfile9
-rw-r--r--Gemfile.lock61
2 files changed, 31 insertions, 39 deletions
diff --git a/Gemfile b/Gemfile
index 22d2739..08da02f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,5 @@
-source 'https://rubygems.org'
+source "https://rubygems.org"
-gem 'jekyll'
-gem 'sass'
-gem 'octopress', '~> 3.0.0.rc.12'
-gem 'jekyll-sitemap' \ No newline at end of file
+gem 'jekyll', '2.5.3'
+gem 'jekyll-sitemap'
+gem 'octopress', '~> 3.0' \ No newline at end of file
diff --git a/Gemfile.lock b/Gemfile.lock
index 0b5f4bd..592247b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -2,22 +2,18 @@ GEM
remote: https://rubygems.org/
specs:
blankslate (2.1.2.4)
- celluloid (0.16.0)
- timers (~> 4.0.0)
- classifier-reborn (2.0.3)
+ classifier-reborn (2.0.4)
fast-stemmer (~> 1.0)
- coffee-script (2.3.0)
+ coffee-script (2.4.1)
coffee-script-source
execjs
- coffee-script-source (1.9.1)
+ coffee-script-source (1.9.1.1)
colorator (0.1)
- execjs (2.3.0)
+ execjs (2.6.0)
fast-stemmer (1.0.2)
- ffi (1.9.6)
- ffi (1.9.6-x64-mingw32)
- ffi (1.9.6-x86-mingw32)
- hitimes (1.2.2)
- hitimes (1.2.2-x86-mingw32)
+ ffi (1.9.10)
+ ffi (1.9.10-x64-mingw32)
+ ffi (1.9.10-x86-mingw32)
jekyll (2.5.3)
classifier-reborn (~> 2.0)
colorator (~> 0.1)
@@ -35,47 +31,45 @@ GEM
toml (~> 0.1.0)
jekyll-coffeescript (1.0.1)
coffee-script (~> 2.2)
- jekyll-gist (1.1.0)
+ jekyll-gist (1.3.5)
jekyll-paginate (1.1.0)
jekyll-sass-converter (1.3.0)
sass (~> 3.2)
- jekyll-sitemap (0.8.0)
- jekyll-watch (1.2.1)
- listen (~> 2.7)
- kramdown (1.6.0)
- liquid (2.6.2)
- listen (2.8.5)
- celluloid (>= 0.15.2)
+ jekyll-sitemap (0.9.0)
+ jekyll-watch (1.3.0)
+ listen (~> 3.0)
+ kramdown (1.9.0)
+ liquid (2.6.3)
+ listen (3.0.4)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
mercenary (0.3.5)
- octopress (3.0.0.rc.34)
- jekyll (~> 2.0)
+ octopress (3.0.11)
+ jekyll (>= 2.0)
mercenary (~> 0.3.2)
octopress-deploy
octopress-escape-code (~> 2.0)
octopress-hooks (~> 2.0)
+ redcarpet (~> 3.0)
titlecase
- octopress-deploy (1.1.0)
+ octopress-deploy (1.3.0)
colorator
octopress-escape-code (2.0.6)
octopress-hooks (~> 2.0)
- octopress-hooks (2.6.0)
- jekyll (~> 2.0)
+ octopress-hooks (2.6.1)
+ jekyll (>= 2.0)
parslet (1.5.0)
blankslate (~> 2.0)
- posix-spawn (0.3.10)
- pygments.rb (0.6.2)
+ posix-spawn (0.3.11)
+ pygments.rb (0.6.3)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.2.0)
- rb-fsevent (0.9.4)
+ rb-fsevent (0.9.6)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
- redcarpet (3.2.2)
+ redcarpet (3.3.3)
safe_yaml (1.0.4)
- sass (3.4.13)
- timers (4.0.1)
- hitimes
+ sass (3.4.19)
titlecase (0.1.1)
toml (0.1.2)
parslet (~> 1.5.0)
@@ -87,7 +81,6 @@ PLATFORMS
x86-mingw32
DEPENDENCIES
- jekyll
+ jekyll (= 2.5.3)
jekyll-sitemap
- octopress (~> 3.0.0.rc.12)
- sass
+ octopress (~> 3.0)