Skip to content

Commit

Permalink
Merge pull request #65 from ngarbezza/dependabot/bundler/rubocop-1.57.1
Browse files Browse the repository at this point in the history
⬆️ Bump rubocop from 1.56.4 to 1.57.1
  • Loading branch information
ngarbezza authored Oct 18, 2023
2 parents 37a1207 + 9415b5e commit 3c96435
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ group :test do
end

group :development do
gem 'rubocop', '~> 1.56', require: false
gem 'rubocop', '~> 1.57', require: false
gem 'rubocop-rake', '~> 0.6', require: false
gem 'rubocop-rspec', '~> 2.23', require: false
end
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ GEM
json (2.6.3)
language_server-protocol (3.17.0.3)
parallel (1.23.0)
parser (3.2.2.3)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
polyglot (0.3.5)
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.1)
regexp_parser (2.8.2)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand All @@ -38,12 +38,12 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.56.4)
rubocop (1.57.1)
base64 (~> 0.1.1)
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 @@ -88,7 +88,7 @@ DEPENDENCIES
error_handling_protocol (~> 0.0.1)
rake (~> 13)
rspec (~> 3.12)
rubocop (~> 1.56)
rubocop (~> 1.57)
rubocop-rake (~> 0.6)
rubocop-rspec (~> 2.23)
simplecov (~> 0.16)
Expand Down

0 comments on commit 3c96435

Please sign in to comment.