Skip to content

Commit 0a26848

Browse files
Update rubocop requirement from 1.38.0 to 1.39.0
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.38.0...v1.39.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 13efb0c commit 0a26848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ end
4444
group :test, :development do
4545
gem 'pry-byebug'
4646
gem 'redcarpet'
47-
gem 'rubocop', '1.38.0'
47+
gem 'rubocop', '1.39.0'
4848
end
4949

5050
gemspec

0 commit comments

Comments
 (0)