From 0efb04af87ff1f1ee00cf2a2a7d996fd86e55a18 Mon Sep 17 00:00:00 2001 From: Marc Anguera Insa Date: Thu, 18 Jan 2024 16:25:32 +0100 Subject: [PATCH] small adjusments --- Gemfile | 2 +- README.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 702cc38..9e8dfe2 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'rspec', '~> 3.0' gem 'cucumber', '~> 2.0' gem 'capybara', '~> 2.5.0' gem 'haml', '< 7' -gem 'slim', '< 5' +gem 'slim', '>= 3', '< 5' gem 'kramdown' gem "redcarpet" diff --git a/README.md b/README.md index 79ab63c..fc27a7d 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ The best way to get quick responses to your issues and swift fixes to your bugs ## Donate -[Click here to lend your support to Middleman](https://spacebox.io/s/4dXbHBorC3) +[Click here to lend your support to Middleman](https://github.com/sponsors/tdreyno) ## License @@ -205,6 +205,4 @@ Copyright (c) 2012-2014 Benjamin Hollis. MIT Licensed, see [LICENSE] for details [middleman]: http://middlemanapp.com [gem]: https://rubygems.org/gems/middleman-syntax [travis]: http://travis-ci.org/middleman/middleman-syntax -[gemnasium]: https://gemnasium.com/middleman/middleman-syntax -[codeclimate]: https://codeclimate.com/github/middleman/middleman-syntax [LICENSE]: https://github.com/middleman/middleman-syntax/blob/master/LICENSE.md