Skip to content

Commit

Permalink
Merge pull request #658 from evemonk/dependabot/bundler/rubocop-and-s…
Browse files Browse the repository at this point in the history
…tandard-1.57.2

Bump rubocop and standard
  • Loading branch information
biow0lf authored Nov 7, 2023
2 parents faf0d94 + 1ff3f3c commit f481eda
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ group :development do
gem "rubocop-disable_syntax", require: false
gem "rubocop-performance", require: false
gem "rubocop-rails", require: false
gem "standard", "1.31.2", require: false
gem "standard", "1.32.0", require: false
gem "brakeman", require: false
gem "fasterer", require: false
gem "bundler-audit", require: false
Expand Down
13 changes: 6 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ GEM
mutex_m
tzinfo (~> 2.0)
ast (2.4.2)
base64 (0.1.1)
base64 (0.2.0)
bigdecimal (3.1.4)
bootsnap (1.17.0)
msgpack (~> 1.2)
Expand Down Expand Up @@ -239,12 +239,11 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
rubocop (1.56.4)
base64 (~> 0.1.1)
rubocop (1.57.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand Down Expand Up @@ -280,10 +279,10 @@ GEM
sshkit (1.21.5)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
standard (1.31.2)
standard (1.32.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.56.4)
rubocop (~> 1.57.2)
standard-custom (~> 1.0.0)
standard-performance (~> 1.2)
standard-custom (1.0.2)
Expand Down Expand Up @@ -337,7 +336,7 @@ DEPENDENCIES
rubocop-rails
simplecov
sshkit
standard (= 1.31.2)
standard (= 1.32.0)
tzinfo-data
uri (>= 0.12.2)

Expand Down

0 comments on commit f481eda

Please sign in to comment.