Gemfile in async-rspec-1.5.0 vs Gemfile in async-rspec-1.6.0

- old
+ new

@@ -1,4 +1,10 @@ source 'https://rubygems.org' # Specify your gem's dependencies in async-rspec.gemspec gemspec + +group :test do + unless RUBY_PLATFORM =~ /java/ + gem "ruby-prof" + end +end \ No newline at end of file