Skip to content

Commit

Permalink
Bump rubocop-rspec and rubocop (#323)
Browse files Browse the repository at this point in the history
* Bump rubocop-rspec and rubocop

Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) and [rubocop](https://github.com/rubocop/rubocop). These dependencies needed to be updated together.

Updates `rubocop-rspec` from 2.17.1 to 2.24.1
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v2.17.1...v2.24.1)

Updates `rubocop` from 1.39.0 to 1.57.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.39.0...v1.57.1)

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

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

* Fix rubocop `Gemspec/DevelopmentDependencies` cop

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ONLYOFFICE Testing Robot <[email protected]>
  • Loading branch information
1 parent 790db68 commit 59fe12f
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2022-09-13 12:47:38 UTC using RuboCop version 1.36.0.
# on 2023-10-13 15:14:20 UTC using RuboCop version 1.57.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down
15 changes: 15 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,18 @@
source 'https://rubygems.org'

gemspec

group :test do
gem 'codecov', '~> 0', require: false
gem 'rspec', '~> 3'
end

group :development do
gem 'overcommit', '~> 0', require: false
gem 'rake', '~> 13'
gem 'rubocop', '~> 1'
gem 'rubocop-performance', '~> 1'
gem 'rubocop-rake', '~> 0'
gem 'rubocop-rspec', '~> 2'
gem 'yard', '>= 0.9.20', require: false
end
22 changes: 16 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
base64 (0.1.1)
childprocess (4.1.0)
codecov (0.6.0)
simplecov (>= 0.15, < 0.22)
diff-lcs (1.5.0)
docile (1.4.0)
iniparse (1.5.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
overcommit (0.60.0)
childprocess (>= 0.6.3, < 5)
iniparse (~> 1.4)
Expand All @@ -40,25 +42,33 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.39.0)
rubocop (1.57.1)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.1.2.1)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.23.0, < 2.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.19.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.17.1)
rubocop-rspec (2.24.1)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
simplecov (0.21.2)
docile (~> 1.1)
Expand All @@ -85,4 +95,4 @@ DEPENDENCIES
yard (>= 0.9.20)

BUNDLED WITH
2.3.22
2.4.20
9 changes: 0 additions & 9 deletions wrata_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,4 @@ Gem::Specification.new do |s|
}
s.files = Dir['lib/**/*']
s.license = 'AGPL-3.0'
s.add_development_dependency('codecov', '~> 0')
s.add_development_dependency('overcommit', '~> 0')
s.add_development_dependency('rake', '~> 13')
s.add_development_dependency('rspec', '~> 3')
s.add_development_dependency('rubocop', '~> 1')
s.add_development_dependency('rubocop-performance', '~> 1')
s.add_development_dependency('rubocop-rake', '~> 0')
s.add_development_dependency('rubocop-rspec', '~> 2')
s.add_development_dependency('yard', '>= 0.9.20')
end

0 comments on commit 59fe12f

Please sign in to comment.