Gemfile in rack-mongrel2-0.2.1 vs Gemfile in rack-mongrel2-0.2.2
- old
+ new
@@ -1,3 +1,7 @@
source 'http://rubygems.org'
-gemspec
+gemspec
+
+# For development
+gem 'yajl-ruby', '~> 0.7.8', :require => 'yajl'
+gem 'zmq', '~> 2.0.9'
\ No newline at end of file