Skip to content

Commit

Permalink
fix security warning
Browse files Browse the repository at this point in the history
  • Loading branch information
maxitemis committed Jan 10, 2025
1 parent de5bb27 commit 05f792e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ source "https://rubygems.org"

gem "fastlane"
gem "jmespath", ">= 1.6.1"
gem "webrick", ">= 1.8.2"
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ GEM
unf_ext
unf_ext (0.0.8)
unicode-display_width (1.8.0)
webrick (1.7.0)
webrick (1.9.1)
word_wrap (1.0.0)
xcodeproj (1.21.0)
CFPropertyList (>= 2.3.3, < 4.0)
Expand All @@ -211,6 +211,7 @@ PLATFORMS
DEPENDENCIES
fastlane
jmespath (>= 1.6.1)
webrick (>= 1.8.2)

BUNDLED WITH
2.2.29

0 comments on commit 05f792e

Please sign in to comment.