Gemfile in protocol-http-0.4.1 vs Gemfile in protocol-http-0.5.0
- old
+ new
@@ -1,4 +1,9 @@
source "https://rubygems.org"
# Specify your gem's dependencies in protocol-http.gemspec
gemspec
+
+group :test do
+ gem 'async-io'
+ gem 'async-rspec'
+end