Skip to content

Commit

Permalink
update rexml
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjroach committed Aug 2, 2024
1 parent 4d6c094 commit f70d9e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gem "fastlane"
gem "addressable", ">= 2.8.0"
gem "rexml", ">= 3.3.3"
gem "rexml", ">= 3.3.4"

plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)
2 changes: 1 addition & 1 deletion scripts/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ DEPENDENCIES
fastlane
fastlane-plugin-release_actions!
fastlane-plugin-semantic_release
rexml (>= 3.3.3)
rexml (>= 3.3.4)

BUNDLED WITH
2.5.11

0 comments on commit f70d9e1

Please sign in to comment.