Rakefile in sentry-rails-5.16.1 vs Rakefile in sentry-rails-5.17.0

- old
+ new

@@ -9,6 +9,6 @@ Dir["spec/isolated/*"].each do |file| sh "bundle exec ruby #{file}" end end -task :default => [:spec, :isolated_specs] +task default: [:spec, :isolated_specs]