Skip to content

Commit

Permalink
Update rubocop requirement from ~> 1.65.0 to ~> 1.66.0
Browse files Browse the repository at this point in the history
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.65.1...v1.66.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 215edb8 commit 62e1746
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.6)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -67,15 +65,14 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.65.1)
rubocop (1.66.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-ast (>= 1.32.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.1)
Expand All @@ -94,7 +91,6 @@ GEM
rubocop (>= 0.90.0)
ruby-progressbar (1.13.0)
securerandom (0.3.1)
strscan (3.1.0)
timeout (0.4.1)
trilogy (2.8.1)
tzinfo (2.0.6)
Expand All @@ -112,7 +108,7 @@ DEPENDENCIES
pry
rake
rspec (~> 3)
rubocop (~> 1.65.0)
rubocop (~> 1.66.0)
rubocop-performance
rubocop-rails (~> 2.26.0)
rubocop-rspec
Expand Down
2 changes: 1 addition & 1 deletion janus-ar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'pry'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'rspec', '~> 3'
gem.add_development_dependency 'rubocop', '~> 1.65.0'
gem.add_development_dependency 'rubocop', '~> 1.66.0'
gem.add_development_dependency 'rubocop-rails', '~> 2.26.0'
gem.add_development_dependency 'rubocop-rspec'
gem.add_development_dependency 'rubocop-thread_safety'
Expand Down

0 comments on commit 62e1746

Please sign in to comment.