Skip to content

Commit

Permalink
Merge pull request #11 from gildemberg-santos/dependabot/bundler/webm…
Browse files Browse the repository at this point in the history
…ock-3.19.1

Update webmock requirement from ~> 3.9.5 to ~> 3.19.1
  • Loading branch information
gildemberg-santos authored Dec 2, 2023
2 parents ed27977 + 646826f commit bb361a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ GEM
kind (>= 5.6, < 6.0)
u-attributes (>= 2.7, < 3.0)
unicode-display_width (2.5.0)
webmock (3.9.5)
addressable (>= 2.3.6)
webmock (3.19.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
websocket-driver (0.7.6)
Expand All @@ -240,7 +240,7 @@ DEPENDENCIES
ruby-lsp (~> 0.13.0)
salesforce!
solargraph (~> 0.48.0)
webmock (~> 3.9.5)
webmock (~> 3.19.1)

BUNDLED WITH
2.4.13
2 changes: 1 addition & 1 deletion salesforce.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ Gem::Specification.new do |spec|
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"
spec.add_development_dependency "webmock", "~> 3.19.1"
end

0 comments on commit bb361a8

Please sign in to comment.