Gemfile in localhost-1.0.0 vs Gemfile in localhost-1.1.0
- old
+ new
@@ -2,5 +2,10 @@
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
# Specify your gem's dependencies in localhost.gemspec
gemspec
+
+group :development do
+ gem 'async-io'
+ gem 'async-rspec'
+end