Skip to content

Commit

Permalink
Bump rubocop from 1.57.0 to 1.59.0
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.57.0 to 1.59.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.57.0...v1.59.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 21, 2023
1 parent 4545121 commit 92b2954
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gem 'rake', '~> 13.0'
# gem 'otr-activerecord', '~> 2.1', '>= 2.1.2'
gem 'otr-activerecord', '= 2.1.2'
gem 'sqlite3', '~> 1.6'
gem 'rubocop', '~> 1.57.0', require: false
gem 'rubocop', '~> 1.59.0', require: false

# Geolocation support
group :geoip do
Expand Down
16 changes: 7 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ GEM
async-io (~> 1.15)
async-io (1.34.3)
async
base64 (0.1.1)
browserstack-local (1.4.3)
byebug (11.1.3)
capybara (3.39.2)
Expand Down Expand Up @@ -100,7 +99,7 @@ GEM
otr-activerecord (2.1.2)
activerecord (>= 4.0, < 7.1)
hashie-forbidden_attributes (~> 0.1)
parallel (1.23.0)
parallel (1.24.0)
parseconfig (1.1.2)
parser (3.2.2.4)
ast (~> 2.4.1)
Expand All @@ -118,7 +117,7 @@ GEM
qr4r (0.6.1)
mojo_magick (~> 0.6.5)
rqrcode_core (~> 0.1)
racc (1.7.1)
racc (1.7.3)
rack (2.2.7)
rack-protection (3.0.6)
rack
Expand All @@ -128,7 +127,7 @@ GEM
rake (13.0.6)
rdoc (6.6.1)
psych (>= 4.0.0)
regexp_parser (2.8.2)
regexp_parser (2.8.3)
reline (0.4.1)
io-console (~> 0.5)
rest-client (2.1.0)
Expand All @@ -152,19 +151,18 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.57.0)
base64 (~> 0.1.1)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
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.28.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
Expand Down Expand Up @@ -265,7 +263,7 @@ DEPENDENCIES
rdoc (~> 6.6)
rest-client (~> 2.1.0)
rspec (~> 3.12)
rubocop (~> 1.57.0)
rubocop (~> 1.59.0)
rubyzip (~> 2.3)
rushover (~> 0.3.0)
selenium-webdriver (~> 4.14)
Expand Down

0 comments on commit 92b2954

Please sign in to comment.