Skip to content

Commit

Permalink
fix: Gemfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Aug 11, 2024
1 parent c794130 commit aa3b336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ gem "sinatra", [">= 2.2.3", "< 3.0"]
# A library for stubbing and setting expectations on HTTP requests.
gem "webmock", "~> 3.18"
# Needed for running xcode-install related tests.
gem "xcode-install", ">= 2.6.7"
gem "xcode-install", ">= 2.7.0"
# Used for xcov's parameters generation: https://github.com/fastlane/fastlane/pull/12416
gem "xcov", "~> 1.4.1"
gem "xcov", "~> 1.5.0"
# A documentation generation tool for Ruby.
gem "yard", "~> 0.9.11"

Expand Down

0 comments on commit aa3b336

Please sign in to comment.