From f9b97869a8ab9acd043bc9a1c45f41666f512ebc Mon Sep 17 00:00:00 2001 From: Kasper Friis Christensen Date: Fri, 26 Jan 2018 11:14:55 +0100 Subject: [PATCH] Changed octopress-autoprefixer to jekyll-autoprefixer --- Gemfile | 2 +- Gemfile.lock | 9 ++++----- _config.yml | 1 + 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 1b2e8db..d8f5d87 100644 --- a/Gemfile +++ b/Gemfile @@ -26,4 +26,4 @@ end gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] #CSS Prefixer -gem 'octopress-autoprefixer' \ No newline at end of file +gem 'jekyll-autoprefixer' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index a278b13..2130c31 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) - autoprefixer-rails (7.2.5) + autoprefixer-rails (6.3.7) execjs colorator (1.1.0) em-websocket (0.5.1) @@ -25,6 +25,8 @@ GEM pathutil (~> 0.9) rouge (>= 1.7, < 3) safe_yaml (~> 1.0) + jekyll-autoprefixer (1.0.1) + autoprefixer-rails (~> 6.3.6) jekyll-feed (0.9.2) jekyll (~> 3.3) jekyll-livereload (0.2.2) @@ -42,9 +44,6 @@ GEM rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9.7) mercenary (0.3.6) - octopress-autoprefixer (2.0.1) - autoprefixer-rails - jekyll (~> 3.0) pathutil (0.16.1) forwardable-extended (~> 2.6) public_suffix (2.0.5) @@ -64,10 +63,10 @@ PLATFORMS DEPENDENCIES jekyll (~> 3.6.2) + jekyll-autoprefixer jekyll-feed (~> 0.6) jekyll-livereload jekyll-polyglot - octopress-autoprefixer tzinfo-data BUNDLED WITH diff --git a/_config.yml b/_config.yml index 0e34ba5..6c06d86 100644 --- a/_config.yml +++ b/_config.yml @@ -42,3 +42,4 @@ sass: plugins: - jekyll-polyglot + - jekyll-autoprefixer