Gemfile in async-rspec-1.11.0 vs Gemfile in async-rspec-1.11.1

- old
+ new

@@ -2,9 +2,7 @@ # Specify your gem's dependencies in async-rspec.gemspec gemspec group :test do - unless RUBY_PLATFORM =~ /java/ - gem "ruby-prof" - end + gem "ruby-prof", platform: :mri end \ No newline at end of file