Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
build(deps-dev): update rubocop requirement from 0.78.0 to 0.79.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.78.0...v0.79.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Jan 7, 2020
1 parent 07aaa5a commit 1978d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ end
group :development, :test do
gem "rake", require: false
gem "rspec", "~> 3.5", require: false
gem "rubocop", "0.78.0", require: false
gem "rubocop", "0.79.0", require: false
gem "tjson", "~> 0.5", require: false
end

0 comments on commit 1978d48

Please sign in to comment.