Skip to content

Commit

Permalink
Update rubocop requirement from ~> 1.64.1 to ~> 1.65.0 in the rubocop…
Browse files Browse the repository at this point in the history
…-dependencies group (#233)

* Update rubocop requirement from ~> 1.64.1 to ~> 1.65.0

Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.

Updates `rubocop` to 1.65.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.64.1...v1.65.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  dependency-group: rubocop-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* `bundle exec rubocop --autocorrect`

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kenichi Kamiya <kachick1@gmail.com>
  • Loading branch information
dependabot[bot] and kachick authored Jul 15, 2024
1 parent c951536 commit f360cf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group :development, :test do
end

group :development do
gem 'rubocop', '~> 1.64.1', require: false
gem 'rubocop', '~> 1.65.0', require: false
gem 'rubocop-rake', '~> 0.6.0', require: false
end

Expand Down
4 changes: 2 additions & 2 deletions irb-power_assert.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Gem::Specification.new do |gem|
'rubygems_mfa_required' => 'true',
}

gem.add_runtime_dependency 'irb', '>= 1.13.0', '< 2.0'
gem.add_runtime_dependency 'power_assert', '>= 2.0.3', '< 3.0'
gem.add_dependency 'irb', '>= 1.13.0', '< 2.0'
gem.add_dependency 'power_assert', '>= 2.0.3', '< 3.0'

gem.required_ruby_version = '>= 3.2'

Expand Down

0 comments on commit f360cf5

Please sign in to comment.