Skip to content

Commit

Permalink
Merge pull request #10 from gildemberg-santos/dependabot/bundler/rubo…
Browse files Browse the repository at this point in the history
…cop-1.58.0

Update rubocop requirement from ~> 0.80 to ~> 1.58
  • Loading branch information
gildemberg-santos authored Dec 2, 2023
2 parents 0d07331 + 9cf6529 commit ed27977
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,15 +166,17 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (0.93.1)
rubocop (1.58.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 2.7.1.5)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8)
rexml
rubocop-ast (>= 0.6.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
ruby-lsp (0.13.0)
Expand Down Expand Up @@ -216,7 +218,7 @@ GEM
u-case (4.5.2)
kind (>= 5.6, < 6.0)
u-attributes (>= 2.7, < 3.0)
unicode-display_width (1.8.0)
unicode-display_width (2.5.0)
webmock (3.9.5)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand All @@ -234,7 +236,7 @@ DEPENDENCIES
rails (~> 5.2.1)
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 0.80)
rubocop (~> 1.58)
ruby-lsp (~> 0.13.0)
salesforce!
solargraph (~> 0.48.0)
Expand Down
2 changes: 1 addition & 1 deletion salesforce.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "pry", "~> 0.13.1"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "rubocop", "~> 0.80"
spec.add_development_dependency "rubocop", "~> 1.58"
spec.add_development_dependency "ruby-lsp", "~> 0.13.0"
spec.add_development_dependency "solargraph", "~> 0.48.0"
spec.add_development_dependency "webmock", "~> 3.9.5"
Expand Down

0 comments on commit ed27977

Please sign in to comment.