Gemfile in punchblock-1.9.4 vs Gemfile in punchblock-2.0.0.beta1
- old
+ new
@@ -1,4 +1,5 @@
source 'https://rubygems.org'
gemspec
gem 'bluecloth' unless RUBY_PLATFORM =~ /java/
+gem 'activesupport', '~> 3.0' if RUBY_VERSION == "1.9.2"
- old
+ new