Skip to content

Commit

Permalink
chore: fix dependabot alert
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh62 committed Jul 24, 2024
1 parent b3fe944 commit bd14197
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 128 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
source 'https://rubygems.org'

gem 'xcpretty', '0.3.0'
gem 'fastlane', '2.205.1'
gem 'jazzy', '0.14.2'
gem 'fastlane'
gem 'jazzy'
gem "rexml", ">= 3.3.2"
gem 'activesupport', '>= 7.1.3.4'
eval_gemfile('fastlane/Pluginfile')

Loading

0 comments on commit bd14197

Please sign in to comment.