Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rubocop-rails from 2.1.0 to 2.2.1 #1205

Merged
merged 2 commits into from
Jul 18, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 15, 2019

Bumps rubocop-rails from 2.1.0 to 2.2.1.

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails 2.2.1

Bug fixes

  • #86: Fix an incorrect auto-correct for Rails/TimeZone when using Time.new. (@​koic)

RuboCop Rails 2.2.0

Bug fixes

  • #67: Fix an incorrect auto-correct for Rails/TimeZone when using DateTime. (@​koic)
Changelog

Sourced from rubocop-rails's changelog.

2.2.1 (2019-07-13)

Bug fixes

  • #86: Fix an incorrect auto-correct for Rails/TimeZone when using Time.new. (@​koic)

2.2.0 (2019-07-07)

Bug fixes

  • #67: Fix an incorrect auto-correct for Rails/TimeZone when using DateTime. (@​koic)
Commits
  • d58d19c Preparing for 2.2.1 release
  • 9018ff2 Merge pull request #87 from koic/fix_an_incorrect_auto_correct_for_time_zone
  • e0c938b Remove obsolete -R/--rails option from README.md
  • 94ad812 #86 Fix an incorrect auto-correct for Rails/TimeZone
  • 0b86676 Suppress an offense
  • 9f5ee6a Preparing for 2.2.0 release
  • 9b2285f Merge pull request #85 from koic/fix_an_incorrect_autocorrect_for_rails_time_...
  • 5d6f8bb [Fix #67] Fix an incorrect auto-correct for Rails/TimeZone
  • 2c62f07 Merge pull request #83 from koic/remove_unnecessary_code_to_suppress_warnings
  • 182a1c9 Remove unnecessary code to suppress warnings
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/rubocop-rails-2.2.1 branch 6 times, most recently from 4a83763 to d31ec85 Compare July 17, 2019 21:54
@ConnorSheremeta
Copy link
Contributor

ConnorSheremeta commented Jul 17, 2019

Offenses:
app/models/jupiter_core/locked_ldp_object.rb:50:3: W: Lint/UnneededCopDisableDirective: Unnecessary disabling of Rails/TimeZone.
  # rubocop:disable Rails/TimeZone
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
app/models/draft_item.rb:89:3: W: Lint/UnneededCopDisableDirective: Unnecessary disabling of Rails/TimeZone.
  # rubocop:disable Rails/TimeZone
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
230 files inspected, 2 offenses detected
The command "bundle exec rubocop" exited with 1.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/rubocop-rails-2.2.1 branch from d31ec85 to 0c1ec4e Compare July 17, 2019 22:16
@pgwillia pgwillia force-pushed the dependabot/bundler/rubocop-rails-2.2.1 branch from d80f09d to 107234f Compare July 18, 2019 19:34
@pgwillia pgwillia merged commit 9a83346 into master Jul 18, 2019
@pgwillia pgwillia deleted the dependabot/bundler/rubocop-rails-2.2.1 branch July 18, 2019 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants