diff options
author | MoritzFago <MoritzFago@users.noreply.github.com> | 2018-01-09 14:20:42 +0100 |
---|---|---|
committer | Ruben Barkow <rubo77@users.noreply.github.com> | 2018-01-09 14:20:42 +0100 |
commit | 77548ea684cb754bb1756cfe99939af935a790dd (patch) | |
tree | 670305f0c470882cc0fdd9875cb40ffb2c9444d5 | |
parent | 566a6b4f82bff144ea85259433421fe3f36a557e (diff) |
fix für altes ruby (#17)
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,3 +2,6 @@ source 'https://rubygems.org' gem 'jekyll-feed', :git => 'https://github.com/jekyll/jekyll-feed' gem 'jekyll' gem 'nokogiri', '~> 1.6', '>= 1.6.7.2' +# fix, da neuere Versionen mit dem ruby-2.1 auf dem server nicht mehr kompatibel sind. +gem 'ruby_dep', '1.3' +gem 'listen', '2.9' |