Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Update rubocop requirement from ~> 1.43.0 to ~> 1.44.1 (#85)
Browse files Browse the repository at this point in the history
* Update rubocop requirement from ~> 1.43.0 to ~> 1.44.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.43.0...v1.44.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update gemspec in examples

See below issues

rubocop/rubocop#11469
https://github.com/rubygems/rubygems/discussions/5065
kachick/times_kachick#75 (comment)
https://koic.hatenablog.com/entry/gemspec-vs-gemfile-for-development-dependency-gems

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kenichi Kamiya <[email protected]>
  • Loading branch information
dependabot[bot] and kachick authored Jan 26, 2023
1 parent 54c7b03 commit 5f0d0a7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end

group :development do
gem 'yard', '~> 0.9.28', require: false
gem 'rubocop', '~> 1.43.0', require: false
gem 'rubocop', '~> 1.44.1', require: false
gem 'rubocop-rake', '~> 0.6.0', require: false
gem 'rubocop-performance', '~> 1.15.2', require: false
gem 'rubocop-rubycw', '~> 0.1.6', require: false
Expand Down
14 changes: 14 additions & 0 deletions example/in_rake/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# coding: us-ascii
# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

group :development, :test do
gem 'rake'
end

group :test do
gem 'declare'
end
3 changes: 0 additions & 3 deletions example/in_rake/example.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,4 @@ Gem::Specification.new do |gem|
}

gem.required_ruby_version = '>= 2.7'

gem.add_development_dependency 'declare'
gem.add_development_dependency 'rake'
end

0 comments on commit 5f0d0a7

Please sign in to comment.