Skip to content

Commit

Permalink
Update requirements for rubocop-rspec and rubocop
Browse files Browse the repository at this point in the history
Updates the requirements on [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) and [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.

Updates `rubocop-rspec` from 1.44.1 to 2.27.0
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v1.44.1...v2.27.0)

Updates `rubocop` from 0.93.1 to 1.61.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.93.1...v1.61.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent 89f1d3d commit 361e10f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 22 deletions.
49 changes: 29 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.5.1)
language_server-protocol (3.17.0.3)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand All @@ -78,9 +79,10 @@ GEM
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.21.0)
parser (3.0.2.0)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pdf-core (0.9.0)
pdf-inspector (1.3.0)
pdf-reader (>= 1.0, < 3.0.a)
Expand All @@ -99,13 +101,13 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
racc (1.7.3)
rainbow (3.0.0)
rainbow (3.1.1)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.1.1)
rexml (3.2.5)
regexp_parser (2.9.0)
rexml (3.2.6)
rqrcode (2.2.0)
chunky_png (~> 1.0)
rqrcode_core (~> 1.0)
Expand All @@ -123,24 +125,31 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (0.93.1)
rubocop (1.61.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 2.7.1.5)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8)
rexml
rubocop-ast (>= 0.6.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.13.0)
parser (>= 3.0.1.1)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.1)
parser (>= 3.3.0.4)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-performance (1.10.2)
rubocop (>= 0.90.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rspec (1.44.1)
rubocop (~> 0.87)
rubocop-ast (>= 0.7.1)
ruby-progressbar (1.11.0)
rubocop-rspec (2.27.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
ruby-rc4 (0.1.5)
ruby2_keywords (0.0.5)
shellany (0.0.1)
Expand All @@ -153,7 +162,7 @@ GEM
ttfunk (1.7.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
unicode-display_width (2.5.0)

PLATFORMS
ruby
Expand All @@ -166,9 +175,9 @@ DEPENDENCIES
pdf-inspector (~> 1.3.0)
rake (= 13.1.0)
rspec (= 3.13.0)
rubocop (~> 0.93.1)
rubocop (~> 1.61.0)
rubocop-performance (~> 1.10.2)
rubocop-rspec (~> 1.44.1)
rubocop-rspec (~> 2.27.0)
simplecov (= 0.17.1)
simplecov-html (= 0.10.2)

Expand Down
4 changes: 2 additions & 2 deletions br_danfe.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'pdf-inspector', '~> 1.3.0'
spec.add_development_dependency 'rake', '13.1.0'
spec.add_development_dependency 'rspec', '3.13.0'
spec.add_development_dependency 'rubocop', '~> 0.93.1'
spec.add_development_dependency 'rubocop', '~> 1.61.0'
spec.add_development_dependency 'rubocop-performance', '~> 1.10.2'
spec.add_development_dependency 'rubocop-rspec', '~> 1.44.1'
spec.add_development_dependency 'rubocop-rspec', '~> 2.27.0'
spec.add_development_dependency 'simplecov', '0.17.1'
spec.add_development_dependency 'simplecov-html', '0.10.2'
end

0 comments on commit 361e10f

Please sign in to comment.