Gemfile in testlab-0.8.6 vs Gemfile in testlab-0.9.0
- old
+ new
@@ -1,6 +1,10 @@
source 'https://rubygems.org'
gem "json" if (RUBY_VERSION == "1.8.7")
-gem "activesupport", "< 4.0.0" if (RUBY_VERSION < "1.9.3")
+
+if (RUBY_VERSION < "1.9.3")
+ gem "activesupport", "< 4.0.0"
+ gem "redcarpet", "< 3.0.0"
+end
gemspec