Gemfile in async-rspec-1.13.0 vs Gemfile in async-rspec-1.14.0

- old
+ new

@@ -1,8 +1,10 @@ source 'https://rubygems.org' # Specify your gem's dependencies in async-rspec.gemspec gemspec +# gem "async", path: "../async" + group :test do - gem "ruby-prof", platform: :mri -end \ No newline at end of file + gem "ruby-prof", git: "https://github.com/ruby-prof/ruby-prof" +end