david-a-wheeler / railroader

A static analysis security vulnerability scanner for Ruby on Rails applications (OSS fork of Brakeman)
MIT License
47 stars 1 forks source link

Double-check if some gems need updating #9

Open david-a-wheeler opened 5 years ago

david-a-wheeler commented 5 years ago

Investigate these messages to see if they make sense - they may indicate need to update some gems.

Post-install message from codeclimate-test-reporter:

  Code Climate's codeclimate-test-reporter gem has been deprecated in favor of
  our language-agnostic unified test reporter. The new test reporter is faster,
  distributed as a static binary so dependency conflicts never occur, and
  supports parallelized CI builds & multi-language CI configurations.

  Please visit https://docs.codeclimate.com/v1.0/docs/configuring-test-coverage
  for help setting up your CI process with our new test reporter.
  Post-install message from rubocop:
Performance Cops will be removed from RuboCop 0.68. Use rubocop-performance gem instead.

Put this in your Gemfile.

```rb
gem 'rubocop-performance'
```

And then execute:

```sh
$ bundle install
```

Put this into your .rubocop.yml.

```yaml
require: rubocop-performance
```

More information: https://github.com/rubocop-hq/rubocop-performance