Skip to content

Commit

Permalink
Bump rubocop from 1.10.0 to 1.56.1 in /lib/nexmo_developer
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.10.0 to 1.56.1.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.10.0...v1.56.1)

---
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 Aug 21, 2023
1 parent 2a85e2e commit 553a9dc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lib/nexmo_developer/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ gem 'readingtime', '0.4.0'
gem 'addressable', '~> 2.8', require: false

# Automatic Ruby code style checking tool. Aims to enforce the community-driven Ruby Style Guide.
gem 'rubocop', '~> 1.10.0', require: false
gem 'rubocop', '~> 1.56.1', require: false
gem 'rubocop-rails', '~> 2.9', require: false

# Titleize modifies the existing Titleize Rails functionality to better suit our needs
Expand Down
34 changes: 20 additions & 14 deletions lib/nexmo_developer/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ GEM
barnes (0.0.9)
multi_json (~> 1)
statsd-ruby (~> 1.1)
base64 (0.1.1)
bcrypt (3.1.16)
bcrypt (3.1.16-java)
better_errors (2.9.1)
Expand Down Expand Up @@ -276,6 +277,7 @@ GEM
activerecord
kaminari-core (= 1.2.1)
kaminari-core (1.2.1)
language_server-protocol (3.17.0.3)
listen (3.4.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down Expand Up @@ -362,9 +364,10 @@ GEM
sawyer (~> 0.8.0, >= 0.5.3)
oj (3.11.2)
orm_adapter (0.5.0)
parallel (1.20.1)
parser (3.0.0.0)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pg (1.2.3)
pry (0.14.1)
coderay (~> 1.1)
Expand Down Expand Up @@ -417,7 +420,7 @@ GEM
method_source
rake (>= 0.13)
thor (~> 1.0)
rainbow (3.0.0)
rainbow (3.1.1)
rake (13.0.3)
ransack (2.4.2)
activerecord (>= 5.2.4)
Expand All @@ -431,7 +434,7 @@ GEM
json
redcarpet (3.5.1)
redis (4.3.1)
regexp_parser (2.0.3)
regexp_parser (2.8.1)
request_store (1.5.0)
rack (>= 1.4)
responders (3.0.1)
Expand Down Expand Up @@ -460,7 +463,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.5)
rexml (3.2.6)
rouge (2.0.7)
rspec (3.10.0)
rspec-core (~> 3.10.0)
Expand Down Expand Up @@ -488,17 +491,20 @@ GEM
awesome_print (> 1.0.0)
rspec (> 3.0.0)
rspec-support (3.10.2)
rubocop (1.10.0)
rubocop (1.56.1)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.2.0, < 2.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.4.1)
parser (>= 2.7.1.5)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-rails (2.9.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
Expand Down Expand Up @@ -577,7 +583,7 @@ GEM
unf_ext
unf (0.1.4-java)
unf_ext (0.0.7.7)
unicode-display_width (2.0.0)
unicode-display_width (2.4.2)
unicode_utils (1.4.0)
warden (1.2.9)
rack (>= 2.0.9)
Expand Down Expand Up @@ -666,7 +672,7 @@ DEPENDENCIES
rspec-collection_matchers
rspec-rails (~> 5.0)
rspec-snapshot (~> 2.0.0)
rubocop (~> 1.10.0)
rubocop (~> 1.56.1)
rubocop-rails (~> 2.9)
ruby-progressbar
sassc-rails (~> 2.1)
Expand Down

0 comments on commit 553a9dc

Please sign in to comment.