Gemfile in
stove-4.1.1
vs Gemfile in
stove-5.0.0
- old
+ new
@@ -1,2 +1,5 @@
source 'https://rubygems.org' gemspec
+
+# this maintains compatiblity with Ruby 2.1
+gem 'rack', '< 2'