Skip to content

Commit 15c875f

Browse files
Update rubocop requirement from ~> 1.76.0 to ~> 1.82.1
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.76.0...v1.82.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.82.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c8b417a commit 15c875f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gemspec
66

77
gem 'rake', '~> 13.3.1'
88
gem 'rspec', '~> 3.7'
9-
gem 'rubocop', '~> 1.76.0'
9+
gem 'rubocop', '~> 1.82.1'
1010
gem 'rubocop-rspec', '~> 3.5.0'
1111
gem 'sequel', '~> 5.47'
1212
gem 'simplecov', '~> 0.16'

0 commit comments

Comments
 (0)